Commit Graph

5859 Commits (06c66c591161a5c58afcf9b6f37aec921339035e)
 

Author SHA1 Message Date
nick black 06c66c5911
v2.4.7 3 years ago
nick black 63e9282893
v2.4.7 3 years ago
nick black 7c72bb55ed
When terminal is identified, send minimal queries
We might have already unambiguously identified our terminal
by the time we start probing (the Linux console, for instance,
is identified via ioctl()s). If we have, we still want to
send non-identification-related queries in, particularly to
get the cursor position. This fixes up notcurses-info on the
Linux console (#1837).
3 years ago
nick black 0d2ed04c1a
notcurses-info: be boring but reliable wrt glyphs 3 years ago
nick black a21113a66a
ncls: use NCSCALE_HIRES with NCBLIT_PIXEL by default 3 years ago
nick black 89b95c2612
gnome-terminal lacks pixelgeometry in TSIOCGWINSZ 3 years ago
nick black 1734c39de0
flashier braille coloring in notcurses-info 3 years ago
nick black 67d203c4eb
Support both DCS and SM/RM-style SU
Synchronized Updates are implemented in two different ways,
depending on the terminal. Some use DCS, and some use SM/RM.
If the terminal replies with a ?2026 advertisement, use
SM/RM. Otherwise, if heuristics suggest it, use DCS.
Closes #1850.
3 years ago
nick black 45c6a229ce
extract cell-pixel geometry from linux framebuffer console #1369 3 years ago
nick black a95b28c2e5
fix XTVERSION parsing for unbound version strings 3 years ago
nick black 2895615e06
detect drawable linux framebuffer #1369 3 years ago
nick black dce4426dcf
NEWS: add note about rejecting control chars 3 years ago
nick black 670e49b0ed
brown-bagger; check for basu before applying offset for ASU 3 years ago
nick black 3cbbbc5f77
save a system call on synchronized updates #1845 3 years ago
nick black ca556c3457
rewrite big staggered if() in xtversion with table #1845 3 years ago
nick black 0d03e7fbbc
fix begin synchronized update emission #1845 3 years ago
nick black c4901c84a2
support DCS ASU in kitty/vte/iterm/alacritty without discovery #1845 3 years ago
nick black fe6ef441bc
add TERMINAL_ITERM to discoverable terminals 3 years ago
nick black 6523c01ab7
create empty auxvec when wiping transparent cells
If we're a transparent sprixcell, we don't need an
auxiliary vector...until we do. If we reload the sprixel,
we have to update the auxiliary vectors, and assume one
is there. Since we're going to be getting rid of auxvecs
for kitty once we're using animation extensions, just go
ahead and always create one. Closes #1847.
3 years ago
nick black d06eb772b4 update damaged glyphs behind a kitty opaque cell #1704 3 years ago
nick black 7aea2147d4 statepixel: don't use alternate screen #1704 3 years ago
Tomek Szczęsny aecd9242ec Update INSTALL.md 3 years ago
Tomek Szczęsny d7f643cd8c Update INSTALL.md
cmake wouldn't let me through without installing these two additional packages.
3 years ago
joseLuís fc4757289b [rust] hide some macro docs intended for internal use
- and improve `issue-1832` example a little
3 years ago
joseLuís f8747ea3e9 [rust] add example for issue #1832 3 years ago
joseLuís 504dcaad59 [rust] remove `NcSignalSet`
- hopefully solved the remaining bug of #1339
3 years ago
nick black 4aeab4e987
No ASU on Linux, no cursor_hack
Pull out the dreadful 'cursor_hack' code that was
used for MLterm. If you send DECSDM the way MLterm
wants it, you don't have the problem of the cursor
becoming visible whenever you draw a Sixel. We send
it as expected now, so that's all good.

On the Linux console, we were using an uninitialized
variable for ASU detection. This has been remedied.
3 years ago
joseLuís adc1447778 [rust] add `ncplane_scrolling_p` & `NcPlane.scrolling` 3 years ago
nick black 865dd0b251
README: fix up email link 3 years ago
nick black e2c4de2515
make ubuntu tests label fit in the shield 3 years ago
nick black cbd3483010
fix up DenyControlASCII test to admit NUL 3 years ago
nick black 6ba67a6f21
accept NULs in is_control_egc(), fixing notcurses-input 3 years ago
nick black 490c89f694 add ncplane_scrolling_p() #1841 3 years ago
nick black b185e2528c get ResizeAndRotateFromMemory working sans leaks/breakage #1800 3 years ago
nick black 4c61a48d5a interp PoC: print labels 3 years ago
nick black 81df2dc323 rotate PoC: run faster #1800 3 years ago
nick black 42bb520445 ffmpeg_blit: don't assign data in details_seed 3 years ago
nick black 1b32823e42 bulk up ResizeThenRotateFromFile test 3 years ago
nick black cbc9a6ce6e rotate_visual: throw in some diagnostics 3 years ago
nick black 3896b7f50b allow add_*_escapes() to be called multiple times 3 years ago
nick black 95a4511045 drop ownership in ffmpeg routines #1800 3 years ago
nick black 64abad918e
fix up LayoutLeadingSpaces test not to send tabs 3 years ago
joseLuís c69c14e5be [rust] keep on solving multiple architecture bugs #1339
- fix notcurses_debug test on s390x & ppc64le.
- fix NcChannels parameters for NcPlane methods gradient & gradient_sized.
- fix ncplane_gradient & ncplane_gradient_sized on i686 & arm7hl by reimplementing them as a thin wrapper.
- fix ncdirect_hline_interp & ncdirect_vline_interp on i686 & arm7hl by reimplementing them as a thin wrapper.
- fix some docs & do some minimal refactoring.
3 years ago
nick black 7361683d3b
deny control characters in cells and plane emissions #1840 3 years ago
nick black afffc96508 add compare_versions, don't use C=1 with kitty < 0.20.0 3 years ago
nick black 42fee43cf2 only set pixel_cursor_hack if cursor is hidden 3 years ago
nick black f6f3d633ae ffmpeg: don't stick new data in details #1800 3 years ago
nick black 6aee702291
honor LINES/COLUMNS if TIOCGWINSZ fails #1826 3 years ago
nick black 81ee3a8d95
ncvisual_rotate: no need to force rgba explicitly #1800 3 years ago
nick black e32ae497d2
unit test for rotate+resize+render #1800 3 years ago