1notcurses-input(1) notcurses-input(1)
2
3
4
6 notcurses-input - Read and display input events
7
9 notcurses-input [-v]
10
12 notcurses-input reads from stdin and decodes the input to stdout, in‐
13 cluding synthesized events and mouse events. To exit, generate EOF
14 (usually Ctrl+'d').
15
16 Each event will be printed on a single line. Leading that line is a
17 series of modifier indicators:
18
19 • 'A'/'a': Alt was or was not pressed.
20
21 • 'C'/'c': Ctrl was or was not pressed.
22
23 • 'S'/'s': Shift was or was not pressed.
24
25 • 'L'/'R'/'P'/'u': Key was a release, repeat, press, or of unknown
26 type.
27
29 -v: Increase verbosity.
30
32 Mouse events are only generated for button presses and releases, and
33 for movement while a button is held down.
34
36 tack(1), notcurses(3), notcurses_input(3)
37
39 nick black <nickblack@linux.com>.
40
41
42
43 v2.4.9 notcurses-input(1)