|  | @@ -186,7 +186,7 @@ namespace Renci.SshNet
 | 
	
		
			
				|  |  |          /// </summary>
 | 
	
		
			
				|  |  |          /// <param name="terminalName">The <c>TERM</c> environment variable.</param>
 | 
	
		
			
				|  |  |          /// <param name="columns">The terminal width in columns.</param>
 | 
	
		
			
				|  |  | -        /// <param name="rows">The terminal width in rows.</param>
 | 
	
		
			
				|  |  | +        /// <param name="rows">The terminal height in rows.</param>
 | 
	
		
			
				|  |  |          /// <param name="width">The terminal width in pixels.</param>
 | 
	
		
			
				|  |  |          /// <param name="height">The terminal height in pixels.</param>
 | 
	
		
			
				|  |  |          /// <param name="bufferSize">The size of the buffer.</param>
 | 
	
	
		
			
				|  | @@ -200,7 +200,7 @@ namespace Renci.SshNet
 | 
	
		
			
				|  |  |          /// You can get a detailed list of these capabilities by using the ‘infocmp’ command.
 | 
	
		
			
				|  |  |          /// </para>
 | 
	
		
			
				|  |  |          /// <para>
 | 
	
		
			
				|  |  | -        /// The column/row dimensions override the pixel dimensions(when nonzero). Pixel dimensions refer
 | 
	
		
			
				|  |  | +        /// The column/row dimensions override the pixel dimensions (when nonzero). Pixel dimensions refer
 | 
	
		
			
				|  |  |          /// to the drawable area of the window.
 | 
	
		
			
				|  |  |          /// </para>
 | 
	
		
			
				|  |  |          /// </remarks>
 | 
	
	
		
			
				|  | @@ -211,7 +211,7 @@ namespace Renci.SshNet
 | 
	
		
			
				|  |  |          /// </summary>
 | 
	
		
			
				|  |  |          /// <param name="terminalName">The <c>TERM</c> environment variable.</param>
 | 
	
		
			
				|  |  |          /// <param name="columns">The terminal width in columns.</param>
 | 
	
		
			
				|  |  | -        /// <param name="rows">The terminal width in rows.</param>
 | 
	
		
			
				|  |  | +        /// <param name="rows">The terminal height in rows.</param>
 | 
	
		
			
				|  |  |          /// <param name="width">The terminal width in pixels.</param>
 | 
	
		
			
				|  |  |          /// <param name="height">The terminal height in pixels.</param>
 | 
	
		
			
				|  |  |          /// <param name="bufferSize">The size of the buffer.</param>
 | 
	
	
		
			
				|  | @@ -226,7 +226,7 @@ namespace Renci.SshNet
 | 
	
		
			
				|  |  |          /// You can get a detailed list of these capabilities by using the ‘infocmp’ command.
 | 
	
		
			
				|  |  |          /// </para>
 | 
	
		
			
				|  |  |          /// <para>
 | 
	
		
			
				|  |  | -        /// The column/row dimensions override the pixel dimensions(when non-zero). Pixel dimensions refer
 | 
	
		
			
				|  |  | +        /// The column/row dimensions override the pixel dimensions (when non-zero). Pixel dimensions refer
 | 
	
		
			
				|  |  |          /// to the drawable area of the window.
 | 
	
		
			
				|  |  |          /// </para>
 | 
	
		
			
				|  |  |          /// </remarks>
 |