Mercurial > 510Connectbot
comparison src/ch/ethz/ssh2/packets/PacketSessionPtyRequest.java @ 308:42b15aaa7ac7 ganymed
merge
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Wed, 30 Jul 2014 14:21:50 -0700 |
parents | 071eccdff8ea |
children |
comparison
equal
deleted
inserted
replaced
306:90e47d99ea54 | 308:42b15aaa7ac7 |
---|---|
23 tw.writeUINT32(character_width); | 23 tw.writeUINT32(character_width); |
24 tw.writeUINT32(character_height); | 24 tw.writeUINT32(character_height); |
25 tw.writeUINT32(pixel_width); | 25 tw.writeUINT32(pixel_width); |
26 tw.writeUINT32(pixel_height); | 26 tw.writeUINT32(pixel_height); |
27 tw.writeString(terminal_modes, 0, terminal_modes.length); | 27 tw.writeString(terminal_modes, 0, terminal_modes.length); |
28 | |
29 payload = tw.getBytes(); | 28 payload = tw.getBytes(); |
30 } | 29 } |
31 | 30 |
32 public byte[] getPayload() { | 31 public byte[] getPayload() { |
33 return payload; | 32 return payload; |