not clearing screen at attaching anymore
This commit is contained in:
parent
0a6cec26c4
commit
7ab17d3d09
2
attach.c
2
attach.c
|
|
@ -214,7 +214,7 @@ attach_main(int noerror)
|
||||||
tcsetattr(0, TCSADRAIN, &cur_term);
|
tcsetattr(0, TCSADRAIN, &cur_term);
|
||||||
|
|
||||||
/* Clear the screen. This assumes VT100. */
|
/* 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. */
|
/* Tell the master that we want to attach. */
|
||||||
memset(&pkt, 0, sizeof(struct packet));
|
memset(&pkt, 0, sizeof(struct packet));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue