From a395c9df173b53e095f1a20d6bc583063cdb60c7 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sun, 2 Nov 2014 00:06:28 +0100 Subject: changed syntax for long Q-Register names: use [] brackets instead of {} this breaks many existing scripts, and means you may have to rebuild SciTECO with ./configure --enable-bootstrap The syntax of SciTECO might change in backwards-incompatible until version 1.0 is released. --- lib/fnkeys.tes | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'lib/fnkeys.tes') diff --git a/lib/fnkeys.tes b/lib/fnkeys.tes index fb7678c..c40be40 100644 --- a/lib/fnkeys.tes +++ b/lib/fnkeys.tes @@ -15,14 +15,14 @@ } ! Function key macros ! -@{DC}{} -@{HOME}{(-(.-(0L.))M#c} -@{END}{(-(.-(:L"S.-1|Z'))M#c} -@{NPAGE}{(-(.-(M#p.))M#c} -@{PPAGE}{(-(.-(-M#p.))M#c} -@{LEFT}{(-M#c} -@{SLEFT}{(-(.--W.)M#c} -@{RIGHT}{(M#c} -@{SRIGHT}{(-(.-W.)M#c} -@{UP}{(-(.-B.)M#c} -@{DOWN}{(-(.-L.)M#c} +@[DC]{} +@[HOME]{(-(.-(0L.))M#c} +@[END]{(-(.-(:L"S.-1|Z'))M#c} +@[NPAGE]{(-(.-(M#p.))M#c} +@[PPAGE]{(-(.-(-M#p.))M#c} +@[LEFT]{(-M#c} +@[SLEFT]{(-(.--W.)M#c} +@[RIGHT]{(M#c} +@[SRIGHT]{(-(.-W.)M#c} +@[UP]{(-(.-B.)M#c} +@[DOWN]{(-(.-L.)M#c} -- cgit v1.2.3