mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Merge branch 'master' into title
This commit is contained in:
commit
0a7277a7f5
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user