specs

package
v0.0.0-...-30df196 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 21, 2012 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	KEY_RETURN = iota
	KEY_UP
	KEY_DOWN
)

Variables

This section is empty.

Functions

func Interact

func Interact(interactions []Interactor) (done bool)

Types

type BrowseHistory

type BrowseHistory struct {
	// contains filtered or unexported fields
}

func NewBrowseHistory

func NewBrowseHistory(console *clingon.Console, dirs []int, time time.Duration) *BrowseHistory

func (*BrowseHistory) Interact

func (i *BrowseHistory) Interact(done chan bool)

type Echoer

type Echoer struct{}

func (*Echoer) Run

func (e *Echoer) Run(console *clingon.Console, command string) error

type EnterCommand

type EnterCommand struct {
	// contains filtered or unexported fields
}

func NewEnterCommand

func NewEnterCommand(console *clingon.Console, command string, time time.Duration) *EnterCommand

func (*EnterCommand) Interact

func (i *EnterCommand) Interact(done chan bool)

type Interactor

type Interactor interface {
	Interact(done chan bool)
}

type MoveCursor

type MoveCursor struct {
	// contains filtered or unexported fields
}

func NewMoveCursor

func NewMoveCursor(console *clingon.Console, dirs []int, time time.Duration) *MoveCursor

func (*MoveCursor) Interact

func (i *MoveCursor) Interact(done chan bool)

type NewAnimation

type NewAnimation struct {
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL