about summary refs log tree commit diff stats
path: root/src/ui/console.c
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2020-07-02 11:18:37 +0200
committerMichael Vetter <jubalh@iodoru.org>2020-07-02 11:18:37 +0200
commit86cd33405e7f67647ce2c171e19bab4120201140 (patch)
treef6a90a6d256de78759587e0742ed4c5759a080a0 /src/ui/console.c
parent322caf877ee9f3bb70cbf226303c283e97a4139b (diff)
downloadprofani-tty-86cd33405e7f67647ce2c171e19bab4120201140.tar.gz
Add note that /executable needs more work
Diffstat (limited to 'src/ui/console.c')
-rw-r--r--src/ui/console.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/console.c b/src/ui/console.c
index f86dbfec..47267e1c 100644
--- a/src/ui/console.c
+++ b/src/ui/console.c
@@ -2070,6 +2070,8 @@ cons_executable_setting(void)
     cons_show("Default '/avatar open' command (/executable avatar)                      : %s", avatar);
     prefs_free_string(avatar);
 
+    //TODO: there needs to be a way to get all the "locales"/schemes so we can
+    //display the defualt openers for all filetypes
     gchar **urlopen = prefs_get_string_list_with_option(PREF_URL_OPEN_CMD, "");
     cons_show("Default '/url open' command (/executable urlopen)                        : %s", urlopen[1]);
     g_strfreev(urlopen);