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.
2021-09-25 22:56:47 -04:00
nick black
6985d9a715
drop tinfo argument from pixel_init()
2021-09-25 22:56:47 -04:00
nick black
556039eb73
compare_versions: work for multidigit version components
2021-09-25 12:47:56 -04:00
joseLuís
fb003c4eef
fix doc-comment on ncplane_erase_region
...
and another minor typo
2021-09-24 20:01:20 +02:00
joseLuís
ff9497ea3d
add doc-comment for ncplane_center_abs
2021-09-24 14:45:49 +02:00
joseLuís
2141338e4c
revert stylemask return types #2200
2021-09-23 19:32:36 +02:00
joseLuís
1811e3b0ef
fix stylemask return types #2200
2021-09-23 16:01:25 +02:00
joseLuís
d55a44ef4b
make ncdirect_styles
require const reference
2021-09-23 14:44:07 +02:00
nick black
0918fa251e
XTerm 359+ uses correct DECSDM #1782
2021-09-23 06:14:51 -04:00
nick black
eee94d8e40
mintty switches DECSDM in 3.5.2 #1782
2021-09-22 19:44:19 -04:00
nick black
f42a563367
[input] no transitions >= 0x80
2021-09-22 18:18:22 -04:00
magiblot
7fd93b5977
ncwidth: fix heap overrun
2021-09-22 11:59:20 -04:00
nick black
4fa15e4256
NEWS entry about ncplane_erase_region() #2181
2021-09-21 18:33:38 -04:00
nick black
828c06ffde
ncplane_erase_region: unit tests
2021-09-21 18:32:39 -04:00
nick black
8a0d924baf
ncplane_erase_region(): protect against overflow
2021-09-21 18:32:39 -04:00
nick black
0c41b3ddc5
grid: cli-style
2021-09-21 18:32:39 -04:00
nick black
69e58667c7
[bitmapstates] properly use ncplane_erase_region()
2021-09-21 18:32:39 -04:00
nick black
ad2b806444
add grid PoC
2021-09-21 18:32:39 -04:00
nick black
e770dbff43
ncplane_erase_regions: generalize harder #2181
2021-09-21 18:32:39 -04:00
nick black
72757044da
[ncplane_erase_region] generalize #2181
2021-09-21 18:32:39 -04:00
nick black
9733835673
ncplane_erase_region: grotesque copy-and-paste bug =[
2021-09-20 21:32:16 -04:00
nick black
94edc372e5
prep NEWS.md for 2.4.3
2021-09-20 08:09:40 -04:00
nick black
5269e4b709
v2.4.2
2021-09-20 08:03:12 -04:00
nick black
0fef97c1fb
ncneofetch: no scaling when using NCBLIT_PIXEL
2021-09-20 06:22:27 -05:00
nick black
d8c1a67b81
[input] don't tear down input layer on windows for now #2192
2021-09-20 07:01:38 -04:00
nick black
257ec21671
[windows] use WaitForSingleObject
2021-09-20 05:17:42 -04:00
nick black
92f4dce595
use wcsrtombs() in place of wcstombs()
2021-09-20 05:04:25 -04:00
nick black
5412adef4d
[input] set rifd high on WAIT_OBJECT_0 #2192
2021-09-20 04:38:44 -04:00
nick black
690ed75c8f
[input] initialize stdinhandle on windows #2192
2021-09-20 04:33:41 -04:00
nick black
7c197fba59
remove obsolete FIXME
2021-09-20 04:00:57 -04:00
nick black
675a4ac63c
we're using kitty keyboard level 1, not 31
2021-09-20 03:40:35 -04:00
nick black
a54cf1813e
README/NEWS: info about wrappers
2021-09-20 02:45:59 -04:00
nick black
0bf192f4c1
sync sixel_draw/kitty_redraw #2189
2021-09-20 02:17:06 -04:00
nick black
e983c83d4e
[input] mask SIGTHR where defined #2191
2021-09-20 02:13:22 -03:00
nick black
343a74ac82
[ncneofetch] don't move logo to left #2138
2021-09-19 23:45:15 -04:00
nick black
e9891bc555
[interp] drop unused variable 'id'
2021-09-19 21:51:49 -05:00
nick black
37fb92dba3
interp PoC: don't use NCOPTION_DRAIN_INPUT
2021-09-19 21:51:05 -05:00
nick black
5c82d5b849
[input] properly convert delaybounds to deadlines
2021-09-19 22:44:10 -04:00
nick black
82a2f19d67
[input] account input events on receive side only
2021-09-19 22:18:37 -04:00
nick black
3faf8ee3fb
[input] introduce NCKEY_EOF #2185
2021-09-19 22:16:31 -04:00
nick black
ea5da346f0
Add keytype indicator to notcurses-input #2182
2021-09-19 21:01:40 -04:00
nick black
99007e128c
[input] add evtype to ncinput, for press/repeat/release #2182
2021-09-19 20:13:02 -04:00
nick black
1f4b32def7
[doc] drop widechars.png
2021-09-19 18:38:14 -04:00
nick black
c59cbaa340
[index.html] drop bottom banner
2021-09-19 18:37:40 -04:00
nick black
1dd1fb2c74
[index.html] put repology on right
2021-09-19 18:34:05 -04:00
nick black
b0c4a3af97
direct_dump_cellplane: position all lines according to xoff
2021-09-19 18:16:21 -04:00
nick black
0de21824cc
[input] return error once we've emptied ibuf and hit stdineof
2021-09-18 13:05:28 -04:00
nick black
da6fc8420d
[input] consider a drop to be an input_error
2021-09-18 12:42:36 -04:00
nick black
70997670a5
[sprixel_redraw] want the offset, not absolute position #2168
2021-09-18 12:41:37 -04:00
nick black
6849ed9da7
[input] windows fixes
2021-09-18 12:07:02 -04:00