aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/goto.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/goto.h')
-rw-r--r--src/goto.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/goto.h b/src/goto.h
index 3365a79..78a9579 100644
--- a/src/goto.h
+++ b/src/goto.h
@@ -128,6 +128,10 @@ private:
class StateGotoCmd : public StateExpectString {
private:
State *done(const gchar *str);
+
+protected:
+ /* in cmdline.cpp */
+ void process_edit_cmd(gchar key);
};
namespace States {