Package ilcd
Class Memory

Public Method restoreCursorAttributesFromMemory

static void restoreCursorAttributesFromMemory(int index)

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Parameter Range Description
index 0 ... 7 index of the storage location

Restores cursor position, viewport and attributes (see class Attribute) from memory position index.

Example

Memory.restoreCursorAttributesFromMemory(3);

Restores the cursor and attributes from the memory at the index 3.

See also:

Memory
saveCursorAttributesToMemory(int)