martanne / abduco

abduco provides session management i.e. it allows programs to be run independently from its controlling terminal. That is programs can be detached - run in the background - and then later reattached. Together with dvtm it provides a simpler and cleaner alternative to tmux or screen.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

abduco -c foo bash, then mc

safinaskar opened this issue · comments

Run abduco -c foo bash, then run mc inside this bash.
The exit from mc.
You will see the terminal restored to state in which it was before running abduco.
This is bad.
It should be restored to state before running mc

abduco 0.6

Seems to happen with any ncurses program. Same happened with htop, ranger and mtm when I just tried it.

Can't seem to reproduce right now, but the limitations/hacks regarding the alternate screen buffer are also related to #32.