Tput::Output::Charset
Inherits Tput::Macros / Crystallabs::Helpers::Alias_Methods
Instance methods
charset=(charset : C | Nil)
Activate a different charset.
Empty value resets to terminal default.
ESC (,),*,+,-,. Designate G0-G2 Character Set.
See also:
acs_chars / acsc / ac
enter_alt_charset_mode / smacs / as
exit_alt_charset_mode / rmacs / ae
enter_pc_charset_mode / smpch / S2
exit_pc_charset_mode / rmpch / S3
enter_alt_charset_mode
Enter alternate (DEC TV100/ACS/SCLD) character set.
Equivalent to: self.charset= Tput::Charset::ACS
exit_alt_charset_mode
Sourceset_g(val)
Source