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

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gosuri/uilive
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.2
Choose a base ref
...
head repository: gosuri/uilive
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 12 commits
  • 7 files changed
  • 5 contributors

Commits on Jul 12, 2017

  1. 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
    maplain committed Jul 12, 2017
    Configuration menu
    Copy the full SHA
    0ebaf4a View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2018

  1. 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>
    ljfranklin authored and Genevieve Lesperance committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    921d4ab View commit details
    Browse the repository at this point in the history

Commits on May 16, 2019

  1. 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.
    asahasrabuddhe authored and gosuri committed May 16, 2019
    Configuration menu
    Copy the full SHA
    4512d98 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2019

  1. linter fixes

    asahasrabuddhe committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    0bb79b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2972222 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #27 from gosuri/add-go-modules-support

    add support for go modules
    asahasrabuddhe authored Aug 7, 2019
    Configuration menu
    Copy the full SHA
    e49d37f View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2019

  1. Configuration menu
    Copy the full SHA
    145406d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eafd45c View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2020

  1. Merge pull request #29 from vnlitvinov/fix-windows-termsize

    Fix getTermSize() for Windows
    asahasrabuddhe authored Jan 2, 2020
    Configuration menu
    Copy the full SHA
    30ef122 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #15 from maplain/fix_Out_type

    Change uilive.Out to type io.Writer
    asahasrabuddhe authored Jan 2, 2020
    Configuration menu
    Copy the full SHA
    c14265c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c88f574 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2020

  1. Merge pull request #19 from pivotal/PR-fix-start-panic

    Allow Start to be called immediately after Stop
    asahasrabuddhe authored Jan 3, 2020
    Configuration menu
    Copy the full SHA
    11a6ee7 View commit details
    Browse the repository at this point in the history
Loading