Line 30... |
Line 30... |
30 |
* (to bottom of screen usually, except when terminals have insert modes
|
30 |
* (to bottom of screen usually, except when terminals have insert modes
|
31 |
* which will shift several lines.) This is specified as '12*' e.g.
|
31 |
* which will shift several lines.) This is specified as '12*' e.g.
|
32 |
* before the capability to say 12 milliseconds per affected whatever
|
32 |
* before the capability to say 12 milliseconds per affected whatever
|
33 |
* (currently always line). Capabilities where this makes sense say P*.
|
33 |
* (currently always line). Capabilities where this makes sense say P*.
|
34 |
*/
|
34 |
*/
|
35 |
var char tspace[256]; /* Space for capability strings */
|
35 |
var char tspace[1024]; /* Space for capability strings */
|
36 |
var char *aoftspace; /* Address of tspace for relocation */
|
36 |
var char *aoftspace; /* Address of tspace for relocation */
|
37 |
|
37 |
|
38 |
var char *AL; /* P* Add new blank line */
|
38 |
var char *AL; /* P* Add new blank line */
|
39 |
var char *AL_PARM; /* P* Add n new blank lines */
|
39 |
var char *AL_PARM; /* P* Add n new blank lines */
|
40 |
extern char *BC; /* Back cursor */
|
40 |
extern char *BC; /* Back cursor */
|