Fix bug: save not working
This commit is contained in:
parent
2f560997e5
commit
697a764ae8
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Reference in a new issue