From 428665c613b2fb016933346eb3323c3c7799c75a Mon Sep 17 00:00:00 2001 From: nhmall Date: Sat, 4 Jan 2025 19:16:02 -0500 Subject: [PATCH] fixes entry update for another part of commit 37758c7e --- doc/fixes3-7-0.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/fixes3-7-0.txt b/doc/fixes3-7-0.txt index 02767912e..839625bea 100644 --- a/doc/fixes3-7-0.txt +++ b/doc/fixes3-7-0.txt @@ -2412,7 +2412,10 @@ tty: add support for petattr tty: if a ^C interrupt occurred while DECgraphics characters were being drawn on the map, the "Really quit?" prompt would be illegible due to being rendered with VT line drawing characters -tty: hide cursor unless waiting for user input +tty: hide cursor unless waiting for user input; now extended to include tty + platforms that define NO_TERMS, rather than just on those using + termcap/terminfo, namely Windows console and msdos (text-mode + implemented; vga and vesa just have stubs currently) Unix: when user name is used as default character name, keep hyphenated value intact instead stripping off dash and whatever follows as if that specified role/race/&c (worked once upon a time; broken since 3.3.0)