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/interface-ncurses.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/interface-ncurses.cpp') diff --git a/src/interface-ncurses.cpp b/src/interface-ncurses.cpp index f376a1f..899043c 100644 --- a/src/interface-ncurses.cpp +++ b/src/interface-ncurses.cpp @@ -34,6 +34,7 @@ #include #include "sciteco.h" +#include "cmdline.h" #include "qregisters.h" #include "ring.h" #include "interface.h" -- cgit v1.2.3