-
Notifications
You must be signed in to change notification settings - Fork 89
Comparing changes
Open a pull request
base repository: gosuri/uilive
base: v0.0.2
head repository: gosuri/uilive
compare: master
- 12 commits
- 7 files changed
- 5 contributors
Commits on Jul 12, 2017
-
Change uilive.Out to type io.Writer
it's set to be os.Stdout by default, which is a *os.File, though it's only used as an io.Writer
Configuration menu - View commit details
-
Copy full SHA for 0ebaf4a - Browse repository at this point
Copy the full SHA 0ebaf4aView commit details
Commits on Dec 4, 2018
-
Allow Start to be called immediately after Stop
- Prior to this change the library would panic if you called Start a second time immediately after calling Stop - This change updates Stop to block until the background Listen method is finished Signed-off-by: Genevieve Lesperance <glesperance@pivotal.io>
Configuration menu - View commit details
-
Copy full SHA for 921d4ab - Browse repository at this point
Copy the full SHA 921d4abView commit details
Commits on May 16, 2019
-
add support for get terminal size for windows (#22)
* add support for get terminal size for windows * return 0, 0 terminal size instead of calling os.Exit * use the termbox library to fetch terminal size [fix] #24 because it is platform agnostic -> works on windows too * include missing windows imports [fix] #24 * Travis-CI: add OSX and linux->win cross-compilation [fix] * Use latest two supported versions of Go instead of tip. Disable CGO.
Configuration menu - View commit details
-
Copy full SHA for 4512d98 - Browse repository at this point
Copy the full SHA 4512d98View commit details
Commits on Aug 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0bb79b8 - Browse repository at this point
Copy the full SHA 0bb79b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2972222 - Browse repository at this point
Copy the full SHA 2972222View commit details -
Merge pull request #27 from gosuri/add-go-modules-support
add support for go modules
Configuration menu - View commit details
-
Copy full SHA for e49d37f - Browse repository at this point
Copy the full SHA e49d37fView commit details
Commits on Nov 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 145406d - Browse repository at this point
Copy the full SHA 145406dView commit details -
Configuration menu - View commit details
-
Copy full SHA for eafd45c - Browse repository at this point
Copy the full SHA eafd45cView commit details
Commits on Jan 2, 2020
-
Merge pull request #29 from vnlitvinov/fix-windows-termsize
Fix getTermSize() for Windows
Configuration menu - View commit details
-
Copy full SHA for 30ef122 - Browse repository at this point
Copy the full SHA 30ef122View commit details -
Merge pull request #15 from maplain/fix_Out_type
Change uilive.Out to type io.Writer
Configuration menu - View commit details
-
Copy full SHA for c14265c - Browse repository at this point
Copy the full SHA c14265cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c88f574 - Browse repository at this point
Copy the full SHA c88f574View commit details
Commits on Jan 3, 2020
-
Merge pull request #19 from pivotal/PR-fix-start-panic
Allow Start to be called immediately after Stop
Configuration menu - View commit details
-
Copy full SHA for 11a6ee7 - Browse repository at this point
Copy the full SHA 11a6ee7View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.0.2...master