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: buger/goterm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: buger/goterm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.3
Choose a head ref
  • 5 commits
  • 9 files changed
  • 3 contributors

Commits on Jul 11, 2021

  1. Fixes string count

    Resolves #35
    pbarnum authored and buger committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    a95a51b View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

  1. Configuration menu
    Copy the full SHA
    db58342 View commit details
    Browse the repository at this point in the history
  2. Update go.mod

    buger authored Jul 12, 2021
    Configuration menu
    Copy the full SHA
    b616586 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

  1. fix: change Height() to return math.MaxInt if we could not retrieve t…

    …he height of console window, otherwise nothing will be printed. Like in VSCode debugging console
    Bo Zhao authored and buger committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    6532f8e View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2021

  1. Fix #40

    MaxInt was added only in 1.17, which broke compatibility with older Go versions. 
    Should use `MinInt32` instead.
    buger authored Sep 7, 2021
    2 Configuration menu
    Copy the full SHA
    b630d37 View commit details
    Browse the repository at this point in the history
Loading