aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cmdline.h
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2013-02-22 00:10:18 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2013-02-22 01:18:06 +0100
commit41362a9e75302c1ded15a59b6c688a36eb0ea920 (patch)
tree96321c0a5886cdddaacf69194dc84f5911043484 /src/cmdline.h
parente4ed98589459018a8b4fc9eb35a5cf22e3e93396 (diff)
downloadsciteco-41362a9e75302c1ded15a59b6c688a36eb0ea920.tar.gz
resolved enter-key handling by introducing get_eol()
Diffstat (limited to 'src/cmdline.h')
-rw-r--r--src/cmdline.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cmdline.h b/src/cmdline.h
index ca7dfc0..eaf522d 100644
--- a/src/cmdline.h
+++ b/src/cmdline.h
@@ -38,6 +38,8 @@ cmdline_keypress(const gchar *keys)
void cmdline_fnmacro(const gchar *name);
+const gchar *get_eol(void);
+
/*
* Command states
*/