comparison src/ch/ethz/ssh2/Session.java @ 291:9c202256d102 ganymed

start conversion from trilead to ganymed
author Carl Byington <carl@five-ten-sg.com>
date Fri, 18 Jul 2014 20:35:20 -0700
parents 9ae4ed7bb523
children 071eccdff8ea
comparison
equal deleted inserted replaced
290:9ae4ed7bb523 291:9c202256d102
140 * @param term_height_pixels 140 * @param term_height_pixels
141 * terminal height, pixels (e.g., 480) 141 * terminal height, pixels (e.g., 480)
142 * @throws IOException 142 * @throws IOException
143 */ 143 */
144 public void resizePTY(int term_width_characters, int term_height_characters, int term_width_pixels, int term_height_pixels) throws IOException { 144 public void resizePTY(int term_width_characters, int term_height_characters, int term_width_pixels, int term_height_pixels) throws IOException {
145 requestWindowChange(term_width_characters, term_height_characters, term_width_pixels, term_height_pixels) 145 requestWindowChange(term_width_characters, term_height_characters, term_width_pixels, term_height_pixels);
146 } 146 }
147 147
148 public void requestWindowChange(int term_width_characters, int term_height_characters, int term_width_pixels, 148 public void requestWindowChange(int term_width_characters, int term_height_characters, int term_width_pixels,
149 int term_height_pixels) throws IOException 149 int term_height_pixels) throws IOException
150 { 150 {