Archived
1
Fork 0

Fix bug: save not working

This commit is contained in:
Hadeed 2023-09-09 17:41:27 +05:00
parent 2f560997e5
commit 697a764ae8

View file

@ -16,7 +16,7 @@ void input_process_key(KEY c) {
break; break;
case CTRL_KEY('S'): case CTRL_KEY('S'):
// command_save_buffer(); command_save_buffer();
break; break;
case ENTER: case ENTER: