prompt-toolkit / python-prompt-toolkit

Library for building powerful interactive command line applications in Python
https://python-prompt-toolkit.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
9.28k stars 715 forks source link

add: example of coordination among different input text areas #1676

Closed toolleeo closed 1 year ago

toolleeo commented 1 year ago

I adapted the code of a terminal application I am working on to isolate a compact example that puts together input text areas with dedicated FuzzyWordCompleters. The controls are coordinated to allow a natural movement across the controls.

toolleeo commented 1 year ago

I missed a failing test due to flake8