issues
search
LonnyGomes
/
hexcurse
Hexcurse is a ncurses-based console hexeditor written in C
Other
181
stars
17
forks
source link
Do not ignore singals
#6
Closed
errge
closed
10 years ago
errge
commented
10 years ago
This fixes multiple issues:
hexcurse was running 100% CPU when the terminal window got closed, and the HUP signal was not handled, see
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=545711
;
hexcurse was not exiting for SIGTERM;
it was not possible to put hexcurse into the background with SIGTSTP.
This fixes multiple issues: