creating new lines works now, fixed several segfaults and bugs

This commit is contained in:
FantasyPvP
2024-11-07 14:50:17 +00:00
parent 214dfc66a5
commit bef5547d50
6 changed files with 54 additions and 86 deletions
+2
View File
@@ -223,6 +223,8 @@ fn open(filename: &str) -> Result<(), &'static str> {
ncurses::mv(0, 0);
loop {
ncurses::refresh();
let keystroke = ncurses::getch();