railsware / upterm

A terminal emulator for the 21st century.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Background Job Support

deckar01 opened this issue · comments

Using & after a command does not cause it to run in the background.

I think this is a symptom of a larger problem: implementing a pseudo-shell instead of just decorating the shell. Autocomplete and command styling breaks as soon as a subshell takes control (and a lot of bugs go away).