From konsole-devel Sat Mar 15 17:47:56 2008 From: Robert Knight Date: Sat, 15 Mar 2008 17:47:56 +0000 To: konsole-devel Subject: [Konsole-devel] [Bug 155439] Please readd the new-tab button from Message-Id: <20080315174756.14612.qmail () ktown ! kde ! org> X-MARC-Message: https://marc.info/?l=konsole-devel&m=120560326001559 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=155439 ------- Additional Comments From robertknight gmail com 2008-03-15 18:47 ------- > Closing tabs from the file menu is not very nice Use the keyboard shortcut Ctrl+Shift+W then. The recommended way to exit the program running inside it, usually by pressing Ctrl+D which sends an 'end of file' message. This ensures that the program will tidy itself up properly and save any state information that it needs to. If you use File -> Close Tab then Konsole will kill the program by sending it a SIGHUP ("The terminal has hung up") message. Most terminal programs that matter will respond to this correctly by doing any necessary tidy-up and then exiting. Programs which are not written to handle SIGHUP will just die immediately and may not save their state or release various resources. _______________________________________________ konsole-devel mailing list konsole-devel@kde.org https://mail.kde.org/mailman/listinfo/konsole-devel