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