ive got a questsion: is it possible to make a console app under linux that will close itself by pressing ctrl+c or ctrl+x?
i hate to get a new screen to kill my app

thanks for all suggestions

..and CTRL-C works imho too...PB-Manual wrote: In non-graphical mode, a special return value of #PB_Input_Eof (equals Chr(4)) will be received if the user enters a single Ctrl+D in the console, or a file that has been redirected to the programs input has reached its end.