Commit Graph

3020 Commits

Author SHA1 Message Date
nick black
34ae5cb5a6
tuck HUD in with FPS graph 2020-08-28 00:51:02 -04:00
nick black
589c088b64
debrelease.sh: push it out 2020-08-27 15:45:31 -04:00
Nick Black
d4ad59f285 FreeBSD compilation fixes 2020-08-27 14:26:44 -04:00
nick black
e92b7fd6ea
v1.6.19 2020-08-27 12:43:28 -04:00
nick black
6526e58c00
v1.6.18.4 2020-08-27 12:30:29 -04:00
nick black
9f84c1524e
cell_load_simple: need an ntole() #906 2020-08-27 12:25:57 -04:00
nick black
de3737e8e1
ZAxis test: remaining fixup #906 2020-08-27 11:31:31 -04:00
nick black
ee649ba0fa
cell_simple_p(): endianness fix #906 2020-08-27 09:48:18 -04:00
nick black
4c04e1d50e
include direct.h in notcurses.c 2020-08-27 08:30:16 -04:00
nick black
6ea73e6e45
v1.6.18.3 2020-08-27 08:18:38 -04:00
nick black
3fbdab3020
pool_load_direct: zilch out entirety of gcluster #906 2020-08-27 08:14:33 -04:00
nick black
383c36415d
ncplane_putc_yx: set stylemask for wide chars #961 2020-08-27 08:10:03 -04:00
nick black
4e0296f222
zaxis unit tests: fix for inlined egcs #906 2020-08-27 08:09:06 -04:00
nick black
550c02d8ac
v1.6.18.2 2020-08-27 07:26:28 -04:00
nick black
c24ca8ab56
introduce ntole() #906 2020-08-27 06:59:11 -04:00
nick black
c66d8f52d5
Endianness fixes for inlined egcs #906 2020-08-27 06:02:37 -04:00
nick black
d11d8175d0
v1.6.18.1 2020-08-27 03:10:48 -04:00
nick black
227738a8e5
SubprocAndFds tests: tighten up locking 2020-08-27 02:25:36 -04:00
nick black
a6ce88c471
notcurses_init(): correct error path 2020-08-27 00:14:34 -04:00
nick black
201994ab0c
ncdirect: don't make infd nonblocking #919 2020-08-26 23:49:02 -04:00
nick black
d3e23697af python: restore channel_set_rgb() 2020-08-26 23:12:59 -04:00
nick black
9476cb33d5 ncdirect: set up input layer #919 2020-08-26 23:12:59 -04:00
nick black
fa07df297b ncdirect_getc() #919 2020-08-26 23:12:59 -04:00
nick black
2ef2435953 input: move to inputlayer abstraction 2020-08-26 23:12:59 -04:00
nick black
602607d737 notcurses_directmode.3: mention cbreak mode 2020-08-26 23:12:59 -04:00
nick black
8f65211bf8 declare ncdirect input layer #919 2020-08-26 23:12:59 -04:00
nick black
39d0989a5e ncdirect cbreak mode polish #958
* propagate return value of tcsetattr() from ncdirect_stop()
* restore terminal state on error paths in ncdirect_init()
2020-08-26 23:12:59 -04:00
nick black
4b037bc4b8 direct mode: use cbreak mode for terminal
* factor out cbreak_mode() #919
* call it from direct mode when we have a terminal fd
* restore the terminal state in ncdirect_stop()
2020-08-26 23:12:59 -04:00
nick black
8595c21495
dirgb poc: use fflush, not printf("\n") 2020-08-26 23:08:43 -04:00
nick black
8d67d1d1b5
oiio: drop ncerrs.h inclusion 2020-08-26 12:42:44 -04:00
nick black
bd14d6d08c
python: drop experiment 2020-08-25 18:26:33 -04:00
nick black
6d7f9eb501
v1.6.18 2020-08-25 18:24:19 -04:00
nick black
1b8706ab73
release.sh: use new webserv path 2020-08-25 18:23:13 -04:00
nick black
1a21d193c4
ncreader: kill diagnostics #839 2020-08-25 18:20:14 -04:00
nick black
a63f70840f
Merge branch 'master' of github.com:dankamongmen/notcurses into master 2020-08-25 18:17:31 -04:00
nick black
9b1ae7d970
ncreader: bring cursor back following putegc #839 2020-08-25 18:17:20 -04:00
joseLuís
78a863790a improve function-summary.sh, encapsulate, tidy up 2020-08-26 00:08:31 +02:00
nick black
66b523413b
reader: correct reversing over line break #839 2020-08-25 17:33:00 -04:00
nick black
9d75f575db
ncplane_set_[fb]channels 2020-08-25 17:28:29 -04:00
Nick Black
be20d81918
Merge pull request #957 from dankamongmen/dankamongmen/reader-horizontal
ncreader horizontal scrolling
2020-08-25 09:17:11 -04:00
nick black
902d8472e8
zoo: break up lines 2020-08-25 09:09:48 -04:00
nick black
70a28feb63
ncreader: horizontal scrolling mostly works #839 2020-08-25 08:58:49 -04:00
nick black
afc06a0271
reader PoC: accept -hs for horizontal scrolling #839 2020-08-25 08:58:49 -04:00
nick black
7cbb2e9110 zoo demo: show cursor in reader box #835 2020-08-25 06:29:03 -04:00
nick black
3495269bcb ncreader: get cursor working everywhere 2020-08-25 04:55:06 -04:00
nick black
a53d5a21a8 disable/enable cursor for rasterize 2020-08-25 04:55:06 -04:00
nick black
d900fdb7fa ncreader: create off-screen plane for horizontal scrolling #839 2020-08-25 04:55:06 -04:00
nick black
fbaa451ff9 ncreader: allow NCREADER_OPTION_HORSCROLL #839 2020-08-25 04:55:06 -04:00
nick black
d610bd3ece flesh out reader.3 2020-08-25 04:55:06 -04:00
nick black
aff9ae62ef cursor: always flush for immediate action 2020-08-25 03:11:50 -04:00