[Konsole-devel] [Bug 155439] Please readd the new-tab button from konsole3
Robert Knight
robertknight at gmail.com
Sat Mar 15 17:47:56 UTC 2008
------- 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.
More information about the konsole-devel
mailing list