ohmyzsh/ohmyzsh

Cant terminate running foreground process since last week

MaxSassen opened this issue · 2 comments

Describe the bug

Normally I could use the following shortcut to terminate the process:
CTRL + C : Terminate the running foreground process

but since last week/upgrade this function does not work for me or my colleagues.
Our keybindings are still correct..

speed 9600 baud; 36 rows; 97 columns;
lflags: icanon isig iexten echo echoe -echok echoke -echonl echoctl
	-echoprt -altwerase -noflsh -tostop -flusho pendin -nokerninfo
	-extproc
iflags: -istrip icrnl -inlcr -igncr ixon -ixoff ixany imaxbel -iutf8
	-ignbrk brkint -inpck -ignpar -parmrk
oflags: opost onlcr -oxtabs -onocr -onlret
cflags: cread cs8 -parenb -parodd hupcl -clocal -cstopb -crtscts -dsrflow
	-dtrflow -mdmbuf
cchars: discard = ^O; dsusp = ^Y; eof = ^D; eol = <undef>;
	eol2 = <undef>; erase = ^?; intr = ^C; kill = ^U; lnext = ^V;
	min = 1; quit = ^\; reprint = ^R; start = ^Q; status = ^T;
	stop = ^S; susp = ^Z; time = 0; werase = ^W;
 ~ zsh --version
zsh 5.9 (x86_64-apple-darwin21.3.0)

Steps to reproduce

Open een running process, in my case i run an backend application...

  • npm run backendApi
  • process is started ...
  • CTRL + C .... nothing works

Expected behavior

CTRL + C : Terminate the running foreground process

this should stop the running process. but it doesn't do anything.

Screenshots and recordings

No response

OS / Linux distribution

MacOs 14.2.1 (23C71)

Zsh version

zsh 5.9 (x86_64-apple-darwin21.3.0)

Oh My Zsh version

master (1ed8d4b)

Terminal emulator

iTerm2, visual studio code

If using WSL on Windows, which version of WSL

None

Additional context

No response

Try to do zsh -f and inside there npm run backendApi. Does work there?

Guess this was another issue then zhr, thanks for replying..