diff options
| author | Jeff Carr <[email protected]> | 2023-04-27 00:10:23 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-04-27 00:10:23 -0500 |
| commit | f5468d9c1cdaf1b0a2e44fcc78621bfae23e44fa (patch) | |
| tree | f4da96c8302f70a8c683fae58ed568653f51cf2f /README-goreadme.md | |
| parent | efa1b7eba77254d2607dae47e3e6ea70fc619932 (diff) | |
gocui: better output handlingv0.8.4
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'README-goreadme.md')
| -rw-r--r-- | README-goreadme.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README-goreadme.md b/README-goreadme.md index 2aa5bf2..26dbce4 100644 --- a/README-goreadme.md +++ b/README-goreadme.md @@ -139,7 +139,7 @@ Creates a window helpful for debugging this package `func ShowDebugValues()` -### func [StandardExit](/main.go#L191) +### func [StandardExit](/main.go#L197) `func StandardExit()` @@ -180,7 +180,7 @@ var Config GuiConfig The Node is a binary tree. This is how all GUI elements are stored simply the name and the size of whatever GUI element exists -#### func [New](/main.go#L162) +#### func [New](/main.go#L168) `func New() *Node` |
