Last change
on this file since 6888aa2 was 3ae31e9, checked in by Thomas Lopatic <thomas@…>, 7 years ago |
Imported original source code.
|
-
Property mode
set to
100755
|
File size:
1.3 KB
|
Line | |
---|
1 | curmove = ____________ short (*curmove)() cursor mover
|
---|
2 | cx_key = ____________ short (*cx_key)() x rate calculation
|
---|
3 | cx_upd = ____________ short (*cx_upd)() x update
|
---|
4 | cy_key = ____________ short (*cy_key)() y rate calculation
|
---|
5 | cy_upd = ____________ short (*cy_upd)() y update
|
---|
6 | d_key = ____________ short (*d_key)() in-field data key processor
|
---|
7 | e_key = ____________ short (*e_key)() E key processor
|
---|
8 | itxput = ____________ short (*itxput)() instrument menu text put function
|
---|
9 | m_key = ____________ short (*m_key)() M key processor
|
---|
10 | not_fld = ____________ short (*not_fld)() not-in-field data key processor
|
---|
11 | oldsw = ____________ PFS (*oldsw)[] saved swpt value
|
---|
12 | swpt = ____________ PFS (*swpt)[] switch dispatch table pointer
|
---|
13 | vt_adv = ____________ short (*vt_adv)() vtyper data cursor advance function
|
---|
14 | vt_bsp = ____________ short (*vt_bsp)() vtyper data cursor backspace function
|
---|
15 | vt_dsp = ____________ short (*vt_dsp)() vtyper display function
|
---|
16 | vt_stop = ____________ short (*vt_stop)() vtyper exit function
|
---|
17 | x_key = ____________ short (*x_key)() X key processor
|
---|
18 | xk_dn = ____________ short (*xk_dn)() x cursor - finger on (down)
|
---|
19 | xk_up = ____________ short (*xk_up)() x cursor - finger off (up)
|
---|
20 | yk_dn = ____________ short (*yk_dn)() y cursor - finger on (down)
|
---|
21 | yk_up = ____________ short (*yk_up)() y cursor - finger off (up)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.