Merge pull request #47 from ZoiteChat/c17

C17
This commit is contained in:
deepend-tildeclub
2026-01-29 21:01:45 -07:00
committed by GitHub
9 changed files with 27 additions and 17 deletions

View File

@@ -1184,7 +1184,7 @@ key_action_page_switch (GtkWidget * wid, GdkEventKey * evt, char *d1,
if (!len)
return 1;
if (strcasecmp(d1, "auto") == 0)
if (g_ascii_strcasecmp(d1, "auto") == 0)
{
/* Auto switch makes no sense in detached sessions */
if (!sess->gui->is_tab)