-
-
Notifications
You must be signed in to change notification settings - Fork 97
Open
Labels
Description
Defect
The issue is most likely caused by upgrade of tcell library included in the recent release.
github.com/gdamore/tcell/v2 v2.10.0
Version with a fix is apparently https://github.com/gdamore/tcell/releases/tag/v2.13.1
This fixes a bug decoding certain control keys ([, ], )
Make sure that these boxes are checked before submitting your issue -- thank you!
- N/A Included the relevant configuration snippet
- N/A Included the relevant process-compose log (log location:
process-compose info) - N/A Included a [Minimal, Complete, and Verifiable example] (https://stackoverflow.com/help/mcve)
Version of process-compose:
1.85.0
OS environment:
macos 26.1
Steps or code to reproduce the issue:
Try to use Ctrl-] shortcut for Toggle Full Screen action.
Expected result:
Ctrl-] toggles full screen mode.
Actual result:
The shortcut does not work - nothing happens when it's triggered.