diff options
Diffstat (limited to 'src/spawn.h')
-rw-r--r-- | src/spawn.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/spawn.h b/src/spawn.h index 5ddc9dd..4d7403e 100644 --- a/src/spawn.h +++ b/src/spawn.h @@ -57,6 +57,10 @@ private: void initial(void); State *done(const gchar *str); + +protected: + /* in cmdline.cpp */ + void process_edit_cmd(gchar key); }; class StateEGCommand : public StateExpectQReg { |