fixes entry update for another part of commit 37758c7e

This commit is contained in:
nhmall
2025-01-04 19:16:02 -05:00
parent b767e1e070
commit 428665c613
+4 -1
View File
@@ -2412,7 +2412,10 @@ tty: add support for petattr
tty: if a ^C interrupt occurred while DECgraphics characters were being drawn 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 on the map, the "Really quit?" prompt would be illegible due to being
rendered with VT line drawing characters 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 Unix: when user name is used as default character name, keep hyphenated value
intact instead stripping off dash and whatever follows as if that 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) specified role/race/&c (worked once upon a time; broken since 3.3.0)