Draw the input prompt in the right place.
This commit is contained in:
parent
ca908281b4
commit
707812a078
2 changed files with 4 additions and 3 deletions
2
tts.c
2
tts.c
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue