Documentation ¶
Index ¶
- Constants
- Variables
- func Clearmouse()
- func ColaddAndMouse(c *wind.Column, w *wind.Window, clone *wind.Window, y int) *wind.Window
- func ColcloseAndMouse(c *wind.Column, w *wind.Window, dofree bool)
- func Coldragwin(c *wind.Column, w *wind.Window, but int)
- func Colmousebut(c *wind.Column)
- func Expand_(t *wind.Text, q0 int, q1 int, e *Expand) bool
- func Fontx(et, t, argt *wind.Text, _, _ bool, arg []rune)
- func Getarg(argt *wind.Text, doaddr, dofile bool, rp *[]rune) *string
- func Look3(t *wind.Text, q0, q1 int, external bool)
- func LookFile(s []rune) *wind.Window
- func LookID(id int) *wind.Window
- func Makenewwindow(t *wind.Text) *wind.Window
- func New(et, t, argt *wind.Text, flag1, flag2 bool, arg []rune)
- func Openfile(t *wind.Text, e *Expand) *wind.Window
- func Printarg(argt *wind.Text, q0 int, q1 int) *string
- func Rowdragcol(row *wind.Row, c *wind.Column, _0 int)
- func Rowtype(row *wind.Row, r rune, p draw.Point) *wind.Text
- func Search(ct *wind.Text, r []rune) bool
- func Textconstrain(t *wind.Text, q0 int, q1 int, p0 *int, p1 *int)
- func Textscroll(t *wind.Text, but int)
- func Textselect(t *wind.Text)
- func Textselect2(t *wind.Text, q0 *int, q1 *int, tp **wind.Text) int
- func Textselect3(t *wind.Text, q0 *int, q1 *int) bool
- func Texttype(t *wind.Text, r rune)
- func Winmousebut(w *wind.Window)
- func WinresizeAndMouse(w *wind.Window, r draw.Rectangle, safe, keepextra bool) int
- func Wintype(w *wind.Window, t *wind.Text, r rune)
- func XCut(et, t, _ *wind.Text, dosnarf, docut bool, _ []rune)
- func XPaste(et, t, _ *wind.Text, selectall, tobody bool, _ []rune)
- func XUndo(et, _, _ *wind.Text, isundo, _ bool, _ []rune)
- type Expand
Constants ¶
View Source
const ( DELAY = 2 MINMOVE = 4 )
View Source
const ( Kscrolloneup = draw.KeyFn | 0x20 Kscrollonedown = draw.KeyFn | 0x21 )
View Source
const MAXSNARF = 100 * 1024
View Source
const (
NSnarf = 1000
)
Variables ¶
View Source
var Bartflag bool
View Source
var BigLock = func() {}
View Source
var BigUnlock = func() {}
View Source
var Ismtpt func(string) bool
View Source
var Mouse *draw.Mouse
View Source
var Mousectl *draw.Mousectl
View Source
var Objtype string
View Source
var OnNewWindow func(*wind.Window)
View Source
var Plumbsendfid *client.Fid
View Source
var Textcomplete func(*wind.Text) []rune
View Source
var Wdir = "."
Functions ¶
func Clearmouse ¶
func Clearmouse()
func ColaddAndMouse ¶
func Colmousebut ¶
func Textscroll ¶
func Textselect ¶
func Winmousebut ¶
func WinresizeAndMouse ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.