commit 5ef5a7a33165a38d4750015245e68c0f3617b206 parent 8866d75de789db1e74441a243761b4993ff6c9e0 Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Thu, 8 May 2014 20:03:28 +0000 README: add info about tmux bar Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> Diffstat:
M | README | | | 14 | ++++++++++++++ |
1 file changed, 14 insertions(+), 0 deletions(-)
diff --git a/README b/README @@ -1,3 +1,17 @@ Edit config according to your needs. Modify the highlight script as well and set your nickname there so it gets highlighted properly. Then start ./hysteria. + + +KNOWN ISSUES AND WORKAROUNDS +---------------------------- + + +Tmux input bar resize +--------------------- +On window resize the input bar will resize propopertionally and will +become larger than 2 lines. As a workaround add a keybind to tmux: + +bind p resize-pane -y 2 + +then press ctrl-b p to reset the pane.