LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
curtsies/__init__.py
curtsies/configfile_keynames.py
curtsies/curtsieskeys.py
curtsies/escseqparse.py
curtsies/events.py
curtsies/fmtfuncs.py
curtsies/formatstring.py
curtsies/formatstringarray.py
curtsies/input.py
curtsies/py.typed
curtsies/termformatconstants.py
curtsies/termhelpers.py
curtsies/window.py
curtsies.egg-info/PKG-INFO
curtsies.egg-info/SOURCES.txt
curtsies.egg-info/dependency_links.txt
curtsies.egg-info/not-zip-safe
curtsies.egg-info/requires.txt
curtsies.egg-info/top_level.txt
examples/chat.py
examples/curses_keys.py
examples/demo_fullscreen_window.py
examples/demo_fullscreen_with_input.py
examples/demo_input_paste.py
examples/demo_input_timeout.py
examples/demo_scrolling.py
examples/demo_window.py
examples/fps.py
examples/gameexample.py
examples/initial_input.py
examples/initial_input_with_cursor.py
examples/quickstart.py
examples/realtime.py
examples/simple.py
examples/snake.py
examples/sumtest.py
examples/testcache.py
examples/tictactoeexample.py
examples/tron.py
examples/tttplaybitboard.py
tests/test_configfile_keynames.py
tests/test_events.py
tests/test_fmtstr.py
tests/test_input.py
tests/test_terminal.py
tests/test_window.py