mirror of https://github.com/hashicorp/packer
parent
6fecd7d362
commit
d16fd8a2b1
@ -0,0 +1,11 @@
|
||||
package wrappedreadline
|
||||
|
||||
// getWidth impl for Solaris
|
||||
func getWidth() int {
|
||||
return 80
|
||||
}
|
||||
|
||||
// get width of the terminal
|
||||
func getWidthFd(stdoutFd int) int {
|
||||
return getWidth()
|
||||
}
|
||||
Loading…
Reference in new issue