aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/fnkeys.tes
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2014-11-09 22:56:50 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2014-11-09 22:56:50 +0100
commitfa128671e2c4115f79200e69bde21a1bd484cad9 (patch)
treee599cd8fe4f4f607f5d55abd0367352fa95ce273 /lib/fnkeys.tes
parent01a4211b9bc358a80b306a720fad488585422b8b (diff)
downloadsciteco-fa128671e2c4115f79200e69bde21a1bd484cad9.tar.gz
revised U command: fail if no argument is provided
* there is no reasonable default value for U * omitting the parameter for U might be a frequent programming error * U can be colon-modified now, in which case it may be used * to check for the presence of arguments in macros
Diffstat (limited to 'lib/fnkeys.tes')
-rw-r--r--lib/fnkeys.tes4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/fnkeys.tes b/lib/fnkeys.tes
index c40be40..94c886d 100644
--- a/lib/fnkeys.tes
+++ b/lib/fnkeys.tes
@@ -18,11 +18,11 @@
@[DC]{}
@[HOME]{(-(.-(0L.))M#c}
@[END]{(-(.-(:L"S.-1|Z'))M#c}
-@[NPAGE]{(-(.-(M#p.))M#c}
+@[NPAGE]{(-(.-(1M#p.))M#c}
@[PPAGE]{(-(.-(-M#p.))M#c}
@[LEFT]{(-M#c}
@[SLEFT]{(-(.--W.)M#c}
-@[RIGHT]{(M#c}
+@[RIGHT]{(1M#c}
@[SRIGHT]{(-(.-W.)M#c}
@[UP]{(-(.-B.)M#c}
@[DOWN]{(-(.-L.)M#c}