notcurses/doc/man/man1/notcurses-input.1.md

29 lines
503 B
Markdown
Raw Normal View History

2020-01-14 21:20:24 +00:00
% notcurses-input(1)
% nick black <nickblack@linux.com>
2020-09-29 17:12:17 +00:00
% v1.7.5
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
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)**