diff --git a/attach.c b/attach.c index 41a696c..672635d 100644 --- a/attach.c +++ b/attach.c @@ -214,7 +214,7 @@ attach_main(int noerror) tcsetattr(0, TCSADRAIN, &cur_term); /* Clear the screen. This assumes VT100. */ - write(1, "\33[H\33[J", 6); + //write(1, "\33[H\33[J", 6); /* Tell the master that we want to attach. */ memset(&pkt, 0, sizeof(struct packet));