Commit 6b86ee0
committed
fix: swap rows/cols in AdapterV1.ResizeSession to match PluginClient
AdapterV1 has (cols, rows) parameter order but PluginClient expects
(rows, cols). Passing them straight through caused the remote terminal
to receive swapped dimensions (e.g. 236 rows × 36 cols instead of
36 rows × 236 cols), corrupting terminal output.1 parent 54ae0ce commit 6b86ee0
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
0 commit comments