aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cmdline.h
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2015-03-07 02:15:56 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2015-03-07 02:15:56 +0100
commit4aa51b925f5364511173c74277b78d2984e37218 (patch)
treefc9c506a0d8e3f06ef43ea5d3a1f041ce1a262a8 /src/cmdline.h
parent45c8a837214182a4caac563d29e548a4be780357 (diff)
downloadsciteco-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.h2
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)