Commit Graph

5571 Commits

Author SHA1 Message Date
nick black
d695a8206f
add ncdirect_detected_terminal() and notcurses_detected_terminal() #1759 2021-06-12 13:10:16 -04:00
nick black
e838209d21
ncdirect_vline_interp: force default background if selected #1752 2021-06-12 10:35:38 -04:00
nick black
8b058d022b
ncdirect_hline_interp: force default background if selected #1752 2021-06-12 10:34:26 -04:00
nick black
21f3dbf72c
NEWS: note ncdirect_box() bugfix #1752 2021-06-12 10:24:09 -04:00
nick black
b541ec198d
direct mode: factor out activate_channels(), use it in ncdirect_box #1752 2021-06-12 10:21:49 -04:00
Michael Bradley, Jr
28b2555195 github actions workflow: macos, ubuntu, windows+msys2 2021-06-11 21:32:31 -04:00
nick black
3dbb3c149d get another mergedown() unit test #1615 2021-06-11 20:35:46 -04:00
nick black
091908295f fix up Fills::MergeDownUni unit test #1615 2021-06-11 20:35:46 -04:00
nick black
f822510c3f no need to track margins in sixel code #1615 2021-06-11 20:35:46 -04:00
nick black
20165ccbbe no need to reference margins from kitty code #1615 2021-06-11 20:35:46 -04:00
nick black
608943bb95 reference nc->margin when we want margins, not stdplane #1615 2021-06-11 20:35:46 -04:00
nick black
27b05e6f1b sixel/kitty: remove references to stdplane #1615 2021-06-11 20:35:46 -04:00
joseLuís
007af7f9af [rust] delete example issue #1753 2021-06-11 23:51:25 +02:00
nick black
889d985c85
notcurses_visual.3: clarify parameters #1615 2021-06-11 17:28:27 -04:00
nick black
65071fff2d
add note about ncplane_move_yx fix for root planes #1753 2021-06-11 16:56:35 -04:00
nick black
2f43bc70f1
ncplane_move_yx: correct dy/dx for root planes, add unit test #1753 2021-06-11 16:51:11 -04:00
joseLuís
ad7b67ec5b [rust] fix docs 2021-06-11 12:14:43 +02:00
joseLuís
640a2b138e [rust] add example for issue #1753 2021-06-11 11:55:40 +02:00
nick black
008e5d6d5c
purge falsehood from gcluster comment 2021-06-10 17:35:30 -04:00
nick black
9f4a578e72
factor out common unicode box sequences 2021-06-10 17:11:33 -04:00
nick black
cb178ac247
add simple_box() and heavy_box() forms 2021-06-10 17:04:29 -04:00
nick black
4731e8269f
add a unit test for ncdirect boxen #1752 2021-06-10 16:48:59 -04:00
joseLuís
fce6ee22db [rust] update ncdirectf_geom & NcVGeom #1746 #1749 2021-06-10 14:43:17 -04:00
nick black
deea4ddf9c ncdirectf_geom: move to ncvisual_options #1746 2021-06-10 14:43:17 -04:00
joseLuís
8432486b26 explain the return value of ncplane_set_base 2021-06-10 19:34:13 +02:00
joseLuís
0ea7c5236d [rust] add example issue #1751 2021-06-10 10:03:27 +02:00
nick black
5912a2138a
switch writen() to blocking_write() to avoid spinning 2021-06-10 02:09:58 -04:00
nick black
3622a96d29
argh, fix up blocking write, stupid 2021-06-10 02:05:31 -04:00
nick black
d7d032732f
ncplane_resize: rebuild TAM #1750 2021-06-10 01:34:27 -04:00
nick black
ad13e5c428
index.html: reference notcurses-info 2021-06-09 21:32:01 -04:00
nick black
c56dfc2607
install caps-rendered as notcurses-info #1745 2021-06-09 20:54:20 -04:00
nick black
1bb5d690ff
debug_caps: show halfblock glyphs 2021-06-09 20:45:06 -04:00
nick black
3ca80fecd7 add internal NCVISUAL_OPTION_SCROLL, pass from ncdirect #1733 2021-06-09 20:41:27 -04:00
nick black
e6661bdd3b ncplayer: fill in bottom line #1733 2021-06-09 20:41:27 -04:00
nick black
da9293fef1 allow kitty graphics to be printed on the lowest line, and use C=1 #1733 2021-06-09 20:41:27 -04:00
nick black
761ab46f75
XTSMGRAPHICS: send read attribute, not read maximum allowed #1716 2021-06-09 15:42:03 -04:00
nick black
866e1d04d5
termdesc: disable sixel with fewer than 64 color registers up front #1716 2021-06-09 15:23:48 -04:00
joseLuís
8d902f5c2b [rust] update ncdirectf_render #1738 2021-06-09 13:42:52 +02:00
nick black
5426e153f7 ncdirectf_render: make ncvisual_options const, thanks @joseluis #1738 2021-06-09 06:57:15 -04:00
joseLuís
f9418f875d [rust] update example #1716 #1742 2021-06-09 06:57:15 -04:00
joseLuís
9d1ca028c5 [rust] fix ncdirectf_render method #1738 2021-06-09 06:57:15 -04:00
nick black
c967028fbe ncplayer: add -n option for noninterpolative scaling #1738 2021-06-09 06:57:15 -04:00
nick black
99bb6e6f70 ncdirect_render_visual: pass vopts->flags through to bargs.flags #1738 2021-06-09 06:57:15 -04:00
nick black
2f340d6926 ncdirect_render_visual: convert maxx/maxy into ncvisualspeak #1738 2021-06-09 06:57:15 -04:00
nick black
59f4edd777 ncdirectf_render: accept an ncvisual_options #1738 2021-06-09 06:57:15 -04:00
nick black
6fcaad3c5d
generalize ncvisual_inflate() to ncvisual_resize_noninterpolative() #1738 2021-06-08 16:32:03 -04:00
nick black
9d47666dfe
kitty: undo C=1 thinko, ugh #1733 2021-06-08 15:26:59 -04:00
joseLuís
852cde9a75 [rust] add NCVISUAL_OPTION_NOINTERPOLATE
- update the `pixel-cell` example.
- change the type of ncvisual flags parameter to u32.
- minor doc fixes.
2021-06-08 21:18:58 +02:00
nick black
3aa287b9d4
notcurses.3: make explicit that rasterizing clears the area #1732 2021-06-08 14:55:40 -04:00
joseLuís
6f1f544b77 [rust] add prsleep macro + fixes
- add prsleep macro for rendering & rasterizing a plane pline + sleep
- fix some comments and refactor a little
2021-06-08 20:27:36 +02:00