aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sciteco.h
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2013-01-23 18:44:26 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2013-01-23 18:44:26 +0100
commit4c37f988b68b35d2510de25a185e091e692d00d5 (patch)
tree9f8ee521d244f7d56f8646db964fc337ca1dce93 /src/sciteco.h
parentaea39acc84741eb2fa868865e9fdc0395fa94478 (diff)
downloadsciteco-4c37f988b68b35d2510de25a185e091e692d00d5.tar.gz
implemented special save last commandline command ("*" at beginning of commandline macro)
* only works as part of commandline macro, * at the beginning of other macros, it is treated like an arithmetic asterisk * variables defined in cmdline.cpp are now declared by new cmdline.h
Diffstat (limited to 'src/sciteco.h')
-rw-r--r--src/sciteco.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/sciteco.h b/src/sciteco.h
index 1968ad1..441b262 100644
--- a/src/sciteco.h
+++ b/src/sciteco.h
@@ -34,11 +34,6 @@ namespace Flags {
extern sig_atomic_t sigint_occurred;
-extern gchar *cmdline;
-extern bool quit_requested;
-
-void cmdline_keypress(gchar key);
-
#define IS_CTL(C) ((C) < ' ')
#define CTL_ECHO(C) ((C) | 0x40)
#define CTL_KEY(C) ((C) & ~0x40)