toss/src
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
..
widgets Add Title widget 2024-01-05 13:52:25 +01:00
buffer.rs Fix crash when drawing Predrawn with width 0 2024-01-14 12:32:21 +01:00
coords.rs Improve coords documentation 2023-02-17 15:04:56 +01:00
frame.rs Add support for setting window title 2024-01-05 13:33:08 +01:00
lib.rs Add own Style type 2023-02-16 21:11:51 +01:00
style.rs Switch usages of ContentStyle to Style 2023-02-16 21:24:52 +01:00
styled.rs Switch usages of ContentStyle to Style 2023-02-16 21:24:52 +01:00
terminal.rs Fix suspend sequence 2024-04-25 20:07:48 +02:00
widget.rs Fix formatting 2024-03-04 00:08:33 +01:00
widgets.rs Add Title widget 2024-01-05 13:52:25 +01:00
widthdb.rs Fix control character width measurement 2024-04-25 19:46:10 +02:00
wrap.rs Export all types at top level 2023-02-16 09:37:31 +01:00