Rust terminal drawing library
Find a file
Joscha ef6d75c23a Fix suspend sequence
In my kitty-based setup, I observed the following bug:

1. Run cove[1], a toss-based application, in a kitty tab
2. Exit cove
3. Start lazygit[2]
4. Stage some files and enter a commit message
5. Try to press enter and observe garbage appearing in the text box

The bug occurred reliably after running cove, but never occurred if cove
was not run in that tab.

This commit fixes the bug by making the suspend sequence undo the
unsuspend sequence's steps in reverse order.
2024-04-25 20:07:48 +02:00
.vscode Add vscode settings 2023-02-16 09:37:59 +01:00
examples Use new with_* naming scheme 2023-02-20 15:53:49 +01:00
src Fix suspend sequence 2024-04-25 20:07:48 +02:00
.gitignore Create project 2022-05-21 00:15:53 +02:00
Cargo.toml Bump version to 0.2.2 2024-01-14 12:38:33 +01:00
CHANGELOG.md Fix suspend sequence 2024-04-25 20:07:48 +02:00