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 |
|
nick black
|
70123f8011
|
[puttext] only write hard newline when specified
|
2021-12-10 08:17:58 -05:00 |
|
nick black
|
dc2251b73c
|
[ncman] correct movement calculations, especially page down
|
2021-12-10 08:13:07 -05:00 |
|
nick black
|
161813101e
|
[ncblit_rgba] reimplement using ncvisual_blit() #2451
|
2021-12-10 07:56:56 -05:00 |
|
nick black
|
39f1d9b4cc
|
ncblit_bgrx: reimplement using ncvisual_blit() #2451
|
2021-12-10 07:53:38 -05:00 |
|
nick black
|
ca38f7d5fc
|
[FAQ] foot supports kitty keyboard protocol now
|
2021-12-10 04:46:44 -05:00 |
|
nick black
|
32c1f9af25
|
Merge branch 'master' of github.com:dankamongmen/notcurses
|
2021-12-10 04:45:09 -05:00 |
|
nick black
|
cbbfd263fa
|
[ffmpeg] mark everything static
|
2021-12-10 08:28:27 -05:00 |
|
nick black
|
7e3df51031
|
[FAQ] mention USE_CXX=off
|
2021-12-10 04:45:00 -05:00 |
|
nick black
|
80c3463dbb
|
[demo] drop unused sums
|
2021-12-10 03:07:49 -05:00 |
|
nick black
|
aa27d41442
|
[cli1 poc] don't set unused fd on windows
|
2021-12-10 03:05:29 -05:00 |
|
nick black
|
3cfb3adf1a
|
[notcurses-input] cast to wint_t
|
2021-12-10 03:04:39 -05:00 |
|
nick black
|
0383afdff8
|
[ncls] handle_dir: fold r into return value
|
2021-12-10 03:04:21 -05:00 |
|
nick black
|
46bbee55f3
|
[grid] fold ret into return value
|
2021-12-10 03:02:43 -05:00 |
|
nick black
|
9555dbf3eb
|
_Static_assert() wants a string
|
2021-12-10 02:38:17 -05:00 |
|
nick black
|
dda7aa9962
|
[shutdown] only reprogram palette if we touched it #2450
|
2021-12-10 02:38:17 -05:00 |
|
nick black
|
24dbb3c5ea
|
[automaton] add special R-type for rxvt #2435
|
2021-12-10 02:38:17 -05:00 |
|
nick black
|
0d65db84dc
|
[reset_term_palette] use oc only as a last resort #2450
|
2021-12-10 02:38:17 -05:00 |
|
nick black
|
227271017a
|
recognize RXVT by TERM #2435
|
2021-12-10 02:38:17 -05:00 |
|
nick black
|
4a47820c0e
|
update matchstart on buffer move, fix midescape clear #2448
|
2021-12-10 02:38:17 -05:00 |
|
nick black
|
efc542beb7
|
[palette] seed initial notcurses palette from tdesc
|
2021-12-10 02:38:17 -05:00 |
|
nick black
|
e106029c90
|
[termdesc] copy only palette entries we actually read
|
2021-12-10 02:38:17 -05:00 |
|
nick black
|
ba1c79b66e
|
add nccell_load_ucs32
|
2021-12-10 02:38:17 -05:00 |
|
nick black
|
ed7213a8bf
|
[terminfo] store initial palette in termdesc #2435
|
2021-12-10 02:38:17 -05:00 |
|
nick black
|
35ff603c17
|
[automaton] recognize palette responses #2435
|
2021-12-10 02:38:17 -05:00 |
|
nick black
|
e9e2f601a9
|
[termdesc] send 256 palette queries like a boss #2435
|
2021-12-10 02:38:17 -05:00 |
|
nick black
|
0740f0286f
|
update LayoutZooText unit test
|
2021-12-10 02:26:18 -05:00 |
|
nick black
|
ef480b81d1
|
[ncplane_puttext] scribe newlines purposefully
|
2021-12-10 01:07:48 -05:00 |
|
nick black
|
1322fabbb7
|
[ncplane_resize_internal] correct tozorch calculation
|
2021-12-10 01:03:17 -05:00 |
|
nick black
|
1f713c4e47
|
man page syntax
|
2021-12-09 18:56:12 -05:00 |
|
nick black
|
e061686eda
|
[ncman] match rg/rs macros
|
2021-12-09 18:56:12 -05:00 |
|
nick black
|
1ef4d27960
|
[ncman] implement pgup/pgdown
|
2021-12-09 18:56:12 -05:00 |
|
nick black
|
238663403b
|
[scroll_down] move along with expansion for autogrow #2446
|
2021-12-09 18:56:12 -05:00 |
|
nick black
|
e0c4e67a11
|
[ncman] colorize the title
|
2021-12-09 18:56:12 -05:00 |
|
nick black
|
21a35d7b97
|
[ncman] clean up top end
|
2021-12-09 18:56:12 -05:00 |
|
nick black
|
adcdef6288
|
[ncplane_puttext] unit test for newline while growing plane #2446
|
2021-12-09 18:56:12 -05:00 |
|
nick black
|
ba1fbbee90
|
don't expose kitty-style bg transparency to user #2432
|
2021-12-09 17:07:38 -05:00 |
|
nick black
|
4c17970ba0
|
detect and expose default foreground color #2432
|
2021-12-09 16:08:43 -05:00 |
|
nick black
|
3391db6dcb
|
[termdesc] query default foreground color #2432
|
2021-12-09 15:51:18 -05:00 |
|
nick black
|
6e42d5c52e
|
add notcurses_default_background() #2432
|
2021-12-09 15:38:32 -05:00 |
|
nick black
|
341b3f1996
|
[notcurses_core_init] guard against wide FILE
|
2021-12-09 15:19:45 -05:00 |
|
nick black
|
67eaa64557
|
mandoc syntax
|
2021-12-09 14:27:59 -05:00 |
|
nick black
|
546355a871
|
notcurses_cursor_yx ought be const
|
2021-12-09 14:24:12 -05:00 |
|
nick black
|
efe4f4f776
|
[notcurses_init.3] capitalization
|
2021-12-09 14:18:39 -05:00 |
|
nick black
|
32fd9a4478
|
[ncman] print substituted macros
|
2021-12-09 14:16:41 -05:00 |
|
nick black
|
358a6306da
|
[ncman] implement font macros and some textsub macros
|
2021-12-09 14:13:36 -05:00 |
|
nick black
|
7c6063fab0
|
[manpages] describe selector and multiselector
|
2021-12-08 13:17:24 -05:00 |
|