Home
last modified time | relevance | path

Searched refs:termHeight (Results 1 – 25 of 245) sorted by relevance

12345678910

/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/machine/machine-7b7a141da844/libmachine/ssh/
H A Dclient.go206 termWidth, termHeight, err := terminal.GetSize(fd)
219 if err := session.RequestPty("xterm", termHeight, termWidth, modes); err != nil {
271 termWidth, termHeight int
307 termHeight = 24
310 termHeight = int(winsize.Height)
314 if err := session.RequestPty("xterm", termHeight, termWidth, modes); err != nil {
/dports/sysutils/docker-machine/machine-0.16.2/libmachine/ssh/
H A Dclient.go208 termWidth, termHeight, err := terminal.GetSize(fd)
221 if err := session.RequestPty("xterm", termHeight, termWidth, modes); err != nil {
273 termWidth, termHeight int
309 termHeight = 24
312 termHeight = int(winsize.Height)
316 if err := session.RequestPty("xterm", termHeight, termWidth, modes); err != nil {
/dports/net/tunneller/tunneller-release-0.6/
H A Dcmd_client.go286 termWidth, termHeight := ui.TerminalDimensions()
316 p21.SetRect(0, 3, termWidth, termHeight/2)
326 p22.SetRect(0, (termHeight/2)+1, termWidth, termHeight-3)
/dports/net/go-bapu/carlostrub-bapu-23ca6b019fbc/vendor/github.com/gizak/termui/
H A Dpos.go74 var termHeight int var
77 return image.Rect(0, 0, termWidth, termHeight)
H A Drender.go83 termWidth, termHeight = tm.Size()
96 return termHeight
/dports/finance/cointop/cointop-1.5.4/cointop/common/gizak/termui/
H A Dpos.go74 var termHeight int var
77 return image.Rect(0, 0, termWidth, termHeight)
H A Drender.go83 termWidth, termHeight = tm.Size()
96 return termHeight
/dports/net-im/slack-term/slack-term-0.4.1/vendor/github.com/erroneousboat/termui/
H A Dpos.go74 var termHeight int var
77 return image.Rect(0, 0, termWidth, termHeight)
H A Drender.go83 termWidth, termHeight = tm.Size()
96 return termHeight
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/gizak/termui/
H A Dpos.go74 var termHeight int var
77 return image.Rect(0, 0, termWidth, termHeight)
H A Drender.go83 termWidth, termHeight = tm.Size()
96 return termHeight
/dports/net/tunneller/tunneller-release-0.6/vendor/github.com/gizak/termui/v3/_examples/
H A Dgrid.go73 termWidth, termHeight := ui.TerminalDimensions()
74 grid.SetRect(0, 0, termWidth, termHeight)
/dports/devel/gh/cli-2.4.0/pkg/cmd/repo/credits/
H A Dcredits.go193 termWidth, termHeight, err := utils.TerminalSize(out)
212 startx := termHeight - 1
217 for x := 0; x < termHeight; x++ {
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/base/io/
H A DioWriteBook.c33 #define termHeight 1 macro
243 fprintf( pFile, " %d %d\n", termWidth, termHeight ); in Io_NtkWritePiPoNodes()
251 fprintf( pFile, " %d %d\n", termWidth, termHeight ); in Io_NtkWritePiPoNodes()
649 nextLoc_y = floor(.0 - 2*coreHeight - termHeight); in Io_NtkWritePl()
674 if( Abc_Rint(nextLoc_y) < Abc_Rint(nextLoc_y-delta)+termHeight ) in Io_NtkWritePl()
690 if( Abc_Rint(nextLoc_y) < Abc_Rint(nextLoc_y-delta)+termHeight ) in Io_NtkWritePl()
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/vendor/github.com/moby/buildkit/util/progress/progressui/
H A Ddisplay.go92 const termHeight = 6 const
220 t.byDigest[v.Digest].term = vt100.NewVT100(termHeight, termWidth-termPad)
262 v.term.Resize(termHeight, termWidth-termPad)
431 termLimit := termHeight + 3
522 term.Resize(termHeight, width-termPad)
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/vendor/github.com/moby/buildkit/util/progress/progressui/
H A Ddisplay.go92 const termHeight = 6 const
220 t.byDigest[v.Digest].term = vt100.NewVT100(termHeight, termWidth-termPad)
262 v.term.Resize(termHeight, termWidth-termPad)
431 termLimit := termHeight + 3
522 term.Resize(termHeight, width-termPad)
/dports/net/traefik/traefik-2.6.1/vendor/github.com/moby/buildkit/util/progress/progressui/
H A Ddisplay.go92 const termHeight = 6 const
220 t.byDigest[v.Digest].term = vt100.NewVT100(termHeight, termWidth-termPad)
262 v.term.Resize(termHeight, termWidth-termPad)
431 termLimit := termHeight + 3
522 term.Resize(termHeight, width-termPad)
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/exp/terminal/
H A Dterminal.go70 termWidth, termHeight int member
90 termHeight: 24,
519 t.termWidth, t.termHeight = width, height
/dports/lang/gcc48/gcc-4.8.5/libgo/go/exp/terminal/
H A Dterminal.go70 termWidth, termHeight int member
90 termHeight: 24,
519 t.termWidth, t.termHeight = width, height
/dports/devel/gh/cli-2.4.0/pkg/cmd/repo/garden/
H A Dgarden.go178 termWidth, termHeight, err := utils.TerminalSize(out)
184 termHeight -= 10
188 Height: termHeight,
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/exp/terminal/
H A Dterminal.go70 termWidth, termHeight int member
90 termHeight: 24,
519 t.termWidth, t.termHeight = width, height
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/exp/terminal/
H A Dterminal.go70 termWidth, termHeight int member
90 termHeight: 24,
519 t.termWidth, t.termHeight = width, height
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/exp/terminal/
H A Dterminal.go70 termWidth, termHeight int member
90 termHeight: 24,
519 t.termWidth, t.termHeight = width, height
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/go/exp/terminal/
H A Dterminal.go70 termWidth, termHeight int member
90 termHeight: 24,
519 t.termWidth, t.termHeight = width, height
/dports/net/gscloud/gscloud-0.11.0/vendor/golang.org/x/term/
H A Dterminal.go78 termWidth, termHeight int member
109 termHeight: 24,
839 t.termWidth, t.termHeight = width, height

12345678910