summaryrefslogtreecommitdiff
path: root/src/sign.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sign.cpp')
-rw-r--r--src/sign.cpp9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/sign.cpp b/src/sign.cpp
index 6f4edee..db97d19 100644
--- a/src/sign.cpp
+++ b/src/sign.cpp
@@ -30,18 +30,13 @@ 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);