-
Notifications
You must be signed in to change notification settings - Fork 59
Tags: desertbit/grumble
Tags
v1.0.4
Provide Write(), Stderr(), Printf() methods on App (#14)
* Provide Write() and Stderr() methods on App.
This allows consumers of the library to write in a manner that refreshes
the prompt because it goes through the Readline library. This is useful
for background tasks or notifications to correctly redraw your screen.
This uses the readline terminal when available, otherwise it uses
os.Stdout.
* Provide Write() and Stderr() methods on App.
This allows consumers of the library to write in a manner that refreshes
the prompt because it goes through the Readline library. This is useful
for background tasks or notifications to correctly redraw your screen.
This uses the readline terminal when available, otherwise it uses
os.Stdout.
PreviousNext