Draw the input prompt in the right place.

This commit is contained in:
Felicity Tarnell 2014-03-07 22:24:33 +00:00
parent ca908281b4
commit 707812a078
2 changed files with 4 additions and 3 deletions

2
tts.c
View file

@ -354,7 +354,7 @@ struct kevent evs[2], rev;
cbreak();
noecho();
nonl();
nodelay(stdscr, 1);
nodelay(stdscr, TRUE);
pair_content(0, &default_fg, &default_bg);