这是indexloc提供的服务,不要输入任何密码
Skip to content

Tags: gosuri/uilive

Tags

v0.0.4

Toggle v0.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #19 from pivotal/PR-fix-start-panic

Allow Start to be called immediately after Stop

v0.0.3

Toggle v0.0.3's commit message
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.

v0.0.2

Toggle v0.0.2's commit message
add Makefile

v0.0.1

Toggle v0.0.1's commit message
Fix "infinite scrolling" issue. (#10)

Move up a line with ansi control code instead of down a line with '\r'.