Opened 16 years ago
Closed 15 years ago
#113 closed defect (fixed)
^Z should be bindable to commands.
Reported by: | nelhage@mit.edu | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | internals | Keywords: | |
Cc: |
Description
Change History (2)
comment:1 Changed 16 years ago by nelhage@mit.edu
comment:2 Changed 15 years ago by nelhage@mit.edu
- Resolution set to fixed
- Status changed from new to closed
Fixed.
Note: See
TracTickets for help on using
tickets.
Right now, Z (aka SIGTSTP) is always caught and turned into an error telling you to use ':suspend' to suspend. We should instead catch SIGTSTP and turn it into a fake keystroke like we do for SIGINT, or possibly just disable VSUSP and bind Z to "error blah-blah-blah", so that users can redefine Z if they choose.