summaryrefslogtreecommitdiff
path: root/attach.c
diff options
context:
space:
mode:
Diffstat (limited to 'attach.c')
-rw-r--r--attach.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/attach.c b/attach.c
index 6a7713b..ece56db 100644
--- a/attach.c
+++ b/attach.c
@@ -34,9 +34,6 @@ static struct termios cur_term;
/* 1 if the window size changed */
static int win_changed;
-/* This hopefully moves to the bottom of the screen */
-#define EOS "\033[999H"
-
/* Restores the original terminal settings. */
static void
restore_term(void)