Skip to content

Instantly share code, notes, and snippets.

View nunofgs's full-sized avatar

Nuno Sousa nunofgs

  • Customer.io
  • Braga, Portugal
  • X @nunofgs
View GitHub Profile
@christianparpart
christianparpart / terminal-synchronized-output.md
Last active May 7, 2025 07:11
Terminal Spec: Synchronized Output

Synchronized Output

Synchronized output is merely implementing the feature as inspired by iTerm2 synchronized output, except that it's not using the rare DCS but rather the well known SM ? and RM ?. iTerm2 has now also adopted to use the new syntax instead of using DCS.

Semantics

When rendering the screen of the terminal, the Emulator usually iterates through each visible grid cell and renders its current state. With applications updating the screen a at higher frequency this can cause tearing.

This mode attempts to mitigate that.