Input.CBreak (gb.ncurses)

Const CBreak As Integer = 1

Enter cbreak mode.
In cbreak mode normal tty line buffering is turned off and characters are available to be read one by one.

However, unlike raw mode, special characters (interrupt, quit, suspend, and flow control) retain their effects
on the tty driver and calling program.
Setting the modes to raw then cbreak leaves the terminal in cbreak mode.