Add synchronizedOutputMode to xterm-headless.d.ts

This commit is contained in:
Daniel Imms
2025-12-20 06:05:36 -08:00
parent 832aa54478
commit 32553fff06
+7
View File
@@ -1370,6 +1370,13 @@ declare module '@xterm/headless' {
* Send FocusIn/FocusOut events: `CSI ? 1 0 0 4 h`
*/
readonly sendFocusMode: boolean;
/**
* Synchronized Output Mode: `CSI ? 2 0 2 6 h`
*
* When enabled, output is buffered and only rendered when the mode is
* disabled, allowing for atomic screen updates without tearing.
*/
readonly synchronizedOutputMode: boolean;
/**
* Auto-Wrap Mode (DECAWM): `CSI ? 7 h`
*/