Opened 15 years ago

Closed 14 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 15 years ago by nelhage@mit.edu

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.

comment:2 Changed 14 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.