summaryrefslogtreecommitdiff
path: root/src/command.h
diff options
context:
space:
mode:
authorDaniel Carl <danielcarl@gmx.de>2013-04-14 20:01:20 +0200
committerDaniel Carl <danielcarl@gmx.de>2013-04-14 21:54:21 +0200
commit07c0a84ec428f6e47226d74db4869d1f0b8b086f (patch)
tree3762b86794e8e56d6fecc8a471248b9325e03737 /src/command.h
parentcdf7389ab3c4876a2701d79bffc0451e60958b2d (diff)
Added command to open input boxes or text areas with editor (#15).
Diffstat (limited to 'src/command.h')
-rw-r--r--src/command.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command.h b/src/command.h
index 8b81d17..a526e03 100644
--- a/src/command.h
+++ b/src/command.h
@@ -75,5 +75,6 @@ gboolean command_zoom(const Arg *arg);
gboolean command_history(const Arg *arg);
gboolean command_bookmark(const Arg *arg);
gboolean command_eval(const Arg *arg);
+gboolean command_editor(const Arg *arg);
#endif /* end of include guard: _COMMAND_H */