Terminal.setEmulation

Sets what type of terminal the widget attempts to emulate by scanning for control sequences defined in the system's termcap file. Unless you are interested in this feature, always use "xterm".

class Terminal
void
setEmulation
(
string emulation
)

Parameters

emulation string

the name of a terminal description, or NULL to use the default. [allow-none]

Meta