summaryrefslogtreecommitdiff
path: root/term/fixed_pause.c
diff options
context:
space:
mode:
Diffstat (limited to 'term/fixed_pause.c')
-rw-r--r--term/fixed_pause.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/term/fixed_pause.c b/term/fixed_pause.c
deleted file mode 100644
index f5549f8..0000000
--- a/term/fixed_pause.c
+++ /dev/null
@@ -1,11 +0,0 @@
-#include <term.h>
-
-#define fixed_pause tigetstr("pause")
-
-/** pause for 2-3 seconds **/
-
-/*
-TERMINFO_NAME(pause)
-TERMCAP_NAME(PA)
-XOPEN(400)
-*/