mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-18 00:03:39 -05:00
This contains one test case of each tcell.Key* event type that can be sent to and subsequently processed in fzf's GetChar(). The test cases describe status quo, and all of them PASS. Small function util.ToTty() was added. It is similar to util.IsTty(), but for stdout (hence the To preposition).