Commit Graph

2697 Commits

Author SHA1 Message Date
nick black
6d2ba86acc
Clear screen if we want smcup but it's not available #817 2020-07-22 17:53:46 -04:00
nick black
0bd73e2f1f
CMake: drop dirgb from test suite due to excess output 2020-07-22 16:38:23 -04:00
nick black
8e34f7525b
rgb/rgbgb pocs: use alternate screen 2020-07-22 14:59:14 -04:00
nick black
a76ee9a5af
tetris: refresh on startup in place of erase() 2020-07-22 13:34:18 -04:00
nick black
0e7e8b02eb
notcurses-input: refresh on start to clear screen in absence of smcup 2020-07-22 13:25:00 -04:00
nick black
dd0605939a
drone: add libunistring 2020-07-22 04:15:42 -04:00
nick black
604747c8f2 notcurses_puttext: use libunistring for wordbreaking #772 2020-07-22 03:31:54 -04:00
nick black
0ba1512d68 notcurses_debug: print plane name #780 2020-07-22 03:31:54 -04:00
nick black
f441a2829a
ghastly 2020-07-22 02:17:35 -04:00
nick black
255b404842
ncplane_puttext(): start long words early
If we're fed a word that in and of itself is wider than
the text layout area, and it is not the first word on the
row on which it starts, go ahead and start it there, as
opposed to breaking the line. #720

Also, remove sgr from test suite, as it's not a notcurses
application.
2020-07-22 02:11:09 -04:00
nick black
759e001ca6
CMake: sgr isn't a notcurses app; don't run it as a test 2020-07-22 01:39:03 -04:00
nick black
f6d1aa74fc
serial_test seems sufficient? 2020-07-21 23:35:24 -04:00
nick black
a1c68b78cb
serial_test seems sufficient? 2020-07-21 23:35:03 -04:00
nick black
dd4d4817d1
CMake: run tests in serial #812 2020-07-21 22:47:03 -04:00
nick black
7a459abd56
tetris: clear screen in case background isn't available 2020-07-21 22:37:49 -04:00
nick black
bcabc0960b
advocate COLORTERM=24bit for linux console 2020-07-21 15:55:15 -04:00
nick black
53e68d81e8
xterm: sixel in 340 only, not 340+ 2020-07-21 12:01:57 -04:00
nick black
32277ab2b9
notcurses.py: define ncoptions, raise exception on init failure #807 2020-07-21 00:09:30 -04:00
nick black
26ae8cda5b
linux console: shim in eighths and quarter blocks #810 2020-07-20 23:05:59 -04:00
nick black
9c3428c6fa
reel: horrible bullshit downtightening ugh shameful #790 2020-07-20 22:56:25 -04:00
nick black
42b0be7f3a
Run PoC tests even without doctest #811
Add back the USE_DOCTEST CMake option, but make it conditional
upon BUILD_TESTING. If BUILD_TESTING is provided without
USE_DOCTEST, we build and run the PoC tests, just not
notcurses-tester. If neither is defined, no tests are available
(the PoC binaries are still built). If both are defined, build
the PoCs plus notcurses-tester, and run them all in make test.
2020-07-20 20:59:49 -04:00
nick black
87ec38fce8
reel: remove obsolete FIXMEs 2020-07-20 10:23:01 -04:00
nick black
3166d0f233
map empty ballot to O in console, not - 2020-07-20 05:56:29 -04:00
nick black
001276e112
linux console: program ☐/☒ mappings for multiselect #809 2020-07-20 05:53:12 -04:00
nick black
3b405469a6
ncreel: fix painting of focused tablet at bottom #796 2020-07-20 05:12:56 -04:00
nick black
86edb9c9ad
ncreel: accept -m argument for reel margins #796 2020-07-20 04:41:26 -04:00
nick black
889f02bf6e
stage_cursor(): verify cuf1/cuf before using them #789 2020-07-20 03:57:35 -04:00
nick black
3aedec2501 expose cell_load_direct() #797 2020-07-20 03:20:44 -04:00
nick black
97571e86af ncplane_putegc_yx() copies directly as opposed to going through putc() #797 2020-07-20 03:20:44 -04:00
nick black
0767aaec01
work around opensuse compilation issue #806 2020-07-20 02:21:13 -04:00
nick black
e768fb1509
rename stdscr->stdplane to work around ncurses.h #806 2020-07-20 00:34:08 -04:00
nick black
17f1323c20
v1.6.6 2020-07-19 21:55:10 -04:00
nick black
104bbfef50
add notcurses_lex_blitter() 2020-07-19 21:53:01 -04:00
nick black
5d6df94187
add notcurses_str_scalemode() 2020-07-19 21:52:54 -04:00
nick black
765ff89a3b
notcurses_str_blitter(): rewrite using objects 2020-07-19 21:41:22 -04:00
nick black
5422268d6f
python: install notcurses-pydemo from setup.py 2020-07-19 21:41:02 -04:00
nick black
2a4e728de6
CMake: don't install notcurses-pydemo 2020-07-19 21:40:46 -04:00
nick black
308b49da5a
v1.6.5 2020-07-19 21:16:53 -04:00
nick black
ce32705c40
fix python compilation 2020-07-19 21:14:22 -04:00
nick black
b2e924319b
v1.6.4 2020-07-19 20:09:14 -04:00
nick black
37ceb753bf
notcurses-view: print blitter name #805 2020-07-19 02:54:53 -04:00
nick black
431d4a449d
use tty_emit() in place of term_emit() for tty-specific escapes #773 2020-07-19 02:19:19 -04:00
nick black
f2b48ab6f7
add mlterm to TERMS.md 2020-07-18 20:35:58 -04:00
nick black
d46ca758a0 highcontrast: stash fgstate for later reapplication #748 2020-07-18 20:27:13 -04:00
nick black
9bd0b42a0e normal: fix ncvisual_rotate() abort reported as FAILED #802 2020-07-18 20:27:13 -04:00
nick black
f8c47b0681 normal: fix plane rotation quit reported as FAILED #802 2020-07-18 20:27:13 -04:00
nick black
d9bfb52225 highcontrast: unit test for #748 2020-07-18 20:27:13 -04:00
nick black
e0155c7d56 CELL_ALPHA_HIGHCONTRAST unit tests #748 2020-07-18 20:27:13 -04:00
Nick Black
82676cd395 linuxconjammer/linuxconsole PoCs: compile on freebsd 2020-07-16 14:33:42 -04:00
nick black
a4ee5bd9c7
v1.6.3 2020-07-16 12:53:42 -04:00