Skip to content

Tags: buger/goterm

Tags

v1.0.4

Toggle v1.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix for windows building (#42)

This PR contains the fixes for building on windows

v1.0.3

Toggle v1.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix #40

MaxInt was added only in 1.17, which broke compatibility with older Go versions. 
Should use `MinInt32` instead.

v1.0.2

Toggle v1.0.2's commit message
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

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update go.mod

v1.0.0

Toggle v1.0.0's commit message
removed !windows as there is a specific _windows file now, avoid "get…

…Winsize redeclared in this block"

Signed-off-by: Guillaume Tardif <[email protected]>