Home  /  Autodocs  /  dos.library

NAME

SetMode
Set the current behavior of a handler (V36)

SYNOPSIS

success = SetMode(fh, mode)
D0 D1 D2

BOOL SetMode(BPTR, LONG)

FUNCTION

SetMode() sends an ACTION_SCREEN_MODE packet to the handler in question, normally for changing a CON: handler to raw mode or vice-versa.

For CON:, use 1 to go to RAW: mode, 0 for CON: mode, and 2 for the medium mode within which TAB and history functions create immediate CSI sequences, but lines are buffered. This is an extension of the V47 CON: handler.

INPUTS

fh
FileHandle

mode
The new mode you want

RESULT

success
Boolean