Documentation ¶
Index ¶
- Constants
- Variables
- func B_cmd(t *wind.Text, cp *Cmd) bool
- func D1(t *wind.Text)
- func D_cmd(t *wind.Text, cp *Cmd) bool
- func Editcmd(ct *wind.Text, r []rune)
- func Edittext(w *wind.Window, q int, r []rune) error
- func Nlcount(t *wind.Text, q0 int, q1 int, pnr *int) int
- func Straddc(s *String, c rune)
- func X_cmd(t *wind.Text, cp *Cmd) bool
- type Addr
- type Address
- type Buflog
- type Cmd
- type Cmdtab
- type Defaddr
- type Elog
- type Filecheck
- type List
- type Looper
- type String
- type Tofile
Constants ¶
View Source
const ( PosnLine = 0 PosnChars = 1 PosnLineChars = 2 )
View Source
const ( Inactive = 0 + iota Inserting Collecting )
View Source
const ( Minstring = 16 Maxstring = bufs.RuneLen )
Variables ¶
View Source
var ( BigLock = func() {} BigUnlock = func() {} )
View Source
var ( Glooping int Enoname = "no file name given" )
View Source
var Cedit = make(chan int)
View Source
var (
Editing int = Inactive
)
View Source
var Editoutlk util.QLock // atomic flag
View Source
var Run = func(w *wind.Window, s string, rdir []rune) {}
View Source
var (
Wsequence = "warning: changes out of sequence\n"
)
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.