Commit Graph

3032 Commits

Author SHA1 Message Date
nick black
c7cb149d95
notcurses.3: update CMake module name 2020-09-01 22:02:36 -04:00
nick black
3afcfc97d6
ncreader: define NCREADER_OPTIONS_EMACSKEYS 2020-08-31 22:43:42 -04:00
nick black
dd4b97e06e
drone: use 2020-08-31a builders 2020-08-31 22:28:58 -04:00
nick black
70f062aff5
v1.7.1 2020-08-31 21:49:39 -04:00
nick black
2f28420034 rename ncplane_putsimple() -> ncplane_putchar() #912 2020-08-31 21:14:29 -04:00
nick black
d0f95c33a6
ignore notcurses-direct-pydemo.1 2020-08-31 21:13:16 -04:00
nick black
ca4a08623d
notcurses-demo: stylize usage message #915 2020-08-31 19:10:22 -04:00
nick black
ae63ad15bd
reparenting to NULL gets standard plane #982 2020-08-31 17:58:28 -04:00
nick black
f6c2334521
bind all planes, binding stdplane to itself #982 2020-08-31 17:56:01 -04:00
nick black
d2666a8584
pool_release: always reset gcluster #980 2020-08-31 17:14:27 -04:00
nick black
857e22562c
whiteout: remove intermediary cell 2020-08-31 16:37:51 -04:00
nick black
c834e2a78d
cell_simple_p(): fix for htole() #979 2020-08-31 14:36:46 -04:00
nick black
64fe8f6c07
v1.7.0 2020-08-30 19:12:16 -04:00
nick black
247706068e cmake: remove 4 c++ build options that aren't widely supported 2020-08-30 17:30:25 -04:00
nick black
5d9cc8a098 tetris: fix up staining #974 2020-08-30 16:50:31 -04:00
nick black
4c7a1d0427 ncdirect_init: add flags parameter #976 2020-08-30 13:38:33 -04:00
nick black
9ae58194e6 handle_getc(): properly seed ncinput #972 2020-08-30 11:31:45 -04:00
nick black
f64ea58e6c kill stdin buffering #972 2020-08-30 11:31:45 -04:00
nick black
991b39b8a8
zoo: break up exposition lines a little 2020-08-30 11:03:32 -04:00
nick black
90c24504f5
notcurses-view: pass in actual ncoptions 2020-08-30 10:41:29 -04:00
nick black
6e4f12a53a
banner: make RGB more prominent 2020-08-30 10:01:22 -04:00
nick black
776f39ec72
add José Luis Cruz to COPYRIGHT 2020-08-30 05:57:30 -04:00
nick black
825370e6c9
direct-input: convert to utf8 for display 2020-08-30 04:43:55 -04:00
nick black
5fc6705ce3
add notcurses_ucs32_to_utf8() 2020-08-30 04:43:27 -04:00
nick black
d5a4cd2349
add notcurses-direct-pydemo 2020-08-30 03:06:06 -04:00
nick black
c93243fd54
v1.6.20 2020-08-30 01:25:44 -04:00
nick black
2839904785
zoo: fewer newlines in exposition 2020-08-30 01:17:24 -04:00
nick black
566eb72d18
ncplane_put: eliminate redundant checks 2020-08-30 01:15:12 -04:00
nick black
217798b4e4
Merge branch 'master' of github.com:dankamongmen/notcurses into master 2020-08-30 00:50:32 -04:00
nick black
b36435bed4
run through with a single glyph 2020-08-30 00:50:20 -04:00
nick black
ef2d1219a1 set p on wide rights #881 2020-08-30 00:49:08 -04:00
nick black
775cf47aa2
Merge branch 'master' of github.com:dankamongmen/notcurses into master 2020-08-30 00:41:37 -04:00
nick black
11d504f1e7
reel demo: always start tablets with at least 2 lines 2020-08-30 00:41:19 -04:00
nick black
6d060cb25d paint: always set crender->p #881 2020-08-30 00:37:38 -04:00
nick black
05904a8b6e
allglyph: avoid known-problematic glyphs #881 2020-08-29 22:45:48 -04:00
nick black
3c4842cec5
mojibake: touch up colors 2020-08-29 22:35:52 -04:00
nick black
a3f5ba2e5c
cmake: better use of feature_summary 2020-08-29 22:32:27 -04:00
nick black
0060a60756
zoo: time text layout accurately 2020-08-29 22:18:00 -04:00
nick black
6e112cd6f4
account for margins in cursor placement #970 2020-08-29 22:06:15 -04:00
nick black
97886b7036
ncreel: observe real margins wtf 2020-08-29 21:51:47 -04:00
nick black
7d7f2f76f0
ncneofetch: remove coordinate inversion #964 #784 2020-08-29 21:41:49 -04:00
nick black
6868350c89
fix the motherfucking python yeeaarrrrhh #947 2020-08-29 21:28:11 -04:00
nick black
ffa9dcc862
people <3 chunli; move her up in demo sequence 2020-08-29 20:52:54 -04:00
nick black
277411a1b9 ncplane_put: reject wide char on last column #967 2020-08-29 20:29:04 -04:00
nick black
5901fce433 unite putegc_yx+putc_yx into ncplane_put #961 2020-08-29 20:29:04 -04:00
nick black
161130986e Wide tests: downgrade many REQUIREs to CHECKs 2020-08-29 20:29:04 -04:00
nick black
954030ac83
add new RejectWideAsianPlaced unit test #967 2020-08-29 19:17:45 -04:00
nick black
af46b2aab6
CMake: don't run PoC tests with USE_POC=off 2020-08-29 19:16:55 -04:00
nick black
4d7941f1b9
CMake: add USE_POC to control building poc binaries 2020-08-29 18:55:21 -04:00
nick black
eb0030bad3
flesh out sgr-full PoC 2020-08-29 18:46:24 -04:00