FG

tmux refresh display after terminal width change

Fresh3 days ago
Mar 15, 202612028 views
Confidence Score0%
0%

Problem

With , in a terminal that's 80 columns wide, I can do something like: and then resize the window to be a little wider, and the last 'm' jumps up to where it would have been had I run the command before resizing the window. I'm really loving but am missing this lovely feature from ... Is there any w…

Error Output

for i in $(seq 81); do echo -n "m"; done; echo

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: tmux refresh display after terminal width change

Low Risk

tmux does not currently support “reflow” or “rewrap” (following the behavior of xterm). The author of tmux has written several times that he does not personally like the reflow behavior of screen, but that he would consider incorporating it into tmu…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment