2020-01-14 21:20:24 +00:00
|
|
|
% notcurses-input(1)
|
|
|
|
% nick black <nickblack@linux.com>
|
2020-11-09 18:45:59 +00:00
|
|
|
% v2.0.3
|
2020-01-14 21:20:24 +00:00
|
|
|
|
|
|
|
# NAME
|
|
|
|
|
|
|
|
notcurses-input - Read and display input events
|
|
|
|
|
|
|
|
# SYNOPSIS
|
|
|
|
|
|
|
|
**notcurses-input**
|
|
|
|
|
|
|
|
# DESCRIPTION
|
|
|
|
|
|
|
|
**notcurses-input** reads from stdin and decodes the input to stdout, including
|
|
|
|
synthesized events and mouse events. To exit, generate EOF (usually Ctrl+'d').
|
|
|
|
|
|
|
|
# OPTIONS
|
|
|
|
|
|
|
|
# NOTES
|
|
|
|
|
2020-02-12 03:44:45 +00:00
|
|
|
Mouse events are only generated for button presses, and for movement while a
|
|
|
|
button is held down.
|
|
|
|
|
2020-01-14 21:20:24 +00:00
|
|
|
# SEE ALSO
|
2020-02-12 01:46:39 +00:00
|
|
|
|
|
|
|
**notcurses(3)**,
|
|
|
|
**notcurses_input(3)**
|