Commit Graph

5944 Commits (32ade77dd5999e68dfeee40f492f8dda68da3bb9)
 

Author SHA1 Message Date
nick black de8bb9d498
clearall: take a FILE, not an fd 3 years ago
nick black a99d096666
input: convert some stderr to logerror/logwarn() 3 years ago
nick black a36c13da13
merge notcurses-info changes from kitty branch 3 years ago
nick black 9c1f489bb6
merge ncseqs.h from kitty branch 3 years ago
nick black b4bf1297e1
only invert DECSDM on MLterm < 3.9.1 #1869 3 years ago
nick black 6615f52fe3
extract MLterm version from XTVERSION #1869 3 years ago
nick black b4fb4ee20a
_FORTIFY_SOURCE, not FORTIFY_SOURCE, thanks Fedora! 3 years ago
nick black ef2e4e626e
[dragon] properly size input visual #1723 3 years ago
nick black bf3caa8198
disable kitty ASU while it breaks graphics #1864 3 years ago
nick black 581a33f5e2
a mysterious space! 3 years ago
nick black 4c8bfbd405
notcurses-info: rewrite U13 in terms of NCANGLE* 3 years ago
nick black 0bfa8c33fd [sixel] clean up cells even when under a new sixel #1537 3 years ago
nick black 5cf24d4d2e mojibake: add emoji from unicode 14.0β 3 years ago
nick black c878f88fb7
add some sequences from Unicode 13 3 years ago
nick black 4a8d075e64
add NCBOXOUTER #1858 3 years ago
nick black 7e2c6fc005
notcurses-info: tighten up all output 3 years ago
nick black 62e0c226d8
brighten up initial banner 3 years ago
nick black 866ffd91dd
tighten up initial banners further 3 years ago
nick black a1d011fdc2
notcurses-info: hold off on displaying logo 3 years ago
nick black 89fee267b7
notcurses-info: pack more densely 3 years ago
nick black 62dd65dd84
tighten up intro banner #1837 3 years ago
nick black 1193e40fd1
notcurses-info: show logo pursuant to #1649 3 years ago
nick black 3596b2b2a2
NEWS: describe pure changes 3 years ago
nick black 37fbd526ed
ncvisual_blitset_geom: handle non-origin with CHILDPLANE #1854 3 years ago
nick black 35b57ddb91
remove useless notcurses_check_pixel_support() calls 3 years ago
nick black 4177486e26
mark capability functions as ((pure)) 3 years ago
nick black 15d6cfaf35
allow pixels to stdplane with NCVISUAL_OPTION_CHILDPLANE #1854 3 years ago
nick black 6f1bbf82d0
add prefix_data() 3 years ago
nick black a17800b034
notcurses-info: add fractions 3 years ago
nick black 301e76956e
[querylex] handle fail on set cregs 3 years ago
nick black 5861d16d33
expand accepting states for primary device attributes 3 years ago
nick black ea41c5ebaf fix cell_extended_p() for big-endian 3 years ago
nick black 0efe1bf40e
kill obsolete FIXME 3 years ago
nick black 569e06f519
media tests: remove treacherous sleep(3)s 3 years ago
nick black 8b6a30cba8
v2.3.7 3 years ago
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