diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-03-07 02:15:56 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-03-07 02:15:56 +0100 |
commit | 4aa51b925f5364511173c74277b78d2984e37218 (patch) | |
tree | fc9c506a0d8e3f06ef43ea5d3a1f041ce1a262a8 /src/cmdline.h | |
parent | 45c8a837214182a4caac563d29e548a4be780357 (diff) | |
download | sciteco-4aa51b925f5364511173c74277b78d2984e37218.tar.gz |
fixed 0EB command to display all buffers in the ring
* the popup resetting was done after character insertion, so typing
0EB would clear the popup immediately
* the new implementation is functionally equivalent to the
old pre-reinsertion-commandline-handling, by resetting the popup
based on the immediate editing command before insertion
Diffstat (limited to 'src/cmdline.h')
-rw-r--r-- | src/cmdline.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmdline.h b/src/cmdline.h index a87e592..d73d79f 100644 --- a/src/cmdline.h +++ b/src/cmdline.h @@ -68,7 +68,7 @@ public: void replace(void) G_GNUC_NORETURN; private: - bool process_edit_cmd(gchar key); + void process_edit_cmd(gchar key); inline void rubout(void) |