Commit Graph

7143 Commits (abea3f9064357be19edf96ff0aee6bdc751916be)
 

Author SHA1 Message Date
nick black 5b8f60b50b
[NEWS] mention that we support Kitty keyboard features 1, 2, and 8 3 years ago
nick black 87341111b8
[menu] ignore release events 3 years ago
nick black e4b75f41e7
[POC] reader: always print legend 3 years ago
nick black a85d1eebf1
[tree] ignore Release events 3 years ago
nick black 617a211581
[reel] ignore RELEASE events 3 years ago
nick black dfdd77e2c4
[POC] selector/multiselector ignore release events 3 years ago
nick black a206cfb700
[readline] ignore suppuables 3 years ago
nick black e127163b91
[reader] ignore release events 3 years ago
nick black 5c801e6a93
[selector] ignore non-mouse release events 3 years ago
nick black e17e53c99d
[notcurses-demo] ignore Release events 3 years ago
nick black f118894057
[ncplayer] test for Release after testing for no event 3 years ago
nick black 8632a23484
[kitty] enable keyboard feature 8 3 years ago
nick black 238c444f02
[kitty] interpret modifiers, enter 3 years ago
nick black 58cc956550
[notcurses-input] detail modifiers as input 3 years ago
nick black 3041496e3a
define NCKEY_ values for modifiers 3 years ago
nick black ef86dcce1f
[ncplayer] ignore Release events 3 years ago
nick black 07980c13df
[input] set id to -1 if returning error 3 years ago
nick black 5f82a49065
[tetris] drop Release events 3 years ago
nick black 41282e47e1
[TERMINALS] add some commentary on problematic characters 3 years ago
nick black 41de49eb6c
[windows] use declspec(dllexport) for API 3 years ago
nick black e5f9600066
ncdirect_readline: ignore RELEASE events 3 years ago
nick black 5f9d88fa89 [tests] use universal initialization for ncvisual_options #1682 3 years ago
nick black a8b3634ca7 [ncvisual] add pxoffy+pxoffx fields to ncvisual_options #1682 3 years ago
nick black 88e2ac14ee
[input] handle wezterm's modified functionals 3 years ago
nick black 7f0fbc6b7e
[README] mention 'mintty -P on' #2116 3 years ago
nick black 1456422d89 use explicit CRLF where necessary on windows #2237 3 years ago
nick black c63b3d31a4
[README] more FAQ syntax 3 years ago
nick black 21017dcb6e
[README] fix syntax argh 3 years ago
nick black 7ba72c4c20
v2.4.5 3 years ago
nick black 43e3b98125
[ncplayer] ignore release events 3 years ago
nick black 66d6913b69
[ncpp] express EvType enums 3 years ago
nick black 8fc2a4b59b notcurses-input: add media keys 3 years ago
nick black 22b01a4df4 [kitty] add FAQ entry about enter on init #2184 3 years ago
nick black d95cf30494 [kitty] extract kitty_functional(), NCKEY_BEGIN #2184 3 years ago
nick black 316c192426 [kitty] handle some more functional forms #2184 3 years ago
nick black bc011591c1 [kitty] handle release event for f0[1-4] #2184 3 years ago
nick black b2ed0f2da9 [kitty] handle release events for arrows #2184 3 years ago
nick black 7c5bed3732 [kitty] enable evtype level (2), functionals #2184 3 years ago
nick black 6d3c64a5c1
[ncvisual_pixelgeom] document that results are invalidated by terminal resize #2141 3 years ago
nick black 8ec6e22b7c
[ffmpeg] treat nan/-nan tbase as 0 #2241 3 years ago
nick black 28d357d252
replace constant with KKEYBOARD_POP 3 years ago
nick black 80f3d6edfb [xtmodkeys] push keyboard state before sending xtmodkeys 3 years ago
nick black d42b3df708 Initial XTMODKEYS support #2135
Add prep_xtmodkeys() to handle modified function keys.
Unify several paths into load_ncinput(), eliminating
 several paths that missed statistics and drain checks.
Process mouse clicks outside of critical section.
Handle XTMODKEY sequences with parameter 5.
Interpret 0x8 as NCKEY_BACKSPACE on all paths.
Send XTMODKEYS of 2;1 and 4;1 #2135.
3 years ago
nick black b9d774f746
[intro] avoid dividing by zero without cell-pixel geometry 3 years ago
nick black c40cdc1528 [demo] find_data: work for windows path separator 3 years ago
nick black 21f38824ad
[input] set evtype on SIGWINCH 3 years ago
nick black d7a0657198
add notes for terminal authors 3 years ago
nick black b6e50d3d2d
[readline] implement ctrl+a and ctrl+e #2214 3 years ago
nick black a643f6397d
[readline] handle other arrow keys for movement in ncdirect_readline() #2214 3 years ago
nick black e012046302
[readline] handle left arrow in ncdirect_readline #2214 3 years ago