You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move JobControl into starry-process and change set_terminal_with to set_terminal (which accept a variable instead of a function, and most importantly setup JobControl automatically)
Extract reusable logics into another crate, for example, named starry-terminal? Code that depends on arces internal modules or starry-core may be difficult to extract.
Related files:
Goals:
JobControlintostarry-processand changeset_terminal_withtoset_terminal(which accept a variable instead of a function, and most importantly setupJobControlautomatically)starry-terminal? Code that depends on arces internal modules or starry-core may be difficult to extract.