mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-04 10:57:50 +08:00
fix a weird formatting issue
This commit is contained in:
parent
1a490de6fd
commit
e70c214c6a
|
@ -4,11 +4,9 @@ package sys
|
|||
#include <termios.h>
|
||||
*/
|
||||
import "C"
|
||||
import
|
||||
import "syscall"
|
||||
|
||||
// Termios represents terminal attributes.
|
||||
"syscall"
|
||||
|
||||
type Termios C.struct_termios
|
||||
|
||||
// NewTermiosFromFd extracts the terminal attribute of the given file
|
||||
|
|
Loading…
Reference in New Issue
Block a user