Files
fish-shell/src
Johannes Altmanninger 0b93989080 fix ProcStatus::status_value in pipeline after ctrl-z
Repro (with default prompt):

	$ HOME=$PWD target/debug/fish -C '
	  function sleep_func; sleep 1; false; end
	  commandline "sleep 2 | sleep 3 | sleep 4 | sleep_func"
	  '
	Welcome to fish, the friendly interactive shell
	Type help for instructions on how to use fish
	johannes@e15 ~> sleep 2 | sleep 3 | sleep 4 | sleep_func
	^Zfish: Job 1, 'sleep 2 | sleep 3 | sleep 4 | s…' has stopped
	johannes@e15 ~ [0|SIGTSTP|SIGTSTP|1]> 

I'm not sure why the first sleep is not reported as stopped.

Co-authored-by: Lieuwe Rooijakkers <lieuwerooijakkers@gmail.com>

Fixes issue #12301

Closes #12550
2026-03-25 21:53:05 +08:00
..
2026-03-13 14:22:21 +08:00
2026-03-13 14:22:21 +08:00
2026-03-25 17:36:21 +08:00
2026-03-09 16:52:08 +11:00
2026-02-17 11:13:34 +11:00
2026-03-09 16:52:08 +11:00
2026-03-09 16:52:08 +11:00
2026-03-09 16:52:08 +11:00
2025-12-23 08:44:10 -08:00
2026-03-09 16:52:08 +11:00
2026-03-09 16:52:07 +11:00
2026-02-17 11:28:58 +11:00
2026-03-09 16:52:08 +11:00
2026-02-01 20:13:13 +11:00
2026-01-30 15:34:43 +11:00
2026-02-17 11:28:58 +11:00
2026-01-16 16:22:34 +01:00
2026-02-17 11:13:34 +11:00
2026-03-09 17:15:55 +11:00
2026-03-16 16:13:21 +08:00
2026-01-25 03:19:22 +01:00
2026-03-09 16:52:08 +11:00
2026-02-17 11:28:58 +11:00
2026-03-09 17:15:55 +11:00
2026-03-09 16:52:08 +11:00
2026-03-09 16:52:08 +11:00