mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-22 10:26:22 +00:00
editor: make editor configurable via /executable
`/executable set editor /full/path/to/edit`. Regards https://github.com/profanity-im/profanity/issues/1521
This commit is contained in:
@@ -241,6 +241,7 @@ gboolean cmd_url_save(ProfWin* window, const char* const command, gchar** args);
|
||||
gboolean cmd_executable_avatar(ProfWin* window, const char* const command, gchar** args);
|
||||
gboolean cmd_executable_urlopen(ProfWin* window, const char* const command, gchar** args);
|
||||
gboolean cmd_executable_urlsave(ProfWin* window, const char* const command, gchar** args);
|
||||
gboolean cmd_executable_editor(ProfWin* window, const char* const command, gchar** args);
|
||||
gboolean cmd_mam(ProfWin* window, const char* const command, gchar** args);
|
||||
gboolean cmd_editor(ProfWin* window, const char* const command, gchar** args);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user