Versions in this module Expand all Collapse all v1 v1.1.0 Jun 23, 2018 v1.0.0 Nov 24, 2017 Changes in this version + const KeyArrowDown + const KeyArrowLeft + const KeyArrowRight + const KeyArrowUp + const KeyBackspace + const KeyBackspace2 + const KeyCtrlA + const KeyCtrlB + const KeyCtrlC + const KeyCtrlD + const KeyCtrlE + const KeyCtrlF + const KeyCtrlG + const KeyCtrlH + const KeyCtrlI + const KeyCtrlJ + const KeyCtrlK + const KeyCtrlL + const KeyCtrlM + const KeyCtrlN + const KeyCtrlO + const KeyCtrlP + const KeyCtrlQ + const KeyCtrlR + const KeyCtrlS + const KeyCtrlT + const KeyCtrlU + const KeyCtrlV + const KeyCtrlW + const KeyCtrlX + const KeyCtrlY + const KeyCtrlZ + const KeyDelete + const KeyEnd + const KeyEnter + const KeyEsc + const KeyF1 + const KeyF10 + const KeyF11 + const KeyF12 + const KeyF2 + const KeyF3 + const KeyF4 + const KeyF5 + const KeyF6 + const KeyF7 + const KeyF8 + const KeyF9 + const KeyHome + const KeyInsert + const KeyPgdn + const KeyPgup + const KeySpace + const KeyTab + const ModAlt + const MouseLeft + const MouseMiddle + const MouseRight + func Clear(fg, bg Attribute) + func Close() + func Flush() error + func HideCursor() + func Init() error + func Interrupt() + func SetCell(x, y int, ch rune, fg, bg Attribute) + func SetCursor(x, y int) + func Size() (int, int) + func Sync() error + type Attribute uint16 + const AttrBold + const AttrReverse + const AttrUnderline + const ColorBlack + const ColorBlue + const ColorCyan + const ColorDefault + const ColorGreen + const ColorMagenta + const ColorRed + const ColorWhite + const ColorYellow + type Cell struct + Bg Attribute + Ch rune + Fg Attribute + type Event struct + Ch rune + Err error + Height int + Key Key + Mod Modifier + MouseX int + MouseY int + N int + Type EventType + Width int + func ParseEvent(data []byte) Event + func PollEvent() Event + func PollRawEvent(data []byte) Event + type EventType uint8 + const EventError + const EventInterrupt + const EventKey + const EventMouse + const EventNone + const EventRaw + const EventResize + type InputMode int + const InputAlt + const InputCurrent + const InputEsc + const InputMouse + func SetInputMode(mode InputMode) InputMode + type Key tcell.Key + type Modifier tcell.ModMask + type OutputMode int + const Output216 + const Output256 + const OutputCurrent + const OutputGrayscale + const OutputNormal + func SetOutputMode(mode OutputMode) OutputMode