prevent carriage return from being mapped to newline

This commit is contained in:
CeleritasCelery 2017-05-13 08:37:57 -06:00 committed by GitHub
parent 3bec345dd6
commit 9b175b9c1e

View file

@ -26,6 +26,7 @@ void hstr_curses_start()
initscr();
keypad(stdscr, TRUE);
noecho();
nonl();
terminalHasColors=has_colors();
if(terminalHasColors) {
start_color();