Documentation
¶
Index ¶
Constants ¶
View Source
const ( CTRL_Space ctrlchar = iota CTRL_NewLine CTRL_Abbreviation CTRL_Shift CTRL_Backshift CTRL_ShiftLock CTRL_BackshiftLock )
Variables ¶
This section is empty.
Functions ¶
func GetDefaultAlphabet ¶
func GetDefaultCtrlCharMapping ¶
func GetDefaultCtrlCharMapping(version int) []ctrlchar
Types ¶
type Charset ¶
type Charset interface { Shift() Backshift() Lock() Reset() PrintRune(zc ZChar) (rune, error) GetControlCharacter(zc ZChar) (ctrlchar, error) IsA2() bool }
func NewDynamicCharset ¶
func NewStaticCharset ¶
type GetAbbreviationHandler ¶
Click to show internal directories.
Click to hide internal directories.