Fixed auto replace. Now will handle auto replace no matter where or how the text is put in.

This commit is contained in:
2026-01-13 14:16:40 -07:00
parent 24ac7c8167
commit 3ffa020c2c
3 changed files with 80 additions and 52 deletions

View File

@@ -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