]> granicus.if.org Git - nethack/commit
curses message window
authorPatR <rankin@nethack.org>
Tue, 28 May 2019 08:52:37 +0000 (01:52 -0700)
committerPatR <rankin@nethack.org>
Tue, 28 May 2019 08:52:37 +0000 (01:52 -0700)
commitc61d3d64038e3d3a88514c451e7c325cd8d80e0f
treec29bb5d997ecb5f4f4fa7015601fdbd5f9bb381c
parent6f71f483d2ab2a23ddaeac15c65d56dbf0e6a0e6
curses message window

Fix a 'FIXME': don't follow a message with two spaces in anticipation
of combining with the next one, precede the next one with two spaces
when they're being combined.  Keeps nethack's message window <mx,my>
coordinates in sync with curses' internal coordinates.
win/curses/cursmesg.c