This commit is contained in:
José Luis Cruz 2022-01-18 16:25:38 +01:00 committed by GitHub
parent 3322125d69
commit 11e7e9211d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ rearrangements of Notcurses.
* `ncmenu_section` **must** now specify any expected modifiers for their * `ncmenu_section` **must** now specify any expected modifiers for their
shortucts using `modifiers`. Setting any of `alt`, `shift`, or shortucts using `modifiers`. Setting any of `alt`, `shift`, or
`ctrl` will see `ncmenu_create()` fail. `ctrl` will see `ncmenu_create()` fail.
* `ncinput_equals_p()` considers `NCTYPE_UNKNOWN` equal to `NCTYPE_PRESS`. * `ncinput_equal_p()` considers `NCTYPE_UNKNOWN` equal to `NCTYPE_PRESS`.
* 3.0.4 (2022-01-08) * 3.0.4 (2022-01-08)
* We now use level 2 of `XTMODKEYS`, providing better differentiation * We now use level 2 of `XTMODKEYS`, providing better differentiation