Adam Jędrzejkowski

Results 9 comments of Adam Jędrzejkowski

I did not resize my terminal at all and I'm using Kitty 0.29.2. When I copy the example lines I included in the issue the character copied is '�' (0xFFFD)....

This works for any [ASCII Control code](https://en.wikipedia.org/wiki/ASCII#Control_code_chart) except Horizontal Tab (0x09) and Line Feed (0x0A). These two are displayed as "a few spaces" and "a new line" and their width...

I have done a bit more testing and here are the results: | W order | Persistent | Default | Monitor_L | Monitor_R | Is correct | |-----------|------------|---------|-----------|------------|------------| | L1L2...

I have remade the test at 897ee276dc0a8a6b11a8102b225a9e969faac0bf (3 commits after yours, neither related to workspaces), and the results are the same.

Tested again 74d0f34 (parent of 16aeb24) works correctly, while both 16aeb24 and f1ef724 (current HEAD) are wrong. I used this config: ``` $MONITOR_L = HDMI-A-1 $MONITOR_R = DP-3 monitor =...

It is still present on f1f1161c179374f7f703f7a17b1680205904cc90

I just checked `v0.51.0` and it looks like all workspaces are on the correct monitors, but when both `persistent:true` and `default:true` are specified, some workspaces are duplicated. Using this config:...

With IDs instead of names there is no duplication ``` $MONITOR_L = HDMI-A-1 $MONITOR_R = DP-3 monitor = $MONITOR_L, 1280x1024@75, 0x0, 1 monitor = $MONITOR_R, 1920x1080@60, 1280x0, 1 workspace =...

I have opened a new discussion about the duplicated workspaces: #12084. The problem from this issue is resolved, so I think it can be closed.