Commit Graph

5537 Commits

Author SHA1 Message Date
nick black
fc2bbca1ca notcurses-info: break up text segments 2021-06-13 18:21:14 -04:00
nick black
83ac96365d more input planning 2021-06-13 18:21:14 -04:00
nick black
1b86af1398 HACKING add some thoughts on input/queries #1469 2021-06-13 18:21:14 -04:00
nick black
e99221f59e replace all writen() with blocking_write() to avoid spins 2021-06-13 18:21:14 -04:00
nick black
834f256ec9 notcurses-info: be reliable in the face of output EAGAIN 2021-06-13 18:21:14 -04:00
joseLuís
2c8a364f3a [rust] fix pixel-cell example
- fix column and row order in visual resize methods
2021-06-13 22:39:11 +02:00
igo95862
4fb67d6a91
python: Fix copyright years 2021-06-13 20:27:16 +03:00
igo95862
c30343e6f6 python: Merge fixes 2021-06-13 20:16:07 +03:00
igo95862
bcf216a667
python: Small imports sort 2021-06-13 20:12:12 +03:00
igo95862
5baa5ac5ff
python: Added half of the stub file 2021-06-13 20:11:53 +03:00
nick black
a290e3f741
NEWS: fix typos info: dump more unicode 2021-06-13 10:13:25 -04:00
joseLuís
3d830f5e73 [rust] updates against 2.3.4
- remove ncvisual_inflate and add ncvisual_resize_noninterpolative & fix example.
- add notcurses_detected_terminal & ncdirect_detected_terminal.
- take into account new static functions pending to implement:
  ncdirect_light_box, ncdirect_heavy_box, nccells_light_box, nccells_heavy_box, nccells_ascii_box.
- update module info headers notation.
2021-06-13 13:07:00 +02:00
nick black
160868d9e8
v2.3.4 2021-06-12 17:27:28 -04:00
nick black
0b72bec79d
add ncdirect_ascii_box(), use it in DefaultBox unit test 2021-06-12 17:20:37 -04:00
nick black
4ca1036da9
v2.3.3 2021-06-12 16:54:36 -04:00
joseLuís
125ab361e6 [rust] add pending functions
- include new functions: ncdirect_stream, ncdirect_supported_styles, ncdirect_styles, nccell_width, ncinput_nomod_p.
- account for functions: ncplane_halign, ncplane_valign.
- rename ncpalette_get_rgb and ncpalette_set_rgb to ncpalette_get_rgb8 and ncpalette_set_rgb8 respectively.
- minor formatting fixes.
2021-06-12 21:29:03 +02:00
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