Versions in this module Expand all Collapse all v0 v0.0.7 May 30, 2024 v0.0.6 Apr 10, 2024 v0.0.5 Apr 6, 2024 Changes in this version type Win + func (w *Win) Info() (WinInfo, error) type WinInfo + BodyLen int + IsDir bool + IsModified bool + Size *WinSizeInfo + Tag string + TagLen int + type WinSizeInfo struct + Font string + TabWidth int + Width int v0.0.4 Apr 17, 2021 v0.0.3 Apr 9, 2021 v0.0.2 Jun 20, 2019 v0.0.1 Jun 19, 2019 Changes in this version + func AutoExit(exit bool) + func DeleteAll() + func Err(src, msg string) + func Errf(src, format string, args ...interface{}) + type Event struct + Arg []byte + C1 rune + C2 rune + Flag int + Loc []byte + Nb int + Nr int + OrigQ0 int + OrigQ1 int + Q0 int + Q1 int + Text []byte + type EventHandler interface + Execute func(cmd string) bool + Look func(arg string) bool + type LogEvent struct + ID int + Name string + Op string + type LogReader struct + func Log() (*LogReader, error) + func (r *LogReader) Close() error + func (r *LogReader) Read() (LogEvent, error) + type Win struct + func New() (*Win, error) + func Open(id int, ctl *client.Fid) (*Win, error) + func Show(name string) *Win + func (w *Win) Addr(format string, args ...interface{}) error + func (w *Win) Blink() (stop func()) + func (w *Win) Clear() + func (w *Win) CloseFiles() + func (w *Win) Ctl(format string, args ...interface{}) error + func (w *Win) Del(sure bool) error + func (w *Win) Err(msg string) + func (w *Win) Errf(format string, args ...interface{}) + func (w *Win) EventChan() <-chan *Event + func (w *Win) EventLoop(h EventHandler) + func (w *Win) Font() (tab int, font *draw.Font, err error) + func (w *Win) Fprintf(file, format string, args ...interface{}) error + func (w *Win) ID() int + func (w *Win) Name(format string, args ...interface{}) error + func (w *Win) OpenEvent() error + func (w *Win) PrintTabbed(text string) + func (w *Win) Read(file string, b []byte) (n int, err error) + func (w *Win) ReadAddr() (q0, q1 int, err error) + func (w *Win) ReadAll(file string) ([]byte, error) + func (w *Win) ReadEvent() (e *Event, err error) + func (w *Win) Seek(file string, offset int64, whence int) (int64, error) + func (w *Win) Selection() string + func (w *Win) SetErrorPrefix(p string) + func (w *Win) Sort(less func(x, y string) bool) error + func (w *Win) Write(file string, b []byte) (n int, err error) + func (w *Win) WriteEvent(e *Event) error + type WinInfo struct + ID int + Name string + func Windows() ([]WinInfo, error)