diff options
| author | Jeff Carr <[email protected]> | 2023-04-06 18:26:30 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-04-06 18:26:30 -0500 |
| commit | 9ce7f345f1a704516b298b495f8eefd3eaa37708 (patch) | |
| tree | b62bbdd662a628b57bc2f4b7c200f41c020f8334 /README-goreadme.md | |
| parent | bf60121b6515681ac505e80cb6824ba6bd978c29 (diff) | |
gocui: debug flag buttons work
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'README-goreadme.md')
| -rw-r--r-- | README-goreadme.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/README-goreadme.md b/README-goreadme.md index 5332004..b7222fc 100644 --- a/README-goreadme.md +++ b/README-goreadme.md @@ -137,7 +137,7 @@ Creates a window helpful for debugging this package loads and initializes a toolkit (andlabs/ui, gocui, etc) -### func [Main](/main.go#L143) +### func [Main](/main.go#L170) `func Main(f func())` @@ -159,7 +159,7 @@ This should not pass a function `func ShowDebugValues()` -### func [StandardExit](/main.go#L204) +### func [StandardExit](/main.go#L231) `func StandardExit()` @@ -252,7 +252,7 @@ You get a window `func Start() *Node` -#### func [StartS](/main.go#L129) +#### func [StartS](/main.go#L156) `func StartS(name string) *Node` |
