diff options
Diffstat (limited to 'term/create_window.c')
-rw-r--r-- | term/create_window.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/term/create_window.c b/term/create_window.c new file mode 100644 index 0000000..b02653f --- /dev/null +++ b/term/create_window.c @@ -0,0 +1,11 @@ +#include <term.h> + +#define create_window tigetstr("cwin") + +/** define window #1 to go from #2,#3 to #4,#5 **/ + +/* +TERMINFO_NAME(cwin) +TERMCAP_NAME(CW) +XOPEN(400) +*/ |