mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-23 23:06:21 +00:00
Added scroll support to occupant list
This commit is contained in:
@@ -66,7 +66,7 @@ void (*ui_close)(void);
|
||||
void (*ui_resize)(const int ch, const char * const input,
|
||||
const int size);
|
||||
GSList* (*ui_get_recipients)(void);
|
||||
void (*ui_handle_special_keys)(const wint_t * const ch, const char * const inp,
|
||||
void (*ui_handle_special_keys)(const wint_t * const ch, const int result, const char * const inp,
|
||||
const int size);
|
||||
gboolean (*ui_switch_win)(const int i);
|
||||
void (*ui_next_win)(void);
|
||||
@@ -223,7 +223,7 @@ void (*ui_update_presence)(const resource_presence_t resource_presence,
|
||||
void (*ui_about)(void);
|
||||
void (*ui_statusbar_new)(const int win);
|
||||
|
||||
wint_t (*ui_get_char)(char *input, int *size);
|
||||
wint_t (*ui_get_char)(char *input, int *size, int *result);
|
||||
void (*ui_input_clear)(void);
|
||||
void (*ui_input_nonblocking)(void);
|
||||
void (*ui_replace_input)(char *input, const char * const new_input, int *size);
|
||||
|
||||
Reference in New Issue
Block a user