386A1 |
SysDisplay
|
( → )
Redisplays all required areas. Does it
immediately, without waiting for the current
command to finish.
|
3A00D |
DispEditLine
|
( → )
Just calls DispCommandLine .
|
3A1CA |
?DispMenu
|
( → )
Redisplays the menu now if no key is waiting
in the buffer. Even better is this:
:: DA3OK?NOTIT ?DispMenu ;
|
3A1FC |
DispMenu.1
|
( → )
Displays menu now.
|
3A1E8 |
DispMenu
|
( → )
:: DispMenu.1 SetDAsValid ;
|
39B85 |
?DispStack
|
( → )
Redisplays the stack now if necessary.
|
3959C |
?DispStatus
|
( → )
Redisplays the status area now if necessary.
|
395BA |
DispStatus
|
( → )
Displays the status area now.
|
39B0A |
DispStsBound
|
( → )
Displays a horizontal line at y=14, normally
the separation between header and stack.
|
39515 |
(DispTime?)
|
|
39AF1 |
DispTimeReq?
|
( → flag )
Is time display required? Checks system flag
40 and something else.
|
398F4 |
DispDir?Tim1
|
|
39958 |
DispDir?Tim2
|
|
3988B |
DispDir?Time
|
|
430CF |
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.
|