Searched refs:term_height_pixels (Results 1 – 2 of 2) sorted by relevance
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/ |
D | Session.java | 96 int term_height_pixels, byte[] terminal_modes) throws IOException in requestPTY() argument 125 …PTY(cn, term, term_width_characters, term_height_characters, term_width_pixels, term_height_pixels, in requestPTY()
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/ |
D | ChannelManager.java | 611 int term_width_pixels, int term_height_pixels, byte[] terminal_modes) throws IOException in requestPTY() argument 621 term_width_pixels, term_height_pixels, terminal_modes); in requestPTY()
|