Skip to content

Screen content does not update in tmux #5104

@kasper93

Description

@kasper93

Environment

Windows 10.0.18363.0
tmux over ssh in cygwin

Steps to reproduce

  1. Attach to tmux session
  2. Fill the screen for example with echo test multiple times
  3. Keep printing test, you should alternate with some different text to see if console is scrolled properly.

Expected behavior

Whole screen buffer is redrawn

Actual behavior

Only first line in terminal is redrawn, the rest of the screen space is static and doesn't update while it should. If the output is one line (i.e without new line). If I do echo 'test\n' whole screen is properly redrawn.

Bisect result

This is regression from this commit ca33d89 before that everything was working fine.

// CC @miniksa

Metadata

Metadata

Assignees

Labels

Area-RenderingText rendering, emoji, complex glyph & font-fallback issuesIssue-BugIt either shouldn't be doing this or needs an investigation.Priority-1A description (P1)Product-ConptyFor console issues specifically related to conptyResolution-Fix-CommittedFix is checked in, but it might be 3-4 weeks until a release.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions