1
0
Files
2022-09-29 17:59:04 +03:00

13 lines
223 B
OpenEdge ABL

#ident "@(#)iconv:codesets/PFkeytest.p 1.1"
#
# A sample test for timed input of ANSI-style arrow keys.
#
map (funkey) {
timed
define(fun "\033[")
fun(A "funkeyA")
fun(B "funkeyB")
fun(C "funkeyC")
fun(D "funkeyD")
}