[Konsole-devel] [Bug 105824] ctrl-d doesn't always work
gdamjan at mail.net.mk
gdamjan at mail.net.mk
Wed May 18 11:57:11 UTC 2005
------- 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=105824
------- Additional Comments From gdamjan mail net mk 2005-05-18 13:57 -------
Sorry, what I meant is that the CTRL-D combination doesn't get to the application.
For example, my Bash is setup as such that it logout's on receiving CTRL-D. Also the python interpreter will exit if I press CTRL-D.
But after some time using Konsole, this doesn't happen. For example I wrote this simple C program.
#include <stdio.h>
int main () {
char a = getchar();
printf("%d\n", a);
return 0;
}
When Konsole works ok, I get a -1 response when I press CTRL-D (and the same happens in xterm too).
When it doesn't work, hothing happens, my program never "sees" the CTRL-D.
More information about the konsole-devel
mailing list