Skip to content

Instantly share code, notes, and snippets.

View ofseed's full-sized avatar

Yi Ming ofseed

  • 02:36 (UTC +08:00)
View GitHub Profile
@christianparpart
christianparpart / terminal-synchronized-output.md
Last active May 27, 2025 08:19
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.

@phil-blain
phil-blain / .gitattributes
Last active April 28, 2025 04:10
Git pickaxe : show only relevant hunks (filter displayed hunks using the given search string)
*.md diff=markdown