fix command write kfc

This commit is contained in:
MeexReay 2025-03-21 21:25:14 +03:00
parent 972a5afd01
commit 9d35b8eb4f

View File

@ -99,6 +99,10 @@ async function main(args) {
break break
} }
screen_length -= status_length
status_length = 1 + command.length
screen_length += status_length
} else if (event.char == "i") { } else if (event.char == "i") {
mode = "insert" mode = "insert"
} }