Make exit via 'q' key work again in Blinkenlights UI

With the new abort signal handler, we can send a signal that lets us
exit cleanly. Make use of this, rather than crashing out in ugly ways.

This affects only the Blinkenlights UI when pressing 'q'.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
This commit is contained in:
Sebastian Spaeth
2012-01-07 14:59:42 +01:00
parent 415c7d7979
commit 968dcd5780
2 changed files with 7 additions and 6 deletions

View File

@ -19,5 +19,8 @@ Changes
Bug Fixes
---------
* Abort sleep in blinkenlights UI led to crash ('abort_signal' not existing),
* [Blinkenlights UI] Abort sleep led to crash ('abort_signal' not existing),
regression from 6.5.0.
* [Blinkenlights UI] Make exit via 'q' key work again cleanly
regression from 6.5.0.