Merge pull request #3023 from dmaluka/timerchan

Rework lua timers and remove lua.Lock
This commit is contained in:
Dmytro Maluka
2024-03-14 04:58:19 +01:00
committed by GitHub
4 changed files with 17 additions and 15 deletions

View File

@@ -121,6 +121,11 @@ The packages and functions are listed below (in Go type signatures):
current pane is not a BufPane.
- `CurTab() *Tab`: returns the current tab.
- `After(t time.Duration, f func())`: run function `f` in the background
after time `t` elapses. See https://pkg.go.dev/time#Duration for the
usage of `time.Duration`.
* `micro/config`
- `MakeCommand(name string, action func(bp *BufPane, args[]string),
completer buffer.Completer)`: