MCPcopy Create free account
hub / github.com/gokcehan/lf / exportSizes

Method exportSizes

ui.go:1597–1601  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1595}
1596
1597func (ui *ui) exportSizes() {
1598 w, h := ui.screen.Size()
1599 os.Setenv("lf_width", strconv.Itoa(w))
1600 os.Setenv("lf_height", strconv.Itoa(h))
1601}
1602
1603func anyKey() {
1604 fmt.Fprint(os.Stderr, gOpts.waitmsg)

Callers 1

runShellMethod · 0.80

Calls 1

SizeMethod · 0.45

Tested by

no test coverage detected