jerdna-regeiz / splitmind

Split information output of pwndbg output
MIT License
173 stars 25 forks source link

Remove deprecated -p option to resize the window #13

Open danielepintore opened 7 months ago

danielepintore commented 7 months ago

With the latest version of tmux there was a problem with the -p option causing tmux to return -1 and therefore blocking the splitting. From the tmux documentation:

The -l option specifies the size of the new pane in lines (for vertical split) or in columns (for horizontal split); size may be followed by ‘%’ to specify a percentage of the available space.

We can use the -l option to do both percentage and line resizing