Opened 3 years ago

Closed 3 years ago

#14236 closed enhancement (fixed)

xterm-362

Reported by: Bruce Dubbs Owned by: Bruce Dubbs
Priority: normal Milestone: 10.1
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New version.

Change History (3)

comment:1 by Bruce Dubbs, 3 years ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

comment:2 by Bruce Dubbs, 3 years ago

Patch 362 - 2020/11/11

  • cleanup of calls to free, removing checks for null.
  • improved mouse-button reporting
    • narrow the scope of the change for shift-key in patch 361 to make it apply only when the modifyOtherKeys resource is set to 2 (i.e., “program mode”). Also, when checking the shift-key, ignore modifiers other than shift, control and “meta”
    • use the alt/meta modifier information obtained in VTInitModifiers to replace a hard-coded mod1 used to detect “Meta” for mouse-button responses.
  • reduce SIGWINCH's sent to the client by filtering out duplicates.
  • improve display when scaleHeight is greater than 1:
    • the text-cursor is vertically-centered on the current line, rather than only extending below the current line
    • the built-in line-drawing characters extend to the scaled cell-height.
  • fill-in special case for motion-events to match the changes for shift-key in pointer-button events from patch 361.

comment:3 by Bruce Dubbs, 3 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 23894.

Note: See TracTickets for help on using tickets.