Commit Graph

7252 Commits (07fefa3004dfb03c7c94ce3a7b42e6f11c7ca1f5)
 

Author SHA1 Message Date
nick black 4da93eae5d
kill FIXME: detect whether linesigs are enabled on startup 3 years ago
nick black 58f650f0c1 drop mlterm inversion for DECSDM 3 years ago
nick black 0b62a89834 Invert interpretation of DECSDM #2204
more and more terminals are switching their
interpretation of DECSDM to match the actual VT340
behavior, rather than that of XTerm prior to
patchlevel 369. start using \e[?80l by default to
turn DECSDM on. track terminalsXversions which
use the previous behavior, and for them, emit 80h.
continue to always send 8452h, on which i have
no data suggesting anything but one interpretation.
remove pixel_shutdown. note that Alacritty switched
over to the new semantics in 0.15.1.
3 years ago
nick black 9f2eb07ce6 make pixel implementation choice clearer
We were using the value of pixel_shutdown to decide
whether we needed to take a kitty-specific path or
not. Instead, just use the pixel_implementation field
of tinfo, which was added a few weeks back.
3 years ago
nick black 6985d9a715 drop tinfo argument from pixel_init() 3 years ago
nick black 556039eb73
compare_versions: work for multidigit version components 3 years ago
joseLuís fb003c4eef fix doc-comment on ncplane_erase_region
and another minor typo
3 years ago
joseLuís ff9497ea3d add doc-comment for `ncplane_center_abs` 3 years ago
joseLuís 2141338e4c revert stylemask return types #2200 3 years ago
joseLuís 1811e3b0ef fix stylemask return types #2200 3 years ago
joseLuís d55a44ef4b make `ncdirect_styles` require const reference 3 years ago
nick black 0918fa251e
XTerm 359+ uses correct DECSDM #1782 3 years ago
nick black eee94d8e40
mintty switches DECSDM in 3.5.2 #1782 3 years ago
nick black f42a563367
[input] no transitions >= 0x80 3 years ago
magiblot 7fd93b5977 ncwidth: fix heap overrun 3 years ago
nick black 4fa15e4256
NEWS entry about ncplane_erase_region() #2181 3 years ago
nick black 828c06ffde ncplane_erase_region: unit tests 3 years ago
nick black 8a0d924baf ncplane_erase_region(): protect against overflow 3 years ago
nick black 0c41b3ddc5 grid: cli-style 3 years ago
nick black 69e58667c7 [bitmapstates] properly use ncplane_erase_region() 3 years ago
nick black ad2b806444 add grid PoC 3 years ago
nick black e770dbff43 ncplane_erase_regions: generalize harder #2181 3 years ago
nick black 72757044da [ncplane_erase_region] generalize #2181 3 years ago
nick black 9733835673
ncplane_erase_region: grotesque copy-and-paste bug =[ 3 years ago
nick black 94edc372e5
prep NEWS.md for 2.4.3 3 years ago
nick black 5269e4b709
v2.4.2 3 years ago
nick black 0fef97c1fb ncneofetch: no scaling when using NCBLIT_PIXEL 3 years ago
nick black d8c1a67b81
[input] don't tear down input layer on windows for now #2192 3 years ago
nick black 257ec21671
[windows] use WaitForSingleObject 3 years ago
nick black 92f4dce595
use wcsrtombs() in place of wcstombs() 3 years ago
nick black 5412adef4d
[input] set rifd high on WAIT_OBJECT_0 #2192 3 years ago
nick black 690ed75c8f
[input] initialize stdinhandle on windows #2192 3 years ago
nick black 7c197fba59
remove obsolete FIXME 3 years ago
nick black 675a4ac63c
we're using kitty keyboard level 1, not 31 3 years ago
nick black a54cf1813e
README/NEWS: info about wrappers 3 years ago
nick black 0bf192f4c1
sync sixel_draw/kitty_redraw #2189 3 years ago
nick black e983c83d4e [input] mask SIGTHR where defined #2191 3 years ago
nick black 343a74ac82
[ncneofetch] don't move logo to left #2138 3 years ago
nick black e9891bc555 [interp] drop unused variable 'id' 3 years ago
nick black 37fb92dba3 interp PoC: don't use NCOPTION_DRAIN_INPUT 3 years ago
nick black 5c82d5b849
[input] properly convert delaybounds to deadlines 3 years ago
nick black 82a2f19d67
[input] account input events on receive side only 3 years ago
nick black 3faf8ee3fb
[input] introduce NCKEY_EOF #2185 3 years ago
nick black ea5da346f0
Add keytype indicator to notcurses-input #2182 3 years ago
nick black 99007e128c
[input] add evtype to ncinput, for press/repeat/release #2182 3 years ago
nick black 1f4b32def7
[doc] drop widechars.png 3 years ago
nick black c59cbaa340
[index.html] drop bottom banner 3 years ago
nick black 1dd1fb2c74
[index.html] put repology on right 3 years ago
nick black b0c4a3af97
direct_dump_cellplane: position all lines according to xoff 3 years ago
nick black 0de21824cc
[input] return error once we've emptied ibuf and hit stdineof 3 years ago