Tmux doesn't refresh properly #6214

Open
opened 2026-01-31 00:32:36 +00:00 by claunia · 0 comments
Owner

Originally created by @eduardoarandah on GitHub (Jan 30, 2020).

Tmux doesn't refresh properly on yarn

Environment

Microsoft Windows [Versión 10.0.19041.21]
Windows terminal: 0.8.10261.0
tmux 2.6
yarn 1.21.1

.tmux.conf

set -g default-terminal "tmux-256color"

Steps to reproduce

1.- Split screen with tmux and run some webpack watcher process on the right.
(I've tried to run "top" on the right, but it works fine!)

tmux
Ctrl-%
yarn start

2.- Then resize, open another windows-terminal-tab or resize tmux splits

This is the package I'm running: https://github.com/roots/sage

Installation:

yarn
yarn start

Expected behavior

If same command is run in the old terminal, it works fine:

Screenshot_2

Actual behavior

The terminal doesn't refresh, creating this mess:

Screenshot_1

Originally created by @eduardoarandah on GitHub (Jan 30, 2020). Tmux doesn't refresh properly on yarn # Environment Microsoft Windows [Versión 10.0.19041.21] Windows terminal: 0.8.10261.0 tmux 2.6 yarn 1.21.1 .tmux.conf ``` set -g default-terminal "tmux-256color" ``` # Steps to reproduce 1.- Split screen with tmux and run some webpack watcher process on the right. (I've tried to run "top" on the right, but it works fine!) ``` tmux Ctrl-% yarn start ``` 2.- Then resize, open another windows-terminal-tab or resize tmux splits This is the package I'm running: https://github.com/roots/sage Installation: ``` yarn yarn start ``` # Expected behavior If same command is run in the old terminal, it works fine: ![Screenshot_2](https://user-images.githubusercontent.com/4065733/73470975-4efdfe00-434e-11ea-81c7-e127edd9adc5.png) # Actual behavior The terminal doesn't refresh, creating this mess: ![Screenshot_1](https://user-images.githubusercontent.com/4065733/73470919-3857a700-434e-11ea-979c-19061504a6b9.png)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#6214