mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-02 09:40:15 +00:00
[TERMINALS.md] document PuTTY settings #1298
This commit is contained in:
parent
48b124f82b
commit
a4d7bd5670
15
TERMINALS.md
15
TERMINALS.md
@ -168,6 +168,21 @@ You're recommended to enable the following "Experimental Features":
|
||||
|
||||
You're recommended to change the default `TERM` to `mintty-direct`.
|
||||
|
||||
### Putty
|
||||
|
||||
Of the fonts present on Putty 0.76, "Cascadia Mono 10 Regular" is
|
||||
far superior to the default "Courier New 10". The latter doesn't
|
||||
support quadrants, and thus the quadblitter and sexblitter are
|
||||
unavailable on Putty. I recommend setting "ClearType" under
|
||||
"Appearance→Font Quality".
|
||||
|
||||
Be sure "UTF-8" is set under "Remote character set".
|
||||
|
||||
DirectColor is available so long as "Allow terminal to use 24-bit color"
|
||||
is checked under "Appearance→Colours". Ensure "Allow terminal to specify
|
||||
ANSI colours" and "Allow terminal to use xterm 256-colour mode" are also
|
||||
checked.
|
||||
|
||||
### The Linux console
|
||||
|
||||
The Linux console supports concurrent virtual terminals, and is manipulated
|
||||
|
@ -239,7 +239,6 @@ ncreel_demo_core(struct notcurses* nc, uint64_t startns){
|
||||
ncplane_set_bg_default(std);
|
||||
ncplane_printf_yx(std, 1, 2, "a, b, c create tablets, DEL deletes.");
|
||||
ncplane_off_styles(std, NCSTYLE_BOLD | NCSTYLE_ITALIC);
|
||||
// FIXME clrtoeol();
|
||||
struct timespec deadline;
|
||||
ns_to_timespec((timespec_to_ns(&demodelay) * 5) + startns, &deadline);
|
||||
unsigned id = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user