Hide executor if output is empty (issue #648)

This commit is contained in:
o9000
2017-06-20 12:57:35 +02:00
parent 30429b88b3
commit 6f05c9d327
3 changed files with 32 additions and 17 deletions

View File

@@ -138,6 +138,9 @@ void execp_cmd_completed(Execp *obj, pid_t pid);
// Returns 1 if the output has been updated and a redraw is needed.
gboolean read_execp(void *obj);
// Called for Execp front elements when the command output has changed.
void execp_update_post_read(Execp *execp);
void execp_default_font_changed();
#endif // EXECPLUGIN_H