mirror of
https://github.com/profanity-im/profanity.git
synced 2025-02-02 15:08:15 -05:00
Input buffer 200 chars
This commit is contained in:
parent
3dd132527e
commit
685b3dd922
@ -41,7 +41,7 @@ void profanity_run(void)
|
||||
inp_non_block();
|
||||
while(cmd_result == TRUE) {
|
||||
int ch = ERR;
|
||||
char inp[100];
|
||||
char inp[200];
|
||||
int size = 0;
|
||||
|
||||
while(ch != '\n') {
|
||||
|
Loading…
Reference in New Issue
Block a user