Commit Graph

6568 Commits

Author SHA1 Message Date
nick black
6c11555690
drone: use new debian, ubuntu builders 2021-08-19 18:51:33 -04:00
nick black
7b13576dce
sigh 2021-08-19 18:08:15 -04:00
nick black
34ece28702
drone: reenable alpine #2074 2021-08-19 18:07:39 -04:00
nick black
2be4aa2d1a
ncdirect_set_*_rgb: use fbuf_finalize() #2074 2021-08-19 18:07:15 -04:00
nick black
6296a2480f
don't export strndup for C++ code #2073 2021-08-18 13:53:41 -04:00
nick black
b635eeca73
uniblock demo: get everything to fit 2021-08-17 22:53:03 -04:00
nick black
d50a7a8e99
windows: when building with msvc, don't require/use pkgconfig #2066 2021-08-17 22:34:48 -04:00
nick black
e97039f42a
drop ESCAPE_CSR #2035 2021-08-17 22:27:36 -04:00
nick black
89622ed1a1
notcurses_init.3: close parenthetical 2021-08-17 21:24:50 -04:00
nick black
f0558ff67a
notcurses_init.1: update comments on log levels 2021-08-17 21:15:44 -04:00
nick black
6ebadf7fd9
github workflows: disable cargo build on macos/windows 2021-08-17 19:51:14 -04:00
nick black
fc2d21f85f
github workflows: disable python on windows/macos where failing 2021-08-17 19:38:07 -04:00
nick black
c9fbc5d7f9
v2.3.15 2021-08-17 19:18:05 -04:00
nick black
90cd14cad2
leave rust builds enabled, but disable rust testing 2021-08-17 19:12:45 -04:00
nick black
7539532b0e
ncls, fix relative paths, arghghghgh 2021-08-17 19:04:08 -04:00
nick black
a82ccb10f5
reenable python/rust in all workflows 2021-08-17 18:57:06 -04:00
nick black
0e9775426e
no exect on gnu hurd 2021-08-17 18:51:24 -04:00
nick black
a504d1dec6
drone: reenable rust on debian 2021-08-17 18:35:17 -04:00
nick black
28def058ce
v2.3.14 2021-08-17 18:32:46 -04:00
nick black
f4bac90a17
ncls: properly separate paths #2063 2021-08-17 17:01:22 -04:00
nick black
63c9889a89
add mintty to TERMINALS.md 2021-08-17 01:16:55 -04:00
nick black
096ddf313a
remove unused PNG code 2021-08-16 00:29:51 -04:00
nick black
99a653db5f
shuffle up ncport.h to restore Hurd 2021-08-16 00:23:33 -04:00
nick black
d00a96d850
GNU Hurd doesn't have wcwidth() nor wcswidth() 2021-08-15 23:58:25 -04:00
nick black
89729e3315
use PRIu64 in place of %ju #2062 2021-08-15 22:56:04 -04:00
nick black
1c4bde91fb
clean out windows waitpid() until we have HANDLEs #2062 2021-08-15 22:42:26 -04:00
nick black
3508f2a869
GetComputerNameA wants LPDWORD which is pointer to DWORD 2021-08-15 22:29:16 -04:00
nick black
d49dd8dbbb
undef KEY_EVENT before including ncurses.h #2062 2021-08-15 22:21:23 -04:00
nick black
91dfb487ad remove support for the iTerm2 graphics protocol #2060 2021-08-15 22:12:49 -04:00
nick black
0cd42fdde2
windows wants LPDWORD for GetComputerNameA() 2021-08-15 22:12:24 -04:00
nick black
441b7edec4
alpine: back off in drone 2021-08-14 12:13:26 -04:00
nick black
35057e80f5
drone: turn alpine builder back on 2021-08-14 12:09:44 -04:00
nick black
81370c5f33
handle alt for special inputs #2058 2021-08-14 09:22:03 -04:00
nick black
b99488eb13
interpret shift/ctrl for special inputs #2058 2021-08-14 09:19:32 -04:00
nick black
53b0174322
notcurses-info: scrolling details
don't emit a hard newline following the emoji line,
closing #2021. properly account for distance to logo,
closing #2065.
2021-08-14 06:50:26 -04:00
nick black
0a441eaf26
drop obsolete FIXME 2021-08-14 05:27:05 -04:00
nick black
0b61b3cd47
sheesh 2021-08-14 03:01:56 -04:00
nick black
842613cf18
direct mode: support pixel_draw_late 2021-08-14 02:54:23 -04:00
nick black
a4b36316ef
you're killin' me, windows 2021-08-14 02:38:40 -04:00
nick black
437c1de952
input: handle terminfo's kcbt (back tab) 2021-08-14 02:35:21 -04:00
nick black
eae2295a5b
notcurses-info: require at least 80 columns 2021-08-14 00:12:34 -04:00
nick black
3d829846cc
admit pixel_draw_late for Bitmaps tests 2021-08-13 22:41:27 -04:00
nick black
ac78ebbc75 add a late bitmap pass for fbcon mmap #1997 #2045 2021-08-13 20:52:25 -04:00
nick black
afffeeaebf
need WinCon.h for GetConsoleScreenBufferInfo() 2021-08-13 20:52:09 -04:00
nick black
63790bc41c
try to get true geometry on windows 2021-08-13 17:52:27 -04:00
nick black
a6575ebfd7 only define strndup as noexcept on linux 2021-08-13 18:06:55 -03:00
nick black
3d780e14a3
windows: use default geometry if we can't look it up #2020 2021-08-13 16:56:12 -04:00
nick black
0c0a8157e6
windows: don't try to read query response #2020 2021-08-13 16:53:29 -04:00
nick black
f5dc483410
macOS doesn't like noexcept on strndup sigh 2021-08-13 15:26:06 -04:00
nick black
cbf2c51ce4
mark strndup as noexcept 2021-08-13 15:18:18 -04:00