[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Last written screen image.
Source position: videoh.inc line 97
var OldVideoBuf: PVideoBuf = ; |
The OldVideoBuf contains the state of the video screen after the last screen update. The UpdateScreen function uses this array to decide which characters on screen should be updated, and which not.
Note that the OldVideoBuf array may be ignored by some drivers, so it should not be used. The Array is in the interface section of the video unit mainly so drivers that need it can make use of it.