On Wed, Jun 30, 2021 at 05:23:54PM +0200, Patrick Dupre wrote:
> Before fc34 (i.e. in fc32), I used to used ctlC to interrupt any sort of
> process. In fc34, to have the same result, I need to do
> ctlC ctlX
> How can I avoid to have to make this double command?

Not sure how this happened, Control-c should continue to send SIGINT.

What is the output of 'stty -a' on your terminal?  It should have
'intr = ^C' in the output.

Typically in bash, Ctrl-X is a sequence used before another keypress,
for example, C-x C-v prints out bash version information, C-x C-x
jumps to the beginning and back to the original cursor location after
repeated presses.

FWIW, Control-c sends the SIGINT when I use it in the shell.

-- 
Jonathan Billings <billi...@negate.org>
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to