1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-30 17:55:24 -04:00

Merge branch 'master' into title

This commit is contained in:
James Booth 2015-01-01 22:47:09 +00:00
commit 0a7277a7f5

View File

@ -558,8 +558,9 @@ _handle_edit(int result, const wint_t ch, char *input, int *size)
break;
case KEY_CTRL_U:
*size = 0;
inp_win_reset();
while (getcurx(inp_win) > 0) {
_delete_previous_word(input, size);
}
return 1;
break;