Skip to content

Commit

Permalink
Merge pull request #3967 from Tyriar/3962
Browse files Browse the repository at this point in the history
Include version of Windows to disable windowsMode from
  • Loading branch information
Tyriar authored Jul 30, 2022
2 parents 0befb9c + 8afa714 commit db79efd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions typings/xterm.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,10 @@ declare module 'xterm' {
* - Reflow is disabled.
* - Lines are assumed to be wrapped if the last character of the line is
* not whitespace.
*
* When using conpty on Windows 11 version >= 21376, it is recommended to
* disable this because native text wrapping sequences are output correctly
* thanks to https://github.com/microsoft/terminal/issues/405
*/
windowsMode?: boolean;

Expand Down

0 comments on commit db79efd

Please sign in to comment.