6 lines
115 B
Go
6 lines
115 B
Go
package readline
|
|
|
|
func handleCharCtrlZ(fd int, state *State) (string, error) {
|
|
// not supported
|
|
return "", nil
|
|
}
|