Skip to content

question: warn about stopped jobs when attempting to exit the shell? #65

Description

@aidancz

bash:

> sleep 5 # type ctrl+z here
[1]+  Stopped                    sleep 5

> exit
exit
There are stopped jobs.

schemesh:

> sleep 5 # type ctrl+z here
^Z; job  1+ pid  65414 (stopped sigtstp)        {sleep 5}
(stopped sigtstp)

> exit # schemesh exits directly here

Metadata

Metadata

Assignees

Labels

limitationSome feature is incomplete, or not as general as expected

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions