Specifies the end-of-line character sequences supported by the Terminal control.
| Member Name | Description |
|---|---|
| CRLF | A carriage return positions the cursor to the first column, and a linefeed advances the cursor to the next row, scrolling the display if necessary. This is the default value. |
| CR | A carriage return positions the cursor to the first column and advances to the next row, scrolling the display if necessary. |
| LF | A linefeed positions the cursor to the first column and advances to the next row, scrolling the display if necessary. |
Namespace: SocketTools
Assembly: SocketTools.Terminal (in SocketTools.Terminal.dll)