nick black
d0f75018a7
[input] break out pixelmouse_click() #2326
2022-01-08 10:20:52 -05:00
nick black
2dd0415298
[term] use DECRQM 1016 to detect pixelmice #2326
2022-01-08 10:20:52 -05:00
nick black
b026c624a0
[reel] put legend on its own plane so as not to leak to other demos #2535
2022-01-08 09:43:35 -05:00
nick black
3375e9061c
[sixel] comment on requirement of 8 free qnodes per onode
2022-01-08 08:25:46 -05:00
nick black
7abf93e166
[sixel] properly allocate onodes
2022-01-08 08:25:46 -05:00
nick black
bf9184a41d
[sixel] decatree #2515
2022-01-08 08:25:46 -05:00
nick black
ea08cd92ba
add meta modifier handling #2522
...
Handle Meta modifier in Kitty and XTMODKEYS. Add Meta
indicator to notcurses-input. Update man page. Add
NCKEY_META_{SHIFT, CTRL, ALT, META} constants. Add
"modifiers" field to ncinput struct. Add inline
functions for testing modifiers. Remove special-casing
in Kitty protocol that capitalized all lowercase ASCII
when ctrl was pressed; we don't do this for XTMODKEYS.
2022-01-08 08:25:46 -05:00
nick black
8db6f9dc7b
[automaton] add extended XTMODKEYS modifiers #2518
2022-01-08 08:25:46 -05:00
nick black
6680550fab
[sixel] fix octree initial membership test
2022-01-08 08:25:46 -05:00
nick black
766461dd7d
[sixel] browse through to subtree
2022-01-08 08:25:46 -05:00
nick black
fc447ac889
[sixel] zero out qlink on dynnode
2022-01-08 08:25:46 -05:00
nick black
df91593931
[sixel] finish out octrees #2515
2022-01-08 08:25:46 -05:00
nick black
cbe9294c41
[mice] if pixelmice is set, use 1016 #2326
2022-01-08 01:39:54 -05:00
nick black
9db8718d1e
[drone] use newest edge builder
2022-01-08 01:39:54 -05:00
nick black
6b461c89cf
report pixel mice capabilities in notcurses-info #2326
2022-01-08 01:13:11 -05:00
nick black
76afcbd8ed
[CMake] don't run long binary input test
2022-01-08 00:40:38 -05:00
nick black
abd5080810
[CMake] run notcurses-input with smaller input
2022-01-08 00:40:38 -05:00
nick black
5cb5e890dc
[input] always capitalize when shift is held
2022-01-08 00:00:59 -05:00
nick black
2ac91f1dc3
[drone] use new debian builder
2022-01-07 23:49:25 -05:00
nick black
6a51c470b2
[sixel] fix memory leak in color extraction
2022-01-07 22:19:42 -05:00
nick black
de02ceed91
[load_ncinput] always capitalize ASCII when Ctrl is used
2022-01-07 22:10:53 -05:00
nick black
92bda51996
[cmake] -v on failing notcurses-input runs
2022-01-07 20:16:45 -05:00
nick black
483985e9aa
[drone] try and get some useful logs
2022-01-07 20:16:45 -05:00
nick black
eee8614cce
[drone] try and get some useful logs
2022-01-07 20:16:45 -05:00
nick black
4bccb59732
Post to the readyness fd for EOF
...
When we get to the EOF on stdin, we need account for that
with the readiness fd. Post to it upon the EOF transition.
Closes #2525 .
2022-01-07 20:16:45 -05:00
nick black
28cd88f6d4
[input] don't queue further terminal input following stdineof #2525
2022-01-07 20:16:45 -05:00
nick black
fffecdf8be
[drone] run notcurses-info in all containers
2022-01-07 20:07:06 -05:00
nick black
27b5d38ea1
don't use sigaltstack() with USE_ASAN #2529
2022-01-06 02:37:37 -05:00
nick black
59eb7dd18b
[XTMODKEYS] undo with m, not n #2526
2022-01-05 22:20:40 -05:00
nick black
5de0a24fe6
[automaton] handle iTerm2 xtsmgraphics failure #2531
2022-01-05 19:27:21 -05:00
nick black
d00f831542
Merge branch 'master' of github.com:dankamongmen/notcurses
2022-01-05 19:27:01 -05:00
nick black
7f0f84fcdd
[cmake] also try notcurses-input with a textfile
2022-01-04 23:49:56 -05:00
nick black
cea94896a3
[cmake] also try notcurses-input with a textfile
2022-01-04 21:34:26 -05:00
nick black
12e4570e03
[cmake] get notcurses-input run in ctest on drone
2022-01-04 20:57:04 -05:00
nick black
f2935a23aa
run notcurses-input as part of ctest
2022-01-04 20:42:34 -05:00
nick black
0c007078f0
kill some signed-vs-unsigneds
2022-01-04 12:28:14 -05:00
nick black
91a8d85707
[automaton] combine modifiers
2022-01-04 12:25:35 -05:00
nick black
4b49cb4592
add meta modifier handling #2522
...
Handle Meta modifier in Kitty and XTMODKEYS. Add Meta
indicator to notcurses-input. Update man page. Add
NCKEY_META_{SHIFT, CTRL, ALT, META} constants. Add
"modifiers" field to ncinput struct. Add inline
functions for testing modifiers. Remove special-casing
in Kitty protocol that capitalized all lowercase ASCII
when ctrl was pressed; we don't do this for XTMODKEYS.
2022-01-04 12:25:35 -05:00
nick black
efddf0b496
[automaton] add extended XTMODKEYS modifiers #2518
2022-01-03 12:30:37 -05:00
nick black
d44c37d717
terminology now supports XTVERSION, good for them
2022-01-03 02:51:10 -05:00
nick black
5d9f66f48b
[quantanal] work on scaled images
2022-01-03 02:01:58 -05:00
nick black
c876ef18a5
[sixels] stretch in unit test to work on all geometries
2022-01-02 23:21:21 -05:00
nick black
524a2f0a54
mention XTMODKEYS level 2 in NEWS
2022-01-02 20:47:58 -05:00
nick black
6f36efd80a
[xtmodkeys] step up to 4;2, and define all modifiers #2518
2022-01-02 20:46:57 -05:00
nick black
f3f5ca0a3a
fix up BUILD_FFI_LIBRARY patch, urk
2022-01-02 19:42:45 -05:00
nick black
399c8d4339
[debrelease] don't build random dscs
2022-01-02 19:30:52 -05:00
nick black
879540a64c
install tfman.1 into doc package
2022-01-02 19:16:11 -05:00
nick black
3f99e121a3
[CMake] make BUILD_FFI_LIBRARY actually govern work/installation #2519
2022-01-02 18:37:27 -05:00
nick black
9d8cc0d86c
INSTALL: list BUILD_FFI_LIBRARY
2022-01-02 18:27:46 -05:00
nick black
b4bc770127
v3.0.3
2022-01-02 12:31:25 -05:00