forked from lug/matterbridge
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			186 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			186 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| // +build darwin freebsd openbsd netbsd dragonfly
 | |
| // +build !appengine
 | |
| 
 | |
| package logrus
 | |
| 
 | |
| import "golang.org/x/sys/unix"
 | |
| 
 | |
| const ioctlReadTermios = unix.TIOCGETA
 | |
| 
 | |
| type Termios unix.Termios
 | 
