GoLang newt_wait_for_key

request it (306)
GoLang replacement for PHP's newt_wait_for_key [edit | history]



Do you know a GoLang replacement for PHP's newt_wait_for_key? Write it!

PHP newt_wait_for_key

PHP original manual for newt_wait_for_key [ show | php.net ]

newt_wait_for_key

(PECL newt >= 0.1)

newt_wait_for_keyDoesn't return until a key has been pressed

Description

void newt_wait_for_key ( void )

This function doesn't return until a key has been pressed. The keystroke is then ignored. If a key is already in the terminal's buffer, this function discards a keystroke and returns immediately.

Return Values

No value is returned.

See Also

  • newt_clear_key_buffer() - Discards the contents of the terminal's input buffer without waiting for additional input