MASM 5.10 EXT.DOC: Display - Updates the Physical Display

ID Number: Q31540

5.10 | 5.10

MS-DOS | OS/2

Summary:

The following information is from the MASM Version 5.10 EXT.DOC

file.

Please note that numbering for both COL and LINE variables begins

with 0.

More Information:

/* Display - updates the physical display

*

* The Display function refreshes the screen, by examining editing

* changes and making the minimum screen changes necessary. A

* keystroke interrupts the function and causes immediate return.

* You do not normally need to use the Display function to see the

* results of an edit on the screen. The function is typically useful

* when you have an SWI_SPECIAL function that alters a file directly.

*/

void pascal Display ()