mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
parent
24ad80177b
commit
0468c5d912
3 changed files with 23 additions and 4 deletions
|
|
@ -878,8 +878,7 @@ static void key_completion(int erase, int backward)
|
|||
g_free(text);
|
||||
|
||||
if (line != NULL) {
|
||||
gui_entry_set_text(active_entry, line);
|
||||
gui_entry_set_pos(active_entry, pos);
|
||||
gui_entry_set_text_and_pos_bytes(active_entry, line, pos);
|
||||
g_free(line);
|
||||
}
|
||||
}
|
||||
|
|
@ -909,8 +908,7 @@ static void key_check_replaces(void)
|
|||
g_free(text);
|
||||
|
||||
if (line != NULL) {
|
||||
gui_entry_set_text(active_entry, line);
|
||||
gui_entry_set_pos(active_entry, pos);
|
||||
gui_entry_set_text_and_pos_bytes(active_entry, line, pos);
|
||||
g_free(line);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue