-
So it looks like if I use The same application when ran natively from Windows works fine, but the resizability breaks in WSL. Is this an expected behavior or bug? (I have a repro if needed) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
This seems to happen with CursesDriver, which is the default driver on linux. It does not happen in net driver (at least with v2 driver). I am hoping that after the architecture pr is merged, the net driver will be good enough that we dont need curses anymore and this will go away. It will also mean we don't have to worry about the os dependencies dlls that can come up sometimes around curses. |
Beta Was this translation helpful? Give feedback.
This seems to happen with CursesDriver, which is the default driver on linux. It does not happen in net driver (at least with v2 driver).
I am hoping that after the architecture pr is merged, the net driver will be good enough that we dont need curses anymore and this will go away. It will also mean we don't have to worry about the os dependencies dlls that can come up sometimes around curses.