From 4c37f988b68b35d2510de25a185e091e692d00d5 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Wed, 23 Jan 2013 18:44:26 +0100 Subject: 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 --- src/sciteco.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/sciteco.h') 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) -- cgit v1.2.3