mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-27 20:06:22 +00:00
Merge branch 'master' into otr
This commit is contained in:
@@ -250,6 +250,9 @@ _clear_input(void)
|
|||||||
static int
|
static int
|
||||||
_handle_edit(int result, const wint_t ch, char *input, int *size)
|
_handle_edit(int result, const wint_t ch, char *input, int *size)
|
||||||
{
|
{
|
||||||
|
if (result != KEY_CODE_YES) {
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
char *prev = NULL;
|
char *prev = NULL;
|
||||||
char *next = NULL;
|
char *next = NULL;
|
||||||
int inp_x = 0;
|
int inp_x = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user