summaryrefslogtreecommitdiff
path: root/term/set_window.c
diff options
context:
space:
mode:
Diffstat (limited to 'term/set_window.c')
-rw-r--r--term/set_window.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/term/set_window.c b/term/set_window.c
deleted file mode 100644
index 955023c..0000000
--- a/term/set_window.c
+++ /dev/null
@@ -1,11 +0,0 @@
-#include <term.h>
-
-#define set_window tigetstr("wind")
-
-/** current window is lines #1-#2, columns #3-#4 **/
-
-/*
-TERMINFO_NAME(wind)
-TERMCAP_NAME(wi)
-XOPEN(400)
-*/