From: PatR Date: Mon, 14 Oct 2019 23:02:30 +0000 (-0700) Subject: comment typo X-Git-Tag: v3.6.3.757eca7~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7c53077eb7777dbd16d194287c23c186a36bc9e6;p=nethack comment typo --- diff --git a/win/curses/cursmisc.c b/win/curses/cursmisc.c index ba3ff1bc8..2a2dd8a7b 100644 --- a/win/curses/cursmisc.c +++ b/win/curses/cursmisc.c @@ -518,7 +518,7 @@ curses_convert_glyph(boolean decgraphics, int ch, int glyph) Curses remaps the characters instead. */ if (decgraphics) { /* the DEC line drawing characters use 0x5f through 0x7e instead - of the much more straightforward 0x60 though 0x7f, possibly + of the much more straightforward 0x60 through 0x7f, possibly because 0x7f is effectively a control character (Rubout); nethack ORs 0x80 to flag line drawing--that's stripped below */ static int decchars[33]; /* for chars 0x5f through 0x7f (95..127) */