Search found 1 match

by EPYFN
Fri Jan 10, 2025 3:34 am
Forum: LXTerminal
Topic: CTRL+D closes terminal window
Replies: 2
Views: 43059

Re: CTRL+D closes terminal window

Just in case anyone else runs into this and wonders why it happens, it is the command shell (bash, dash, etc) that interprets CTRL-D as an exit command. The terminal then closes because the program it was running exited.