nick black
384232efd1
layout tests: enforce utf8 where necessary
2020-07-26 23:25:34 -04:00
nick black
51a2817a8e
notcurses-tester: print LANG on startup
2020-07-26 22:57:36 -04:00
nick black
f8c16ceb79
v1.6.8
2020-07-26 22:20:52 -04:00
nick black
1c55c8cdd0
remove cell_noforeground_p() from docs
2020-07-26 22:07:54 -04:00
nick black
d59ff71a6c
remove cell_noforeground_p() from python
2020-07-26 22:07:15 -04:00
nick black
19207ffcdd
release: automate debian build
2020-07-26 21:39:46 -04:00
nick black
1564475cb5
release: combine github-asset into github-release
2020-07-26 21:32:24 -04:00
nick black
4f8673b0e9
v1.6.7
2020-07-26 21:25:52 -04:00
nick black
92fb1647bc
release: remove remote docs before replacement
2020-07-26 21:25:34 -04:00
nick black
54d0420161
tools/release: automate release process #826
2020-07-26 21:21:06 -04:00
nick black
dab269f506
tetris: ensure continued color changes #825
2020-07-25 23:11:28 -04:00
nick black
46b1e6b2fa
reset_term_attributes(): flush after oc
2020-07-25 21:59:25 -04:00
nick black
480ea76989
reel: kill unnecessary diagnostics
2020-07-25 21:56:52 -04:00
nick black
bf9c3dc8c7
reset term attributes prior to, not following, rmcup #824
2020-07-25 21:55:43 -04:00
nick black
17e8f62eb9
cell_no{fore/back}ground() was never intended for export
2020-07-25 21:53:50 -04:00
nick black
c333c4def5
notcurses-ncreel: suppert +/- for adding/subbing lines
2020-07-25 21:53:21 -04:00
nick black
6354b26d78
notcurses-ncreel: handle +/- for tablets
2020-07-25 20:57:31 -04:00
nick black
55e654d4ab
add some GNU screen notes
2020-07-25 18:55:41 -04:00
nick black
28be87a849
ncblitter_e: improve documentation
2020-07-25 18:36:15 -04:00
nick black
17291b8743
implement ncmenu_mouse_selected() #819
2020-07-23 22:33:21 -04:00
nick black
6ea968c522
declare ncmenu_mouse_selected() #819
2020-07-23 22:33:21 -04:00
nick black
8ae8fd2cb0
menu: escape rolls up menu #819
2020-07-23 21:52:49 -04:00
nick black
71db3dbe61
CMake: unset HAVE_UNISTRING_H cache to force search
2020-07-23 21:37:44 -04:00
nick black
b9ad7b9bd5
add LayoutTransPlanarWide unit test #815
2020-07-23 21:21:11 -04:00
nick black
357cba3843
ncplane_puttext: all unit tests work #815
2020-07-23 21:21:11 -04:00
nick black
243cbd6a92
fix LayoutFillsPlaneNoSpaces problems #815
2020-07-23 21:21:11 -04:00
nick black
1664e64617
add LayoutCrossBoundaryWide unit test #815
2020-07-23 21:21:11 -04:00
nick black
4adde41b05
Get LayoutFillsPlaneNoSpaces test working #815
2020-07-23 21:21:11 -04:00
nick black
f0962fc6b5
utf8_etc_len: flatten wcwidth negative returns
2020-07-23 21:21:11 -04:00
nick black
858d1662eb
clean_reel: clean up unused variables
2020-07-23 21:21:11 -04:00
nick black
015dc544a6
scan-build fix: return ret from notcurses_render_to_file()
2020-07-23 21:21:11 -04:00
nick black
8ee7b3652c
Exceptions tests: use flags + loglevel
2020-07-23 21:21:11 -04:00
nick black
bae1cedd6b
Ncpp tests: supply NCOPTION_SUPPRESS_BANNERS | NCOPTION_INHIBIT_SETLOCALE
2020-07-23 21:21:11 -04:00
nick black
2ecfb84fe8
index.html: fix up h2 syntax
2020-07-23 21:21:11 -04:00
nick black
a70cbb894c
get complete widechar ncplane_puttext() working #815
2020-07-23 21:21:11 -04:00
nick black
380ebc7e6e
add wide ncplane_puttext unit tests #815
2020-07-23 21:21:11 -04:00
nick black
d2b7c2b76c
notcurses_init: no screen clear for NO_ALTERNATE_SCREEN, though #817
2020-07-22 18:02:23 -04:00
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