[lwatch-cvs] files/src control.c,1.12,1.13
Brought to you by:
arturcz
|
From: <ar...@us...> - 2003-04-04 18:38:54
|
Update of /cvsroot/lwatch/files/src In directory sc8-pr-cvs1:/tmp/cvs-serv31830 Modified Files: control.c Log Message: - exit on window close Index: control.c =================================================================== RCS file: /cvsroot/lwatch/files/src/control.c,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** control.c 4 Apr 2003 18:35:10 -0000 1.12 --- control.c 4 Apr 2003 18:38:49 -0000 1.13 *************** *** 57,60 **** --- 57,61 ---- case SIGTERM: case SIGINT: + case SIGHUP: loop=0; break; |