1
1
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:
James Booth 2012-04-23 01:14:14 +01:00
parent 3dd132527e
commit 685b3dd922

View File

@ -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') {