not clearing screen at attaching anymore

This commit is contained in:
Michael Krayer 2021-03-26 14:42:19 +01:00
parent 0a6cec26c4
commit 7ab17d3d09
1 changed files with 1 additions and 1 deletions

View File

@ -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));