aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-09-25unmark the pid from the container when restoring the windowHEADmainAnna (navi) Figueiredo Gomes
temorary cleanup until we can use con_id instead of pid marks Signed-off-by: Anna (navi) Figueiredo Gomes <navi@vlhl.dev>
2023-09-25off by one :notlikethis:Anna (navi) Figueiredo Gomes
Signed-off-by: Anna (navi) Figueiredo Gomes <navi@vlhl.dev>
2023-09-25remove unnecessary printsAnna (navi) Figueiredo Gomes
Signed-off-by: Anna (navi) Figueiredo Gomes <navi@vlhl.dev>
2023-09-25remove uneeded printsAnna (navi) Figueiredo Gomes
Signed-off-by: Anna (navi) Figueiredo Gomes <navi@vlhl.dev>
2023-09-25add support for multiple terminals at onceAnna (navi) Figueiredo Gomes
Signed-off-by: Anna (navi) Figueiredo Gomes <navi@vlhl.dev>
2023-09-25handle errors propperly so it doesn't randomly crash (i'm actually learning ↵Anna (navi) Figueiredo Gomes
rust wtf) Signed-off-by: Anna (navi) Figueiredo Gomes <navi@vlhl.dev>
2023-09-24fix new terminals being hiddenAnna (navi) Figueiredo Gomes
the get_pid function was considering newly spawned terminals as the parents of themselves. adds a check for the recursion. Signed-off-by: Anna (navi) Figueiredo Gomes <navi@vlhl.dev>
2023-09-24initialAnna (navi) Figueiredo Gomes
Signed-off-by: Anna (navi) Figueiredo Gomes <navi@vlhl.dev>