mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-14 01:30:19 +00:00
Fixed auto replace. Now will handle auto replace no matter where or how the text is put in.
This commit is contained in:
@@ -34,5 +34,6 @@ void key_dialog_show (void);
|
||||
int key_handle_key_press (GtkWidget * wid, GdkEventKey * evt, session *sess);
|
||||
int key_action_insert (GtkWidget * wid, GdkEventKey * evt, char *d1, char *d2,
|
||||
session *sess);
|
||||
void key_check_replace_on_change (GtkEditable *editable, gpointer data);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user