dscreen End and Quit keys

When the End and Quit keys are pressed, a sequence of actions occurs.

Pressing an End key causes the following to occur:

  • Send a SIGHUP signal to all the screen sessions
  • Clean up
  • Exit with a status of 0.

Pressing a Quit key performs the same actions but exits with status of 1.