mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
e5f85dc0c1
A set of methods for processing keyboard input in character, line and multiline modes. It maintains history of entered input with an ability to recall and re-edit those inputs. It lets you register to listen for keystroke events and trigger custom key events yourself. OK jeremy@
21 lines
916 B
Plaintext
21 lines
916 B
Plaintext
${GEM_LIB}/cache/${DISTNAME}.gem
|
|
${GEM_LIB}/gems/${DISTNAME}/
|
|
${GEM_LIB}/gems/${DISTNAME}/CHANGELOG.md
|
|
${GEM_LIB}/gems/${DISTNAME}/LICENSE.txt
|
|
${GEM_LIB}/gems/${DISTNAME}/README.md
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/tty/
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/tty-reader.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/tty/reader/
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/tty/reader.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/tty/reader/console.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/tty/reader/history.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/tty/reader/key_event.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/tty/reader/keys.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/tty/reader/line.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/tty/reader/mode.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/tty/reader/version.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/tty/reader/win_api.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/tty/reader/win_console.rb
|
|
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|