Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1597
func
(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
1603
func
anyKey() {
1604
fmt.Fprint(os.Stderr, gOpts.waitmsg)
Callers
1
runShell
Method · 0.80
Calls
1
Size
Method · 0.45
Tested by
no test coverage detected