PWB Extensions Help (ext.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Display
                                             Up Contents Index Back
─────PWB Extensions─────────────────────────────────────────────────────────
 
  Syntax: void Display( void );
 
  See:    DrawEditWindowBorder, DoDrawWindow, DoRedrawDamagedRegions
 
     The Display function refreshes the screen. It changes the screen to
     reflect any editing changes.
 
     PWB automatically updates the screen while waiting for keystrokes.
     Therefore, it is usually not necessary to call Display.
 
     However, if your function runs for a long time with no user input,
     you can call Display periodically to show intermediate changes.
     Otherwise, the results of these changes are not visible until PWB
     completes the function and waits for user input.
                                    -♦-