mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
[NEWS] mention input changes
This commit is contained in:
parent
15e2c6eb12
commit
b85c1f1dad
11
NEWS.md
11
NEWS.md
@ -1,6 +1,17 @@
|
||||
This document attempts to list user-visible changes and any major internal
|
||||
rearrangements of Notcurses.
|
||||
|
||||
* 3.0.5 (not yet released)
|
||||
* The Hyper and Super modifiers are now supported. CapsLock and NumLock
|
||||
can further be disambiguated when using the Kitty protocol. The
|
||||
new functions `ncinput_super_p()` and friends have been added.
|
||||
* `ncinput` has a new field, `modifiers`. The old `alt`, `shift`, and
|
||||
`ctrl` booleans are now deprecated, and will be removed in 4.0.
|
||||
* `ncmenu_section` **must** now specify any expected modifiers for their
|
||||
shortucts using `modifiers`. Setting any of `alt`, `shift`, or
|
||||
`ctrl` will see `ncmenu_create()` fail.
|
||||
* `ncinput_equals_p()` considers `NCTYPE_UNKNOWN` equal to `NCTYPE_PRESS`.
|
||||
|
||||
* 3.0.4 (2022-01-08)
|
||||
* We now use level 2 of `XTMODKEYS`, providing better differentiation
|
||||
of keyboard modifiers. We now unpack the Meta modifier.
|
||||
|
Loading…
x
Reference in New Issue
Block a user