Copyright © tutorialspoint.com
| Tag | Description |
|---|---|
| -c, --wait SECONDS | |
|
Wait only for
SECONDS seconds.
The default is 0, which means to wait without a time limit.
| |
| -i, --ignore-control-chars | |
|
Dont treat Ctrl+C and Ctrl+D specially.
When this option is not specified, these characters interrupt getkey.
| |
| -m, --message MESSAGE | |
|
Display
MESSAGE while waiting.
The message is used as a format string in
sprintf(3),
with a single argument, the number of seconds left.
Typical usage is therefore
"Press a key within %d seconds to ...".
If
MESSAGE contains other format string directives, the behavior is undefined and
getkey may crash.
If there is no time limit specified, the number of seconds left is reported as 0. | |
Copyright © tutorialspoint.com