Skip to content

Commit bf4e045

Browse files
authored
Merge pull request #26 from trebor-salim/patch-1
Update PseudoTerminalInfo.cs
2 parents 0e5be7f + 2d1d45a commit bf4e045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Renci.SshNet/Messages/Connection/ChannelRequest/PseudoTerminalInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ protected override void SaveData()
132132
Write(EnvironmentVariable);
133133
Write(Columns);
134134
Write(Rows);
135-
Write(Rows);
135+
Write(PixelWidth);
136136
Write(PixelHeight);
137137

138138
if (TerminalModeValues != null)

0 commit comments

Comments
 (0)