为了账号安全,请及时绑定邮箱和手机立即绑定

使用 golang 在 Windows 中获取终端宽度

使用 golang 在 Windows 中获取终端宽度

Go
aluckdog 2021-09-13 16:11:04
是否可以在 Go 中获取终端宽度?我尝试将http://github.com/nsf/termbox-go与代码一起使用:package mainimport (    "fmt"    "github.com/nsf/termbox-go")func main() {    fmt.Println(termbox.Size())}但它打印0 0.我也尝试过http://github.com/buger/goterm但是当我尝试go get它时,我收到一个错误:$ go get github.com/buger/goterm# github.com/buger/goterm..\..\buger\goterm\terminal.go:78: undefined: syscall.SYS_IOCTL..\..\buger\goterm\terminal.go:82: not enough arguments in call to syscall.Syscall关于如何获得终端宽度的任何其他想法?
查看完整描述

2 回答

  • 2 回答
  • 0 关注
  • 314 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信