Commit Graph

8060 Commits

Author SHA1 Message Date
nick black
b3710c0cf1
[read_input_nblock] use standard int format specifiers 2021-12-13 17:02:30 -05:00
KristofferC
a3c37932d6 check __MINGW32__ instead of __MINGW64__ 2021-12-13 11:57:55 -05:00
KristofferC
d49a0375b7 use an explicit zero in initializers
empty initializers is a GNU extension
2021-12-13 09:44:43 -05:00
KristofferC
186fd9781a make Lmcons.h lowercase
this is the actual name of the file which matters on case-senstivie systems
2021-12-13 09:19:38 -05:00
nick black
8410271591
don't use XTPUSH/POPCOLORS with Kitty <= 0.23.1
Up until late in the 0.23.1 postcycle, Kitty's XTPOPCOLORS
implementation was unreliable (it didn't restore palette-
indexed colors visible on the screen). Only use
XTPUSHCOLORS+XTPOPCOLORS on Kitty if our version > 0.23.1,
reprogramming the palette directly until then. Closes #2459.
2021-12-13 01:03:43 -05:00
nick black
0f5a8855b6
kill compiler warning on unsigned char platforms 2021-12-13 00:30:13 -05:00
nick black
31b328c688
[ncplane_putc_yx] spelling 2021-12-12 15:35:31 -05:00
nick black
cf754a6e02
nctree kill signed comparison with unsigned 2021-12-12 15:34:15 -05:00
nick black
c067527c28
kill compilation warnings on alpine 2021-12-12 15:33:02 -05:00
nick black
53c95b6d86
v3.0.1 2021-12-12 15:11:17 -05:00
nick black
b075de5da9
[channels_blend] blend palette-indexed colors #2442 2021-12-12 14:24:05 -05:00
nick black
ca848a9987
[altscreen] put palette push/pops in #2459 2021-12-12 14:02:11 -05:00
nick black
799699930f
[CMake] don't yet install tfman 2021-12-12 12:21:47 -05:00
nick black
2e9e7fd43f
[CMake] don't yet install tfman 2021-12-12 12:21:40 -05:00
nick black
f46acb8767
[tfman] set len on exit from zlib inflator 2021-12-12 12:16:25 -05:00
nick black
a7ea84ea7d
[paint] yank newline handling #2464 2021-12-12 10:16:29 -05:00
Kristoffer Carlsson
4106a2888a change to use a value of 0 instead 2021-12-12 09:29:01 -05:00
Kristoffer Carlsson
12822d8b62 always define AT_NO_AUTOMOUNT if it is not defined 2021-12-12 09:29:01 -05:00
KristofferC
126652ef74 add missing cstdint include 2021-12-12 09:02:29 -05:00
nick black
c81adef86f
[tfman] pass through escaped characters 2021-12-12 09:01:54 -05:00
nick black
7107c9015c
[notcurses-input] identify ISO level 3/5 shift 2021-12-12 07:47:39 -05:00
nick black
5c2b87a89d [NEWS] mention nctree is dynamic now 2021-12-12 07:23:27 -05:00
nick black
5cdc4f1ab8 [nctree] get nctree_add() working #2458 2021-12-12 07:23:27 -05:00
nick black
5afc56f980 [tfman] set up plane for structure nctree 2021-12-12 07:23:27 -05:00
nick black
49e9406576 [nctree] refuse the standard plane 2021-12-12 07:23:27 -05:00
nick black
c2c61172f2 [tfman] free up docstructure 2021-12-12 07:23:27 -05:00
nick black
f2677e2366 [nctree] implement nctree_add #2458 2021-12-12 07:23:27 -05:00
nick black
454c830237 [nctree] implement nctree_del() #2458 2021-12-12 07:23:27 -05:00
nick black
8fe602e9ef [Nctree] adapt unit tests to newly-allowed empty trees #2458 2021-12-12 07:23:27 -05:00
nick black
a1cdecd8d2 [nctree] draw a tree with no items 2021-12-12 07:23:27 -05:00
nick black
174445bb60 [tfman] hook up docstructure object 2021-12-12 07:23:27 -05:00
nick black
7e25835356 [tfman] implement nf/fi for preformatted text 2021-12-12 07:23:27 -05:00
nick black
36277c5834 [tfman] add dashes, tilde, double quote macros 2021-12-12 07:23:27 -05:00
nick black
0e5bf46535 define nctree_add/nctree_del #2458 2021-12-12 07:23:27 -05:00
nick black
1b2e58124c declate nctree_add() and nctree_del() #2458 2021-12-12 07:23:27 -05:00
nick black
4a13e39da5
[CMake] everything wants LIBRT #2453
thanks Kristoffer Carlsson <kcarlsson89@gmail.com>!
2021-12-12 06:11:23 -05:00
nick black
d25c9a297c
[CMake] need COMPATSRC for static targets #2454 2021-12-12 03:30:31 -05:00
nick black
b77dedd791 [input] replay only if midescape is not set #2455 2021-12-12 01:15:11 -05:00
nick black
b5ccc9d6a2
[CMake] require LIBRT wherever we require LIBM #2453 2021-12-12 00:35:48 -05:00
nick black
e63593cdd3
remove confusing line from notcurses.3 2021-12-12 00:32:57 -05:00
nick black
4ba258c6d7
[tfman] bring us out of escaped state on non-backslash 2021-12-12 00:06:11 -05:00
nick black
d6cb34af2b
cut out inputcore diagnostics 2021-12-11 23:25:58 -05:00
nick black
b13d27a058
[drone] build without static libs on debian 2021-12-11 22:14:45 -05:00
nick black
2e745ba753
kitty_functional: handle L3SHIFT/L5SHIFT 2021-12-11 19:07:46 -05:00
nick black
1a6f4936bc
add ISOL3SHIFT/ISOL5SHIFT key definitions #2439 2021-12-11 19:05:23 -05:00
nick black
4d727e5a59
handle KP_Seperator #2452 2021-12-11 18:50:19 -05:00
nick black
1c07bd2554
input: add descriptor for KP_Separator #2452 2021-12-11 18:49:27 -05:00
nick black
52ac57cb49
[FutureFlags] don't overwhelm stdout in test 2021-12-11 17:33:45 -05:00
nick black
64c8776c48
[TextLayout] update unit test 2021-12-10 09:06:24 -05:00
nick black
eea3be5768
[direct_stop] undo XTMODKEYS if appropriate 2021-12-10 08:26:34 -05:00