Skip to content

Commit

Permalink
Merge pull request #4963 from unional/patch-1
Browse files Browse the repository at this point in the history
Update xterm.d.ts
  • Loading branch information
jerch committed Apr 21, 2024
2 parents 770c173 + 75491f4 commit cbb3472
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions typings/xterm.d.ts
Expand Up @@ -47,11 +47,13 @@ declare module '@xterm/xterm' {

/**
* When enabled the cursor will be set to the beginning of the next line
* with every new line. This is equivalent to sending '\r\n' for each '\n'.
* Normally the termios settings of the underlying PTY deals with the
* translation of '\n' to '\r\n' and this setting should not be used. If you
* with every new line. This is equivalent to sending `\r\n` for each `\n`.
* Normally the settings of the underlying PTY (`termios`) deal with the
* translation of `\n` to `\r\n` and this setting should not be used. If you
* deal with data from a non-PTY related source, this settings might be
* useful.
*
* @see https://pubs.opengroup.org/onlinepubs/007904975/basedefs/termios.h.html
*/
convertEol?: boolean;

Expand Down

0 comments on commit cbb3472

Please sign in to comment.