aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/fnkeys.tes
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2014-11-02 00:06:28 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2014-11-02 00:06:28 +0100
commita395c9df173b53e095f1a20d6bc583063cdb60c7 (patch)
treebbfc9911b5ad561f0d35c6bf475520a4c492eb55 /lib/fnkeys.tes
parent06d0bac8006889749fbf03efd5200ae68818b576 (diff)
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.
Diffstat (limited to 'lib/fnkeys.tes')
-rw-r--r--lib/fnkeys.tes22
1 files changed, 11 insertions, 11 deletions
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}