SetFullscreen(bool)

Method

Namespace: ANSITerm

Declared in: ANSITerm.IConsoleBackend


Toggles the alternative buffer (useful for fullscreen apps).

Syntax

public void SetFullscreen(
	bool value
)

Remarks

On standard Windows CMD this behaviour is emulated by clearing the console and setting buffer size equal to window size to disable scrolling.
Back to index