Commit Graph

5703 Commits (921c2ce0337baba79f8569070966254cf760c320)
 

Author SHA1 Message Date
nick black c0b724e140 add STATE_XTVERSION{1,2}, recognize ST to terminate #1469 3 years ago
nick black 4478896916 differentiate VT101 vs XTSMGRAPHICS color registers #1469 3 years ago
nick black 78b674610c kill old xtsmgraphics / da lexing 3 years ago
nick black 4006f05cbd effect STATE_DA_DRAIN state #1469 3 years ago
nick black 9efda3e5bc start handling primary device attributes #1469 3 years ago
nick black 8569906dd3 bulk up notcurses-info with more glyphs 3 years ago
nick black 44ce08ecd6 pump_control_input: handle XTGETTCAP prefix 3 years ago
nick black fc6bc1a3d8 build up pump_control_read() state machine, terminate on DA response #1469 3 years ago
nick black a35ea97e2c remove obsolete comment in handle_input() 3 years ago
nick black a22e941b5e ncinputlayer_init: prep for terminal detection end sequene 3 years ago
nick black 935e982487 unify inputlayer setup/teardown 3 years ago
nick black 59a36681be rename inputlayer->ttyinfd to infd, as it's not necessarily a tty 3 years ago
nick black f6405ca051 send CSI>q query, necessary for picking up wezterm DCS #1759 3 years ago
nick black 41231800c6 use XTTERMCCAP TN request in initial query 3 years ago
nick black 03b896e7ad send XTGETTCAP for terminal name 3 years ago
nick black cadd4aefee s/CELL_ALPHA_/NCCELL_ALPHA_/g 3 years ago
nick black fc2bbca1ca notcurses-info: break up text segments 3 years ago
nick black 83ac96365d more input planning 3 years ago
nick black 1b86af1398 HACKING add some thoughts on input/queries #1469 3 years ago
nick black e99221f59e replace all writen() with blocking_write() to avoid spins 3 years ago
nick black 834f256ec9 notcurses-info: be reliable in the face of output EAGAIN 3 years ago
joseLuís 2c8a364f3a [rust] fix pixel-cell example
- fix column and row order in visual resize methods
3 years ago
igo95862 4fb67d6a91
python: Fix copyright years 3 years ago
igo95862 c30343e6f6 python: Merge fixes 3 years ago
igo95862 bcf216a667
python: Small imports sort 3 years ago
igo95862 5baa5ac5ff
python: Added half of the stub file 3 years ago
nick black a290e3f741
NEWS: fix typos info: dump more unicode 3 years ago
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.
3 years ago
nick black 160868d9e8
v2.3.4 3 years ago
nick black 0b72bec79d
add ncdirect_ascii_box(), use it in DefaultBox unit test 3 years ago
nick black 4ca1036da9
v2.3.3 3 years ago
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.
3 years ago
nick black d695a8206f
add ncdirect_detected_terminal() and notcurses_detected_terminal() #1759 3 years ago
nick black e838209d21
ncdirect_vline_interp: force default background if selected #1752 3 years ago
nick black 8b058d022b
ncdirect_hline_interp: force default background if selected #1752 3 years ago
nick black 21f3dbf72c
NEWS: note ncdirect_box() bugfix #1752 3 years ago
nick black b541ec198d
direct mode: factor out activate_channels(), use it in ncdirect_box #1752 3 years ago
Michael Bradley, Jr 28b2555195 github actions workflow: macos, ubuntu, windows+msys2 3 years ago
nick black 3dbb3c149d get another mergedown() unit test #1615 3 years ago
nick black 091908295f fix up Fills::MergeDownUni unit test #1615 3 years ago
nick black f822510c3f no need to track margins in sixel code #1615 3 years ago
nick black 20165ccbbe no need to reference margins from kitty code #1615 3 years ago
nick black 608943bb95 reference nc->margin when we want margins, not stdplane #1615 3 years ago
nick black 27b05e6f1b sixel/kitty: remove references to stdplane #1615 3 years ago
joseLuís 007af7f9af [rust] delete example issue #1753 3 years ago
nick black 889d985c85
notcurses_visual.3: clarify parameters #1615 3 years ago
nick black 65071fff2d
add note about ncplane_move_yx fix for root planes #1753 3 years ago
nick black 2f43bc70f1
ncplane_move_yx: correct dy/dx for root planes, add unit test #1753 3 years ago
joseLuís ad7b67ec5b [rust] fix docs 3 years ago
joseLuís 640a2b138e [rust] add example for issue #1753 3 years ago