Commit Graph

8097 Commits (2ac91f1dc36c7a3acef6c152acc361d559052e5e)
 

Author SHA1 Message Date
nick black 2ac91f1dc3
[drone] use new debian builder 3 years ago
nick black 6a51c470b2
[sixel] fix memory leak in color extraction 3 years ago
nick black de02ceed91
[load_ncinput] always capitalize ASCII when Ctrl is used 3 years ago
nick black 92bda51996 [cmake] -v on failing notcurses-input runs 3 years ago
nick black 483985e9aa [drone] try and get some useful logs 3 years ago
nick black eee8614cce [drone] try and get some useful logs 3 years ago
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.
3 years ago
nick black 28cd88f6d4 [input] don't queue further terminal input following stdineof #2525 3 years ago
nick black fffecdf8be [drone] run notcurses-info in all containers 3 years ago
nick black 27b5d38ea1
don't use sigaltstack() with USE_ASAN #2529 3 years ago
nick black 59eb7dd18b
[XTMODKEYS] undo with m, not n #2526 3 years ago
nick black 5de0a24fe6
[automaton] handle iTerm2 xtsmgraphics failure #2531 3 years ago
nick black d00f831542
Merge branch 'master' of github.com:dankamongmen/notcurses 3 years ago
nick black 7f0f84fcdd
[cmake] also try notcurses-input with a textfile 3 years ago
nick black cea94896a3
[cmake] also try notcurses-input with a textfile 3 years ago
nick black 12e4570e03
[cmake] get notcurses-input run in ctest on drone 3 years ago
nick black f2935a23aa
run notcurses-input as part of ctest 3 years ago
nick black 0c007078f0
kill some signed-vs-unsigneds 3 years ago
nick black 91a8d85707 [automaton] combine modifiers 3 years ago
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.
3 years ago
nick black efddf0b496
[automaton] add extended XTMODKEYS modifiers #2518 3 years ago
nick black d44c37d717
terminology now supports XTVERSION, good for them 3 years ago
nick black 5d9f66f48b
[quantanal] work on scaled images 3 years ago
nick black c876ef18a5
[sixels] stretch in unit test to work on all geometries 3 years ago
nick black 524a2f0a54
mention XTMODKEYS level 2 in NEWS 3 years ago
nick black 6f36efd80a
[xtmodkeys] step up to 4;2, and define all modifiers #2518 3 years ago
nick black f3f5ca0a3a
fix up BUILD_FFI_LIBRARY patch, urk 3 years ago
nick black 399c8d4339
[debrelease] don't build random dscs 3 years ago
nick black 879540a64c
install tfman.1 into doc package 3 years ago
nick black 3f99e121a3
[CMake] make BUILD_FFI_LIBRARY actually govern work/installation #2519 3 years ago
nick black 9d8cc0d86c
INSTALL: list BUILD_FFI_LIBRARY 3 years ago
nick black b4bc770127
v3.0.3 3 years ago
nick black ecee3f1bd8
[automaton] handle XTSMGRAPHICS failures #2517 3 years ago
nick black 23b593471a
mention some desirable XTerm resources 3 years ago
nick black 3be62d90a5
bump copyright dates to include 2022 3 years ago
nick black f133462429
[enter_alternate_screen] pop the keyboard state #2509 3 years ago
nick black 03160d902d [termdesc] don't enable sixel graphics with 0 color registers 3 years ago
nick black dba86c72f0 [tests] is this just some ncdirect problem 3 years ago
nick black 5e42c19ace [quantanal] don't compare transparent pixels 3 years ago
nick black 02f88d4c75 [sixel] first-order merge from octrees #2503 3 years ago
nick black 0ce264c216 [fbuf] accommodate 64-bit integers 3 years ago
nick black 192a71f0ca [octrees] insert_color() and alloc_qnodes() #2503 3 years ago
nick black 0944e553ea [sixel] NULL out needs_refresh to avoid double-free 3 years ago
nick black 064dc36754 [sixel] properly terminate statement 3 years ago
nick black 62298fba4b [sixel] clear out entirety of auxiliary vectors 3 years ago
nick black 991ed5b87e
[sixel] diagnostic on malformed input 3 years ago
nick black 0925ca64c6
[quantanal] exit with error on compare() failure 3 years ago
nick black f2cca37c59
[tester] define loglevel so we can log in internal headers 3 years ago
nick black 59f01abf38
[INSTALL] clarify default values #2508 3 years ago
nick black 5a19baa61b
[sixel] kill compiler warning for unused function 3 years ago