Commit Graph

14 Commits (6edafd1f84916f9865ebd6b0c6b31aada0a08648)

Author SHA1 Message Date
nick black a7f59e4fab
plots: use pool_blit_direct() #1182
Use pool_blit_direct() instead of ncplane_putwc_yx() in
redraw_plot(). This eliminates use of rtl_egc() and wcwidth()
on the EGCs used in plots, sidestepping Debian's -1 wcwidth
for sextants (in the same fashion blitting does) and slightly
speeding up plot drawing. At a plot rate of 10Hz, notcurses-demo
is now faster than it used to be at 1Hz, so that's nice.
4 years ago
nick black 0700f8c717
TERMS: add note about DirectColor, especially wrt XTerm 4 years ago
nick black af01bb1429
weasel words 4 years ago
nick black 83c0a6a33d
note about gnome-terminal w/ ccc 4 years ago
nick black 18d9731ece
TERMS: add ccc column 4 years ago
nick black 55e654d4ab
add some GNU screen notes 4 years ago
nick black bcabc0960b
advocate COLORTERM=24bit for linux console 4 years ago
nick black 53e68d81e8
xterm: sixel in 340 only, not 340+ 4 years ago
nick black f2b48ab6f7
add mlterm to TERMS.md 4 years ago
nick black 94a815b7d8
TERMS: note COLORTERM in linux console 4 years ago
Nick Black dbc83c41b3
linuxconsole PoC (#791)
* use ioctl(KDGETMODE) to detect Linux console
* diagnostic on KDGETMODE
* add logdebug()
* unit test for notcurses_drop_planes(), add ncplane_putnstr_aligned()
* linuxconsole PoC
* linuxconsole: dump unicode->font table
* linuxconsole: explode glyphs
* linuxconsole: show 7 glyphs per 'line'
* linuxconjammer: shim console font with half blocks
* signals: handler for SIGTERM
* man pages: update notcurses_init() for options
* add NCOPTION_NO_FONT_CHANGES #201
4 years ago
nick black 4619492f28
doc up the linux console 4 years ago
nick black 3918ab6999
reproduce some notes regarding terminal emulators 4 years ago
nick black da765ebdaa
mojibake: don't stomp right side of boxes 4 years ago