Fixed delete when going off left side of screen

This commit is contained in:
James Booth
2012-07-09 23:48:53 +01:00
parent 32a5e07a9b
commit 11125561f8
3 changed files with 18 additions and 4 deletions

View File

@@ -41,7 +41,7 @@ void profanity_run(void)
inp_non_block();
while(cmd_result == TRUE) {
int ch = ERR;
char inp[200];
char inp[INP_WIN_MAX];
int size = 0;
while(ch != '\n') {