mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-23 16:46:20 +00:00
Renamed contact_list_ functions to roster_
This commit is contained in:
@@ -372,7 +372,7 @@ _handle_edit(int result, const wint_t ch, char *input, int *size)
|
||||
|
||||
case 127:
|
||||
case KEY_BACKSPACE:
|
||||
contact_list_reset_search_attempts();
|
||||
roster_reset_search_attempts();
|
||||
if (display_size > 0) {
|
||||
|
||||
// if at end, delete last char
|
||||
|
||||
Reference in New Issue
Block a user