mirror of https://github.com/martanne/abduco
Remove useless code
This commit is contained in:
parent
37a2a9d946
commit
5dbe797f0c
1
abduco.c
1
abduco.c
|
|
@ -318,7 +318,6 @@ static bool attach_session(const char *name) {
|
||||||
cur_term.c_cc[VTIME] = 0;
|
cur_term.c_cc[VTIME] = 0;
|
||||||
tcsetattr(0, TCSADRAIN, &cur_term);
|
tcsetattr(0, TCSADRAIN, &cur_term);
|
||||||
|
|
||||||
client_clear_screen();
|
|
||||||
int status = client_mainloop();
|
int status = client_mainloop();
|
||||||
if (status == -1) {
|
if (status == -1) {
|
||||||
info("detached");
|
info("detached");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue