mirror of
https://github.com/ilyakooo0/vty.git
synced 2024-11-29 08:49:40 +03:00
3 lines
109 B
C
3 lines
109 B
C
unsigned long vty_c_get_window_size(int fd);
|
|
unsigned long vty_c_set_window_size(int fd, unsigned long val);
|