diff options
Diffstat (limited to 'src/help.h')
-rw-r--r-- | src/help.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -83,6 +83,10 @@ public: private: void initial(void); State *done(const gchar *str); + +protected: + /* in cmdline.cpp */ + void process_edit_cmd(gchar key); }; namespace States { |