You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
notcurses/doc
nick black 2ea10d4b28 Remove clear_screen_start option
As it turns out, we can't portably load the initial terminal contents
(there are some hacks of various EXTREME nature, but none of them are
worth it for the rather limited benefit). The O(1)-time damage
inference requires knowledge of what was previously present to
inibit unnecessary draws. We would then need some special cell value
indicating "not yet written to" to distinguish a purposeful null
cell from an initial cell. Again, we could do this, but for what value?

Finally, the idea of clearing new area on SIGWINCH was always flawed,
as we can't do that from a signal handler.

With the advent of direct mode #77, the reason for this largely goes
away in any case.
5 years ago
..
man Remove clear_screen_start option 5 years ago
0.4.0-sheet.png RGBtoANSI: fixup lower grey onversions, looks reasonable now #4 5 years ago
FreeBSD-Makefile get everybody read for 0.9.3 5 years ago
analytics-header.html throw analytics into man pages 5 years ago
release-checklist.md add notes about python release 5 years ago
widechars.png add widechars.png image to readme 5 years ago