@@ -186,7 +186,7 @@ public interface ISshClient : IBaseClient
186
186
/// </summary>
187
187
/// <param name="terminalName">The <c>TERM</c> environment variable.</param>
188
188
/// <param name="columns">The terminal width in columns.</param>
189
- /// <param name="rows">The terminal width in rows.</param>
189
+ /// <param name="rows">The terminal height in rows.</param>
190
190
/// <param name="width">The terminal width in pixels.</param>
191
191
/// <param name="height">The terminal height in pixels.</param>
192
192
/// <param name="bufferSize">The size of the buffer.</param>
@@ -200,7 +200,7 @@ public interface ISshClient : IBaseClient
200
200
/// You can get a detailed list of these capabilities by using the ‘infocmp’ command.
201
201
/// </para>
202
202
/// <para>
203
- /// The column/row dimensions override the pixel dimensions(when nonzero). Pixel dimensions refer
203
+ /// The column/row dimensions override the pixel dimensions (when nonzero). Pixel dimensions refer
204
204
/// to the drawable area of the window.
205
205
/// </para>
206
206
/// </remarks>
@@ -211,7 +211,7 @@ public interface ISshClient : IBaseClient
211
211
/// </summary>
212
212
/// <param name="terminalName">The <c>TERM</c> environment variable.</param>
213
213
/// <param name="columns">The terminal width in columns.</param>
214
- /// <param name="rows">The terminal width in rows.</param>
214
+ /// <param name="rows">The terminal height in rows.</param>
215
215
/// <param name="width">The terminal width in pixels.</param>
216
216
/// <param name="height">The terminal height in pixels.</param>
217
217
/// <param name="bufferSize">The size of the buffer.</param>
@@ -226,7 +226,7 @@ public interface ISshClient : IBaseClient
226
226
/// You can get a detailed list of these capabilities by using the ‘infocmp’ command.
227
227
/// </para>
228
228
/// <para>
229
- /// The column/row dimensions override the pixel dimensions(when non-zero). Pixel dimensions refer
229
+ /// The column/row dimensions override the pixel dimensions (when non-zero). Pixel dimensions refer
230
230
/// to the drawable area of the window.
231
231
/// </para>
232
232
/// </remarks>
0 commit comments