You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
notcurses/include/ncpp
nick black 0f5aec510a
[mice] support for pure motion events
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.
3 years ago
..
internal
Cell.hh Cell.hh: stop exposing implementation details 3 years ago
CellStyle.hh GTFO NCSTYLE_DIM, NCSTYLE_REVERSE #1818 3 years ago
Direct.hh [ncpp] update to match new unsigned signatures #1696 3 years ago
FDPlane.hh
Menu.hh
MultiSelector.hh
NCAlign.hh
NCBox.hh
NCKey.hh Revert "[nckeys] move from PUA-B to 'plane 18' #2247" 3 years ago
NCLogLevel.hh
NotCurses.hh [mice] support for pure motion events 3 years ago
Palette.hh
Pile.hh
Plane.hh [mergeplane] 0 means remainder #1696 3 years ago
Plot.hh
Progbar.hh
Reader.hh
Reel.hh
Root.hh
Selector.hh
Subproc.hh fix ncpp throwing heap allocated exceptions 3 years ago
Tablet.hh
TabletCallback.hh
Utilities.hh
Visual.hh normalize geometry for ncvisual_from_plane, ncplane_contents, and ncplane_as_rgba() #1696 3 years ago
Widget.hh
_exceptions.hh
_flag_enum_operator_helpers.hh
_helpers.hh
ncpp.hh