resetting manifest requested domain to floor
[platform/upstream/expect.git] / exp_win.h
1 /* exp_win.h - window support
2
3 Written by: Don Libes, NIST, 10/25/93
4
5 This file is in the public domain.  However, the author and NIST
6 would appreciate credit if you use this file or parts of it.
7 */
8
9 #include <tcl.h> /* For _ANSI_ARGS_ */
10
11 void exp_window_size_set();
12 void exp_window_size_get();
13
14 void  exp_win_rows_set    _ANSI_ARGS_ ((char* rows));
15 char* exp_win_rows_get    _ANSI_ARGS_ ((void));
16 void  exp_win_columns_set _ANSI_ARGS_ ((char* columns));
17 char* exp_win_columns_get _ANSI_ARGS_ ((void));
18
19 void  exp_win2_rows_set    _ANSI_ARGS_ ((int fd, char* rows));
20 char* exp_win2_rows_get    _ANSI_ARGS_ ((int fd));
21 void  exp_win2_columns_set _ANSI_ARGS_ ((int fd, char* columns));
22 char* exp_win2_columns_get _ANSI_ARGS_ ((int fd));