nick black
93fd4515e7
ncplayer: accept a color specification for -a
2021-06-22 09:49:48 -04:00
nick black
759de01d02
get linux kernel version for termversion
2021-06-22 08:57:03 -04:00
nick black
3d6a9b1c7a
[linux] get our lower eighths back
2021-06-22 08:57:03 -04:00
nick black
1f67b13370
get linux font reprogramming working once more
2021-06-22 08:57:03 -04:00
nick black
fc62956bf7
shim_quad_block(): replace the many other quad shimmers for linux console #1726
2021-06-22 08:57:03 -04:00
nick black
2c8cc6f53c
shim_upper_half_block: deal with arbitrary width #1726
2021-06-22 08:57:03 -04:00
nick black
61ac8dfbb1
handle KDFONTOP response, set up copy range better #1726
2021-06-22 08:57:03 -04:00
nick black
2621612e0f
start moving {PIO,GIO}_FONTX -> KDFONTOP #1726
2021-06-22 08:57:03 -04:00
joseLuís
42d0feb265
[rust] delete uneeded examples for closed issues
2021-06-22 12:31:20 +02:00
nick black
f388e3d7da
use pixel_draw to verify bitmap support
2021-06-22 06:06:13 -04:00
nick black
8022faf2c0
supply O_NOCTTY to open(2) in get_fd_tty()
2021-06-22 03:51:36 -04:00
nick black
f2c8cd31c8
[python] comment out for deprecation
2021-06-22 02:00:08 -04:00
nick black
6eae6fc6b9
build new python wrappers in ubuntu/fedora drones #1770 #1154
2021-06-22 01:50:21 -04:00
nick black
32852c48fc
comment out python notcurses_render_to_{buffer, file}() #1770
2021-06-22 01:40:20 -04:00
nick black
379453c8ea
render piles to file/buffer
...
Replace notcurses_render_to_file() and
notcurses_render_to_buffer() with variants that work
on arbitrary piles (the former only worked on the standard
pile). Rewrite the former as trivial wrappers around the
latter, and deprecate the former. Closes #1770 .
2021-06-22 01:17:55 -04:00
nick black
921c2ce033
ffmpeg_resize: check for NULL from ffmpeg_resize_internal #1788
2021-06-22 00:50:39 -04:00
nick black
e8d19852d3
kill off old palette256 type (has been ncpalette for months) #1777
2021-06-22 00:43:34 -04:00
nick black
8d3c042640
turn off bitmap support if TIOCGWINSZ doesn't supply pixel info #1805
2021-06-21 22:20:58 -04:00
nick black
2d9438cdb2
ncvisual_from_rgb_loose: shrink overspaced stride
2021-06-21 22:04:12 -04:00
nick black
94947df1ad
termdesc: factor out extract_paren_version, handle foot's XTVERSION #1798
2021-06-21 21:14:11 -04:00
nick black
44e85d2f05
termdesc: identify kitty+version from XTVERSION response #1798
2021-06-21 21:02:37 -04:00
nick black
e4656dbd77
ncvisual_from_rgb_packed: correct alloc size, add unit test #1806
2021-06-21 20:45:27 -04:00
joseLuís
bbc9f0e595
[rust] update example
2021-06-22 02:16:35 +02:00
joseLuís
7d5e800eb3
[rust] new example issue-rgb_packed #1806
2021-06-21 21:06:01 +02:00
joseLuís
3fed537854
[rust] remove NcDirectV type alias, use NcPlane instead
2021-06-21 19:44:55 +02:00
nick black
ce6dab70cc
README: can't really claim a 'minimal set of symbols' anymore
2021-06-21 13:34:46 -04:00
nick black
ea0b8d9c40
TERMINALS: note hang on bad response to Primary Device Attributes
2021-06-21 13:33:02 -04:00
joseLuís
a693455916
[rust] rename cell style methods
...
- on_styles → styles_on, off_styles → styles_on, set_stypes → styles_set
- improve some docs and fix doclinks.
2021-06-20 18:39:17 +02:00
nick black
75bbdc2ca5
emphasize kitty_move return value viz stats
2021-06-20 12:28:55 -04:00
nick black
553c0637bf
kitty: must redraw for wipe/rebuild #1395
2021-06-20 12:28:55 -04:00
nick black
e9be8e67d2
kitty_wipe: don't set INVALIDATED unless in QUIESCENT #1395
2021-06-20 12:28:55 -04:00
nick black
d7f3800009
[kitty] introduce kitty_move #1395
2021-06-20 12:28:55 -04:00
nick black
2d2a469f14
[kitty] write position id 1 when creating graphic #1395
2021-06-20 12:28:55 -04:00
igo95862
9befa0ceae
python: Added py.typed file to indicate that package is typed
2021-06-20 18:19:43 +03:00
igo95862
d9146de068
python: Finished NcPlane stub
2021-06-20 18:19:43 +03:00
joseLuís
d6e724190a
[rust] update readme
2021-06-20 17:16:52 +02:00
nick black
bb8bed687d
move CONTRIBUTING.md to make github community insights go green ugh
2021-06-20 10:25:57 -04:00
nick black
910fddc2f1
strengthen query claim in README
2021-06-20 10:22:49 -04:00
nick black
3920bc0380
FAQs ought be one hierarchy level up
2021-06-20 10:13:31 -04:00
nick black
e389b25989
README: mention notcurses-info wrt fonts
2021-06-20 10:10:04 -04:00
nick black
4e03eb4549
always enable rgb for WezTerm
2021-06-20 10:09:10 -04:00
nick black
a8a5e51676
ncplane_resize_simple(): reject negative arguments #1696
2021-06-20 09:59:43 -04:00
nick black
fe61082c5c
account for sprixel bytes emitted in new stat #1801
2021-06-20 08:51:23 -04:00
nick black
e5662ac506
add and document sprixelbytes stat #1801
2021-06-20 08:51:23 -04:00
joseLuís
90a2ff6fca
[rust] fix pixel-cell example
...
- fix some docs and parameter names.
2021-06-20 13:48:26 +02:00
nick black
2f23409d97
finish out interp PoC #1796
2021-06-20 07:26:55 -04:00
nick black
091bc1e625
interp PoC #1796
2021-06-20 07:21:50 -04:00
nick black
6152f621ba
microoptimize extract_version()
2021-06-20 06:47:52 -04:00
nick black
b2d04feffd
factor out extract_version(), get WezTerm version #1798
2021-06-20 06:46:34 -04:00
nick black
d0889d3615
extract contour version from XTVERSION #1798
2021-06-20 06:42:35 -04:00