Documentation
¶
Index ¶
- Variables
- func CommandAdd(s tcell.Screen)
- func CommandClear(s tcell.Screen)
- func CommandExit(s tcell.Screen)
- func CommandHelp(s tcell.Screen)
- func CommandList(s tcell.Screen)
- func CommandNew(s tcell.Screen)
- func CommandRun(s tcell.Screen)
- func DoBackspace(s tcell.Screen)
- func DoEnter(s tcell.Screen)
- func HandleInput(s tcell.Screen, k rune)
- func Init(s tcell.Screen)
- func Print(s tcell.Screen, x, y int, str string)
- func PrintLines(s tcell.Screen, l []string)
- func PrintOne(s tcell.Screen, l string)
- func RedrawInput(s tcell.Screen)
- func SortCode()
- type CodeLine
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd *exec.Cmd
Functions ¶
func CommandAdd ¶
func CommandAdd(s tcell.Screen)
func CommandClear ¶
func CommandClear(s tcell.Screen)
func CommandExit ¶
func CommandExit(s tcell.Screen)
func CommandHelp ¶
func CommandHelp(s tcell.Screen)
func CommandList ¶
func CommandList(s tcell.Screen)
func CommandNew ¶
func CommandNew(s tcell.Screen)
func CommandRun ¶
func CommandRun(s tcell.Screen)
func DoBackspace ¶
func DoBackspace(s tcell.Screen)
func HandleInput ¶
func HandleInput(s tcell.Screen, k rune)
func PrintLines ¶
func PrintLines(s tcell.Screen, l []string)
func RedrawInput ¶
func RedrawInput(s tcell.Screen)
Types ¶
Click to show internal directories.
Click to hide internal directories.