mirror of
				https://github.com/containers/podman.git
				synced 2025-11-01 02:42:11 +08:00 
			
		
		
		
	Initial checkin from CRI-O repo
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
This commit is contained in:
		
							
								
								
									
										12
									
								
								vendor/github.com/buger/goterm/terminal_nosysioctl.go
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								vendor/github.com/buger/goterm/terminal_nosysioctl.go
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							| @ -0,0 +1,12 @@ | ||||
| // +build windows plan9 solaris | ||||
|  | ||||
| package goterm | ||||
|  | ||||
| func getWinsize() (*winsize, error) { | ||||
| 	ws := new(winsize) | ||||
|  | ||||
| 	ws.Col = 80 | ||||
| 	ws.Row = 24 | ||||
|  | ||||
| 	return ws, nil | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 Matthew Heon
					Matthew Heon