Jouni
Jouni
I've made [pull request](https://github.com/JeffBelgum/statistical/pull/15) on this.
FULLSCREEN-BUG: Wezterm resizing to unmaximized-size after tabbing out and back in during fullscreen
> Can trigger this with `echo foo | wl-copy`, the state stays in maximized. For me as well. `wl-copy` and `wl-paste` also make wezterm exit fullscreen mode
FULLSCREEN-BUG: Wezterm resizing to unmaximized-size after tabbing out and back in during fullscreen
Another observation: in this view gnome UI elements around the window are placed as if it wasn't fullscreen 
> Hi, this is not something that can be fixed by this parser, as the syntax highlighting that is breaking is the yaml highlighting. > > The given example is...
The following code seems to fix the issue ```lua local colors = require("vscode.colors").get_colors() require("vscode").setup({ group_overrides = { FlashBackdrop = { fg = colors.vscGray }, FlashLabel = { bg = "#fd0178"...
After some chatting with claude I made the following draft PR. It fixes the crash but the UI is still a bit off * #82