diff options
| author | Jeff Carr <[email protected]> | 2023-03-29 22:44:08 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-03-29 22:44:08 -0500 |
| commit | 947169df5a22c9f9b53f825764747f648c70ff1e (patch) | |
| tree | 3c84fffc14352329bc41e6b58910ff278c99f08c /README-goreadme.md | |
| parent | 6013fde8332e8ecbffaf1a0977ba2e1da8ea8775 (diff) | |
ready for version v0.7.4
start deprecating toolkit.Widget
switch to variable name 'ParentId'
use 'ActionType' and 'WidgetType'
preliminary redraw()
final definition of variables 'Name' and 'Text'
more cleaning of the code
remove lots of dumb code
bind 'd' key press to dump out debugging info
early color handling in gocui!
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'README-goreadme.md')
| -rw-r--r-- | README-goreadme.md | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/README-goreadme.md b/README-goreadme.md index 7317871..847ca85 100644 --- a/README-goreadme.md +++ b/README-goreadme.md @@ -123,11 +123,11 @@ Creates a window helpful for debugging this package `func ExampleCatcher(f func())` -### func [Indent](/debug.go#L130) +### func [Indent](/debug.go#L125) `func Indent(b bool, a ...interface{})` -### func [InitPlugins](/main.go#L56) +### func [InitPlugins](/main.go#L58) `func InitPlugins(names []string)` @@ -137,12 +137,16 @@ Creates a window helpful for debugging this package loads and initializes a toolkit (andlabs/ui, gocui, etc) -### func [Main](/main.go#L118) +### func [Main](/main.go#L121) `func Main(f func())` This should not pass a function +### func [Redraw](/redraw.go#L9) + +`func Redraw(s string)` + ### func [SetDebug](/debug.go#L28) `func SetDebug(s bool)` @@ -151,11 +155,11 @@ This should not pass a function `func SetFlag(s string, b bool)` -### func [ShowDebugValues](/debug.go#L86) +### func [ShowDebugValues](/debug.go#L79) `func ShowDebugValues()` -### func [StandardExit](/main.go#L170) +### func [StandardExit](/main.go#L173) `func StandardExit()` @@ -244,11 +248,11 @@ func main() { You get a window ``` -#### func [Start](/main.go#L96) +#### func [Start](/main.go#L98) `func Start() *Node` -#### func [StartS](/main.go#L105) +#### func [StartS](/main.go#L107) `func StartS(name string) *Node` |
