Commit Graph

5381 Commits

Author SHA1 Message Date
nick black
1b15de9532 convert last two into esctable (initc/getm) #1525 2021-05-26 18:04:29 -04:00
nick black
59ddd3b0aa move sc, rc, clear, and home to esctable #1525 2021-05-26 18:04:29 -04:00
nick black
567a1796a5 add smxx/rmxx to esctable #1525 2021-05-26 18:04:29 -04:00
nick black
857d5e5958 move smkx/rmkx smcup/rmcup into escape block #1525 2021-05-26 18:04:29 -04:00
nick black
c4e5ee2c38 sgr-direct PoC: use ncdirect_supported_styles() to guide output 2021-05-26 18:04:29 -04:00
nick black
a22414cd35 explicitly disable italics on ncv failure #1525 2021-05-26 18:04:29 -04:00
nick black
d613ed0784 move cursor controls into escblock #1525 2021-05-26 18:04:29 -04:00
nick black
92873d6b6e move italics into esctable #1525 2021-05-26 18:04:29 -04:00
nick black
b67315a17e tinfo: keep supported styles as single-site bitmap #1525 2021-05-26 18:04:29 -04:00
nick black
3b4057d550 move blink/dim/reverse/uline/standout to bools #1525 2021-05-26 18:04:29 -04:00
nick black
c4e2932c76 add ncdirect_supported_styles(), move SGR/SGR0/OC into escblock #1525 2021-05-26 18:04:29 -04:00
nick black
91d8529f0f civis and cnorm go into escape table #1525 2021-05-26 18:04:29 -04:00
nick black
3f26ff2464 factor out term_supported_styles() for use by ncdirect 2021-05-26 18:04:29 -04:00
nick black
e5bc2a7d7f terminfo: bold is just a boolean now #1525 2021-05-26 18:04:29 -04:00
nick black
1207765cc8 op/fgop/bgop into escape block #1525 2021-05-26 18:04:29 -04:00
nick black
6767a36996 move setaf/setab into escape table #1525 2021-05-26 18:04:29 -04:00
nick black
317c09d87d bring hpa and vpa into escape table #1525 2021-05-26 18:04:29 -04:00
nick black
a5b597cfef move ESCAPE_CUP into dense pack #1525 2021-05-26 18:04:29 -04:00
nick black
0f10eaf9fc termdesc: move smcup/rmcup lookup into interrogate_terminfo() #1525 2021-05-26 18:04:29 -04:00
nick black
01c4ec61f3 termdesc: add get_escape(), tables #1525 2021-05-26 18:04:29 -04:00
nick black
903e6c891d FAQ: add entry about mixing rendered/direct mode, note about signal handlers 2021-05-26 18:04:29 -04:00
nick black
a6633b854f FAQs: clarify sixel answer 2021-05-26 18:04:29 -04:00
nick black
6720871448 README: detail linking/compiling against notcurses-core 2021-05-26 18:04:29 -04:00
nick black
3477f479bf README: kill unnecessary pronoun 2021-05-26 18:04:29 -04:00
nick black
d2ee8957b4 TERMS.md: remove mention of defunct 'kittyzapper' 2021-05-26 18:04:29 -04:00
nick black
55fd1f7bbe TERMS.md: proper syntax on ETerm 2021-05-26 18:04:29 -04:00
nick black
43427ca8f7 TERMS.md: grammar 2021-05-26 18:04:29 -04:00
nick black
dbbbc162ce extract tinfo definition into termdesc.h 2021-05-26 18:04:29 -04:00
nick black
ee140a24e2
ncplane_as_rgba: nil geometry is any non-positive geometry 2021-05-25 16:53:21 -04:00
nick black
de502655c2
USAGE: indicate c syntax 2021-05-25 16:53:20 -04:00
joseLuís
bc2acf0ce8 [rust] bump bindgen version to 0.57 #1339 2021-05-24 14:24:31 +02:00
nick black
1b4ffb9eab
CMake: restore INSTALL_DESTINATIONs with correct suffixes 2021-05-24 00:24:55 -04:00
nick black
5a3ff3f707
CMake: remove meaningless INSTALL_DESTINATIONs 2021-05-24 00:23:12 -04:00
Daniel Eklöf
84f417aa41 Emit rmkx on exit
notcurses_core_init() does `smkx`, so let’s undo that in
notcurses_stop_minimal().
2021-05-23 07:18:29 -04:00
nick black
577ff0e545
progbar_create: safe 32-bit diagnostic 2021-05-23 04:41:56 -04:00
nick black
cd6236976a [ffmpeg] convert loaded frames to RGBA in decode #1680 2021-05-23 03:56:42 -04:00
nick black
264e2cd3a1 ffmpeg_decode: remove obsolete FIXME 2021-05-23 03:56:42 -04:00
nick black
071000af4b sixel: rebuild auxvecs on a new frame #1642 2021-05-23 02:03:43 -04:00
nick black
50693fb812
add a section on hardware cursor to notcurses_init.3 #1681 2021-05-22 23:19:58 -04:00
nick black
f2b26723c9
document notcurses_cursor_yx() #1681 2021-05-22 23:07:11 -04:00
nick black
8ff2499b44
ncdirectf_geom: approximate rcell{y,x} #1665 2021-05-22 21:03:26 -04:00
nick black
d3a1a16ec1
mention ncvisual_from_rgba() fix in NEWS.md 2021-05-22 20:51:35 -04:00
nick black
f344c0d978
strengthen ImageChildScaling test #1675 2021-05-22 20:49:35 -04:00
nick black
51bd8b7c40
kill rotator PoC; it's covered by visual PoC 2021-05-22 18:26:03 -04:00
nick black
b26730a7e0
ensure we're exercising renderer in visual unit tests 2021-05-22 18:22:22 -04:00
nick black
41a31b0352
predicate ImageFileChildScaling unit test on ability to open media #1675 2021-05-22 18:13:56 -04:00
nick black
68e44d4c8b
align to 64B in ncvisual_from_bgra() #1675 2021-05-22 18:01:12 -04:00
nick black
cf61c7809d
add onedot.png, used for unit tests 2021-05-22 17:52:06 -04:00
nick black
1622beeac4
ncvisual_from_rgba: align suitably for ffmpeg (64B) #1675 2021-05-22 17:28:15 -04:00
nick black
20ea3a3345
new unit test, ImageFileChildScaling #1675 2021-05-22 17:27:42 -04:00