Documentation ¶
Index ¶
- type History
- type ShellView
- func (s *ShellView) CommandError(result string)
- func (s *ShellView) CommandResult(result string)
- func (s *ShellView) Draw(screen tcell.Screen)
- func (s *ShellView) GetCommand() string
- func (s *ShellView) HistoryDown()
- func (s *ShellView) HistoryUp()
- func (s *ShellView) Input(r rune)
- func (s *ShellView) Remove()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ShellView ¶
type ShellView struct { *tview.TextView IsActivated bool // contains filtered or unexported fields }
func (*ShellView) CommandError ¶
func (*ShellView) CommandResult ¶
func (*ShellView) GetCommand ¶
func (*ShellView) HistoryDown ¶
func (s *ShellView) HistoryDown()
Click to show internal directories.
Click to hide internal directories.