about summary refs log tree commit diff stats
path: root/src/ui/ui.h
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2020-03-10 07:12:13 +0100
committerMichael Vetter <jubalh@iodoru.org>2020-03-10 07:12:13 +0100
commit52e7e596aa0e7ca8b8db11c7c47c584fc7a75be6 (patch)
treed7020dffd72bd991f4ee73158db8fec763587ca6 /src/ui/ui.h
parent7e62d458ee22e9171bf5741cda5c8ce85b20bd6a (diff)
downloadprofani-tty-52e7e596aa0e7ca8b8db11c7c47c584fc7a75be6.tar.gz
xep-0084/avatar: add option to open avatar directly
Change:
`/avatar me@somewhere.org` -> `/avatar get me@somewhere.org`

New:
`/avatar cmd feh`
`/avatar open me@somewhere.org`

Implement https://github.com/profanity-im/profanity/issues/1281
Diffstat (limited to 'src/ui/ui.h')
-rw-r--r--src/ui/ui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/ui.h b/src/ui/ui.h
index f0cd296b..b3e512aa 100644
--- a/src/ui/ui.h
+++ b/src/ui/ui.h
@@ -319,6 +319,7 @@ void cons_winpos_setting(void);
 void cons_color_setting(void);
 void cons_os_setting(void);
 void cons_correction_setting(void);
+void cons_avatar_setting(void);
 void cons_show_contact_online(PContact contact, Resource *resource, GDateTime *last_activity);
 void cons_show_contact_offline(PContact contact, char *resource, char *status);
 void cons_theme_properties(void);