mirror of https://github.com/jroimartin/gocui.git
Rename _examples/delete.go to _examples/dynamic.go
This commit is contained in:
parent
248e4f4437
commit
a8eba6db38
|
@ -12,7 +12,7 @@ import (
|
|||
"github.com/jroimartin/gocui"
|
||||
)
|
||||
|
||||
const delta = 2
|
||||
const delta = 1
|
||||
|
||||
var (
|
||||
views = []string{}
|
Loading…
Reference in New Issue