mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Don't exit on arrow keys
This commit is contained in:
parent
b9b50481be
commit
d88cdf7307
|
@ -266,8 +266,6 @@ int main(int argc, char *argv[])
|
|||
} else if (isalnum(c) || ispunct(c) || c == ' ') {
|
||||
strcpy(line,appender(line, (char) c));
|
||||
}
|
||||
} else {
|
||||
break;
|
||||
}
|
||||
}
|
||||
if(on == 0)
|
||||
|
|
Loading…
Reference in New Issue
Block a user