Skip to content

Commit 2d1d45a

Browse files
author
trebor-salim
authored
Update PseudoTerminalInfo.cs
1 parent 905023e commit 2d1d45a

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)