Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Macro *macroStruct = ¯oStruct{ keymacros: make([]*tcell.Event, 0, 32), recording: false, replay: false, }
Functions ¶
Types ¶
type MinibufferStruct ¶
type MinibufferStruct struct { *gecore.MiniBuffer *gecore.KeyPointer // contains filtered or unexported fields }
func (*MinibufferStruct) Event ¶
func (m *MinibufferStruct) Event(tev *tcell.EventKey) *tcell.EventKey
func (*MinibufferStruct) WillEnterMode ¶
func (m *MinibufferStruct) WillEnterMode()
func (*MinibufferStruct) WillExitMode ¶
func (m *MinibufferStruct) WillExitMode()
Click to show internal directories.
Click to hide internal directories.