Package ilcd
Class Memory

Public Method saveCursorAttributesToMemory

static void saveCursorAttributesToMemory(int index)

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

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

Saves current cursor position, viewport and attributes (see class Attribute) to memory position index.

Example

Memory.saveCursorAttributesToMemory(2);

Saves current cursor and attributes to the memory at the index 2.

See also:

Memory
Memory.restoreCursorAttributesFromMemory()