Bug 253225 - x11/xterm: version 364 - word selection issues
Summary: x11/xterm: version 364 - word selection issues
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Emanuel Haupt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-02-03 16:46 UTC by Emanuel Haupt
Modified: 2021-02-04 20:05 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Emanuel Haupt freebsd_committer freebsd_triage 2021-02-03 16:46:13 UTC
Word selection issues are being investigated with upstream. Example:

https://critical.ch/people/2f729d3d-663d-11eb-82ba-10bf48e1088e/xterm364-2021-02-03_17.29.48.mp4

Please don't create new PR's.
Comment 1 Emanuel Haupt freebsd_committer freebsd_triage 2021-02-03 17:05:58 UTC
Workaround:

Downgrade to 363 for the time being:

cd /usr/ports/x11/xterm
svn up -r r563872
make deinstall clean
make install clean
Comment 2 Thomas E. Dickey 2021-02-04 01:38:10 UTC
I added a flag to the low-level function (ComputeSelect) which handles the word-selection, using that to separate this from the feature that I corrected in #364.
Comment 3 Thomas E. Dickey 2021-02-04 01:39:01 UTC
That's #365, of course.
Comment 4 commit-hook freebsd_committer freebsd_triage 2021-02-04 07:51:40 UTC
A commit references this bug:

Author: ehaupt
Date: Thu Feb  4 07:51:02 UTC 2021
New revision: 564000
URL: https://svnweb.freebsd.org/changeset/ports/564000

Log:
  - Update to 365
  - This fixes an issue with word selection [1] (quarterly is not affected)

  PR:		253225 (related)
  Notified by:	David Wolfskill <david@catwhisker.org> (via mail)
  Changelog:	https://invisible-island.net/xterm/xterm.log.html#xterm_365

Changes:
  head/x11/xterm/Makefile
  head/x11/xterm/distinfo
Comment 5 Emanuel Haupt freebsd_committer freebsd_triage 2021-02-04 07:52:24 UTC
Update committed. Thank you all!
Comment 6 Thomas E. Dickey 2021-02-04 20:05:22 UTC
no problem (report bugs)