mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-08 01:10:23 +00:00
0f5aec510a
Deprecate notcurses_mouse_{enable, disable}. Reimplement them for now as wrappers around notcurses_mice_enable(). New function notcurses_mice_disable() is a static inline wrapper around notcurses_mice_enable(). The latter function takes an unsigned bitmask of event types. We now turn on the "all motion" tracking DECSET if NCMICE_MOVE_EVENT is requested. Update the documentation, and kill some obsolete lines. Add the ypx and xpx fields to ncinput, to indicate pixel offset within a cell. Add nckey NCKEY_MOTION for button-free motion events. Update notcurses-input to pass NCMICE_ALL_EVENTS and decode NCKEY_MOTION. Only emit mouse sequences when connected to a TTY (or GPM). Closes #2320. Request RGB XTGETTCAP. Fix bug in error check in notcurses_render_to_buffer(). Decode multiple XTGETTCAP responses. |
||
---|---|---|
.. | ||
ncpp | ||
notcurses |