1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00

Print editor command in /executable overview

This commit is contained in:
Michael Vetter 2021-06-10 17:28:29 +02:00
parent a4deec8b8d
commit fc593ef90e

View File

@ -2130,6 +2130,10 @@ cons_executable_setting(void)
}
cons_show("Default '/url save' command (/executable urlsave) : %s", urlsave);
g_free(urlsave);
gchar* editor = prefs_get_string(PREF_COMPOSE_EDITOR);
cons_show("Default '/editor' command (/executable editor) : %s", editor);
g_free(editor);
}
void