Int 15/AX=DE0Ah

lup.gif ldown.gif Interrups Categories Contents

rbline.gif

DESQview v2.00+ - DBGPOKE - DISPLAY CHARACTER ON STATUS LINE

AX = DE0Ah
BL = character

Return:
Character displayed, next call will display in next position (which wraps back to the start of the line if off the right edge of screen)

Notes: Displays character on bottom line of *physical* screen, regardless of current size of window (even entirely hidden). Does not know about graphics display modes, just pokes the characters into display memory. This API call may be made from a hardware interrupt handler

See Also: AX=1003h

Category: DESQview/TopView and Quarterdeck Programs - Int 15h - D

rbline.gif

lup.gif ldown.gif Interrups Categories Contents