glguy / irc-core

Haskell IRC library and console client - Join us on libera.chat #glirc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make split layout more dynamic

Ongy opened this issue · comments

commented

Currently the splits are displayed on top of each other.
For wide (16:9) screens, I think it would be nicer to display them next to each other.
Or even have a way to specify split lines, where a window should be split for the next window to be displayed in, so we can get a layout like:


|-----|----|
|  M  |    |
|  ai |----|
|  n  |    |
|-----|----|

Two column mode is now available via F5 or /toggle-layout