Module: ANSI::VT100

Defined in:
lib/ansi/vt100.rb

Overview

Defines escape sequences related VT100 terminals as well as VT52 compatibility mode. These codes come from the VT100 user manual. Constants are created automatically using the UPPERCASE name of each code name. For instance, both the “vt100_set_uk_g0_charset” and “setukg0” names (which both refer to the same escape sequence) are converted to the constants VT100_SET_UK_G0_CHARSET and SETUKG0, respectively.

View the source of this file to see the full listing (it’s not painful, I promise).