diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-02-09 09:31:24 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-02-09 09:31:24 +0100 |
| commit | 3ab649953a8782b3bb82019f021739b898239c6f (patch) | |
| tree | 3e0776b70f232005dba19c904992112d9bda44a9 /lib/tctl/tctl.h | |
| parent | f298e9e8d66582293fab2a2845ed2808924c1cd4 (diff) | |
make mdv center
Diffstat (limited to 'lib/tctl/tctl.h')
| -rw-r--r-- | lib/tctl/tctl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/tctl/tctl.h b/lib/tctl/tctl.h index d16c9eb..a650626 100644 --- a/lib/tctl/tctl.h +++ b/lib/tctl/tctl.h @@ -19,6 +19,8 @@ typedef struct { window_size_t tctl_get_window_size(); void tctl_set_window_size(window_size_t size); +window_size_t tctl_get_fd_window_size(int fd); +void tctl_set_fd_window_size(int fd, window_size_t size); int isatty(); int tcgetattr(int fd, termios_t *termios); void tcsetattr(int fd, termios_t *termios); |