1
0
mirror of https://gittea.dev/nova/th.git synced 2025-10-22 02:40:15 -04:00

refractoring, fixed enter_shell

This commit is contained in:
nova
2025-08-18 22:01:16 +02:00
parent f25768d522
commit 3f90802663
6 changed files with 31 additions and 7 deletions

4
main.c
View File

@@ -117,9 +117,9 @@ int main(){
delwin(win_t);
delwin(win_b);
noraw();
endwin();
curs_set(1);
echo();
curs_set(1);
endwin();
return 0;
}