diff options
| author | Paul Buetow <paul@buetow.org> | 2013-04-06 13:14:48 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2013-04-06 13:14:48 +0200 |
| commit | 5a019f435eb0068b524566d9babf172d58d0e96e (patch) | |
| tree | b083dccdfbec4335a5967d50c4294f7501c77345 /src/sign.cpp | |
| parent | 4ecbf33fae730bc79c4a47e6efda615b104754ad (diff) | |
tagging ychat-0.7.9.2ychat-0.7.9.2
Diffstat (limited to 'src/sign.cpp')
| -rw-r--r-- | src/sign.cpp | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/sign.cpp b/src/sign.cpp index db97d19..6f4edee 100644 --- a/src/sign.cpp +++ b/src/sign.cpp @@ -30,13 +30,18 @@ sign::terminate_received(int i_param) { #ifdef NCURSES - if ( ! wrap::GCOL->remove_garbage() ) //<< - wrap::NCUR->print( GAROFFNE ); //<< + //<<* + if ( ! wrap::GCOL->remove_garbage() ) + wrap::NCUR->print( GAROFFNE ); + //*>> mvprintw( 21,2, "Good bye !"); wrap::NCUR->close_ncurses(); + + //<<* #else wrap::GCOL->remove_garbage(); + //*>> #endif exit(0); |
