-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- ui_screen_set_pointer_motion_event_mask() is used instead of ui_window_{add|remove}_event_mask(). - ui_window_t::pointer_motion is replaced by screen_pointer_motion() only if autohide_scrollbar is enabled. * ui_screen.[ch]: ui_screen_set_pointer_motion_event_mask() is added. * vt_parser.c: The default value of XTSMPOINTER (CSI>p) is changed from 2 to 1. * version.h: 3.9.2 -> 3.9.2post
- Loading branch information
Showing
6 changed files
with
61 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,18 @@ | ||
2022-01-29 Araki Ken <[email protected]> | ||
|
||
* ui_layout.c: | ||
- ui_screen_set_pointer_motion_event_mask() is used | ||
instead of ui_window_{add|remove}_event_mask(). | ||
- ui_window_t::pointer_motion is replaced by screen_pointer_motion() | ||
only if autohide_scrollbar is enabled. | ||
|
||
* ui_screen.[ch]: ui_screen_set_pointer_motion_event_mask() is added. | ||
|
||
* vt_parser.c: The default value of XTSMPOINTER (CSI>p) is changed | ||
from 2 to 1. | ||
|
||
* version.h: 3.9.2 -> 3.9.2post | ||
|
||
2022-01-16 Araki Ken <[email protected]> | ||
|
||
* 3.9.2 released. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters