1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-08 19:34:14 -04:00

Merge branch 'master' into otr

This commit is contained in:
James Booth 2013-09-04 22:45:47 +01:00
commit 9fc5ab4d7f

View File

@ -250,6 +250,9 @@ _clear_input(void)
static int
_handle_edit(int result, const wint_t ch, char *input, int *size)
{
if (result != KEY_CODE_YES) {
return 0;
}
char *prev = NULL;
char *next = NULL;
int inp_x = 0;