Documentation ¶ Index ¶ func Get() (string, error) func Raw() (func(), error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Get ¶ func Get() (string, error) func Raw ¶ func Raw() (func(), error) Raw switches the terminal to the raw mode. To restore it the cooked mode, the function given with the first return value has to be called. It is the wrapper of `term.MakeRow(int(os.Stdin.Fd()))` and `term.Restore(int(os.Stdin.Fd()),...)`. Types ¶ This section is empty. Source Files ¶ View all Source files main.go Click to show internal directories. Click to hide internal directories.