def set_size(self, w, h, pw, ph):
s = struct.pack('HHHH', h, w, ph, pw)
log_debug("SIZE TO BE SENT", struct.unpack('HHHH', s))
self.input_queue.put((1, (termios.TIOCSWINSZ, s)))
# self.input_queue.put((2, signal.SIGWINCH))
评论列表
文章目录