(SOLVED) GETKEY , CTRL+4 , ERROR

Linux specific questions.
Post Reply
VANYA
Posts: 1834
Joined: Oct 24, 2010 15:16
Location: Ярославль
Contact:

(SOLVED) GETKEY , CTRL+4 , ERROR

Post by VANYA »

Hi all!

Can anyone check if the application crashes when CTRL+4 is pressed in this code:

Code: Select all

? getkey
I have:
Aborting due to runtime error 15 ("quit request" signal)
Last edited by VANYA on Apr 24, 2022 16:54, edited 1 time in total.
badidea
Posts: 2586
Joined: May 24, 2007 22:10
Location: The Netherlands

Re: GETKEY , CTRL+4 , ERROR

Post by badidea »

Same here. Ubuntu 18.04, fbc 1.09.0 32/64 bit.
It is a terminal thing, Ctrl+4 sends ^\ see: https://unix.stackexchange.com/question ... do-in-bash
Last edited by badidea on Apr 24, 2022 20:27, edited 1 time in total.
VANYA
Posts: 1834
Joined: Oct 24, 2010 15:16
Location: Ярославль
Contact:

Re: GETKEY , CTRL+4 , ERROR

Post by VANYA »

badidea wrote: Apr 24, 2022 15:02 Same here. Ubuntu 18.04, fbc 1.09.0 32/64 bit.
I is a terminal thing, Ctrl+4 sends ^\ see: https://unix.stackexchange.com/question ... do-in-bash
Thanks for the answer. For some reason, I thought it was the terminal that reacts like that. Your reference confirmed that. Question solved.
xlucas
Posts: 334
Joined: May 09, 2014 21:19
Location: Argentina

Re: (SOLVED) GETKEY , CTRL+4 , ERROR

Post by xlucas »

I confirm it crashes on my end too. I am getting:

Code: Select all

Quit (core dumped)
I'm running Linux Mint 20.3 64bit
Post Reply