Qt Creator displays Ctrl-L instead of executing
-
wrote on 15 Jan 2024, 06:33 last edited by
-
I'm on Qt Creator 12.0.1 and when I try to clear the terminal window via the Clear button,
Ctrl-L is displayed in the window instead of clearing the content.
@Poldi It looks like an application is running in that terminal? Try after terminating it.
-
wrote on 15 Jan 2024, 06:59 last edited by
Done.
This time it doesn't display Ctrl-L; it does nothing -
@Poldi Don't know why it doesn't work. As alternative you can use this command in the terminal: clear
-
wrote on 15 Jan 2024, 23:39 last edited by
Entering Clear does nothing
-
-
@Poldi You did press enter after clear?
-
@Poldi Are you on Windows? Then Ctrl-L is not supported, as it is not supported in the Windows cmd.
clear
+ <Enter> should work however, at least it works for me.Regards
-
I'm on Qt Creator 12.0.1 and when I try to clear the terminal window via the Clear button,
Ctrl-L is displayed in the window instead of clearing the content.
wrote on 16 Jan 2024, 10:21 last edited byIt looks like you are using
cmd
.Ctrl+L
is not supported bycmd
. It would work if you install clink.Otherwise the command to clear the screen in
cmd
iscls
. -
@Poldi Are you on Windows? Then Ctrl-L is not supported, as it is not supported in the Windows cmd.
clear
+ <Enter> should work however, at least it works for me.Regards
-
wrote on 31 Jan 2024, 20:48 last edited by
@Poldi which shell are you using?
-
wrote on 1 Feb 2024, 22:45 last edited by
-
wrote on 2 Feb 2024, 08:59 last edited by
I just tested on Ubuntu with
/bin/bash
and the button worked in Terminal.But when I started an application and in the run settings set Run in Terminal then I just got
^L
in the output.I think the application is started directly and not through a shell. Please do create a bug report https://bugreports.qt.io/
-