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

"^[[1;3C" at the end of the session names

opened this issue · comments

I noticed that abduco was appending this string at the end of the file names, in ~/.abduco/.

$ abduco -c test
abduco: test: detached

$ ls ~/.abduco
'test@'$'\033''[1;3C'

This is not of a high importance, as everything works all the same.

Oh, ^[[1;3C is my actual host name... How did this happen?

Ok sorry for this dumb issue.