1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-23 13:43:16 +00:00

Better refresh after coming back from suspend.

This commit is contained in:
Calvin Rose 2018-06-24 13:20:32 -04:00
parent ceff49a08d
commit 5e9d1d07b9

View File

@ -354,6 +354,7 @@ static int line() {
norawmode();
kill(getpid(), SIGSTOP);
rawmode();
refresh();
break;
case 12:
clear();