Add new editor command

Goal is to launch an external editor (eg vim) to edit the text there.
This commit is contained in:
Stefan
2021-02-15 19:47:21 +01:00
committed by Michael Vetter
parent 791b13cb9a
commit 8be8f75b87
3 changed files with 55 additions and 0 deletions

View File

@@ -242,5 +242,6 @@ gboolean cmd_executable_avatar(ProfWin* window, const char* const command, gchar
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_mam(ProfWin* window, const char* const command, gchar** args);
gboolean cmd_editor(ProfWin* window, const char* const command, gchar** args);
#endif