]> granicus.if.org Git - nethack/commit
newline handling
authorPatR <rankin@nethack.org>
Sat, 26 Dec 2015 05:54:01 +0000 (21:54 -0800)
committerPatR <rankin@nethack.org>
Sat, 26 Dec 2015 05:54:01 +0000 (21:54 -0800)
commitc4a9d6a45c90b4d4f9514e10c63a883f676fa821
treed1df7fc8b107d1e8f30f27feba1abff02d7cfa5d
parent1c80503938330c414907c5ee4356dfa13320ca5e
newline handling

In light of the recent 'bad options' feedback issue where \r messed
up message display, try to to make newline handling be more consistent.
I'm sure there are lots of places that still handle \n manually, but
it's a start.
include/extern.h
src/files.c
src/hacklib.c
src/pager.c
src/version.c