Moved server and client logic into sub-packages docker/server and docker/client, respectively. The UI is not affected.
This commit is contained in:
8
termios_linux.go
Normal file
8
termios_linux.go
Normal file
@ -0,0 +1,8 @@
|
||||
package client
|
||||
|
||||
import "syscall"
|
||||
|
||||
const (
|
||||
getTermios = syscall.TCGETS
|
||||
setTermios = syscall.TCSETS
|
||||
)
|
||||
Reference in New Issue
Block a user