2EF67 |
SysDisplay
|
( → )
Redisplays all required areas. Does it
immediately, without waiting for the current
command to finish.
|
2F19F |
?DispCommandLine
|
( → )
Redisplays the command line if necessary.
|
2F19E |
DispCommandLine
|
( → )
Redisplays the command line.
|
2EE5A |
DispEditLine
|
( → )
Just calls DispCommandLine .
|
2DFCC |
?DispMenu
|
( → )
Redisplays the menu now if no key is waiting
in the buffer. Even better is this:
:: DA3OK?NOTIT ?DispMenu ;
|
2DFF4 |
DispMenu.1
|
( → )
Displays menu now.
|
2DFE0 |
DispMenu
|
( → )
:: DispMenu.1 SetDAsValid ;
|
2C341 |
?DispStack
|
( → )
Redisplays the stack now if necessary.
|
2C311 |
?DispStatus
|
( → )
Redisplays the status area now if necessary.
|
2C305 |
DispStatus
|
( → )
Displays the status area now.
|
2C2F9 |
DispStsBound
|
( → )
Displays a horizontal line at y=14, normally
the separation between header and stack.
|
2EE5B |
DispTime?
|
|
2A7F7 |
DispTimeReq?
|
( → flag )
Is time display required? Checks system flag
40 and something else.
|
048F9 |
(ShowClk?)
|
( → flag )
Checks both DispTime? and DispTimeReq? .
|
2F300 |
DispILPrompt
|
( → )
Redisplays the InputLine prompt,
i.e. refreshes the region between the command
line and the header during InputLine .
Requires a string (the prompt) in 4LAM.
|
26260 |
nDISPSTACK
|
( $prompt #height #header flag flag → )
Used by DispILPrompt .
|