[TERMINALS.md] document PuTTY settings #1298

This commit is contained in:
nick black 2021-11-30 09:01:16 -05:00
parent 48b124f82b
commit a4d7bd5670
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC
2 changed files with 15 additions and 1 deletions

View File

@ -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

View File

@ -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;