From fa128671e2c4115f79200e69bde21a1bd484cad9 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sun, 9 Nov 2014 22:56:50 +0100 Subject: 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 --- lib/fnkeys.tes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/fnkeys.tes') 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} -- cgit v1.2.3