#1145081 myrepos: resizing terminal terminates processes if jobs is set

#1145081#5
Date:
2026-08-22 08:36:41 UTC
From:
To:
Dear Maintainer,

I sometimes launch a terminal, reflexively run e.g. "mr update", then
maximize the window or resize it to one half of the screen. This somehow
terminates the process with "mr update: received signal 1". I see this
happen with commands defined as executables, but only when jobs is set.
A small reproducer:

  $ cat ~/.mrconfig
  [DEFAULT]
  jobs = 10
  sleep = sleep 3

  [.]

  # resize window during the wait
  $ mr sleep
  mr sleep: /home/alpernebbi/.
  mr sleep: received signal 1

It annoys me but I admit it's nothing major.