-

Results 19 comments of -

bump, experienced the same issue

I have experience the same issue the split screen function can only work in horizontal split, not vertical split. ![image](https://user-images.githubusercontent.com/13985803/126891503-fc08dbfc-a6a0-47b7-865f-d47e15b295aa.png)

I think this issue can be closed because I am now working with win terminal flawlessly. :) ![image](https://user-images.githubusercontent.com/13985803/130134351-15af5d16-c677-4afa-bb0b-f5f8171304aa.png) big thanks to msft terminal dev team.

This issue is related to missing a redraw method call upon tmux history / size change.. I notice that now the redraw method is called to fix this, so if...

i go to school by bus

Yes true, it has data loss. it fixed my issue too.

Hi, I code a little bit for this issue which can automate this, you may check out my fork. https://github.com/j0eii/DNSGrep/tree/master/scripts

sometimes it works sometimes it dont. i have two projects using the same code and the result differs, one works and other one dont.

~~currently i am using the following hot fix code for this hmr issue~~ ``` if (process.env.npm_lifecycle_event == 'hot') { mix.options({ hmrOptions: { host: 'localhost', port: '8080', }, resourceRoot: 'http://localhost:8080', });...