mprocs icon indicating copy to clipboard operation
mprocs copied to clipboard

Bug: Mangled output from nix-output-monitor

Open pbsds opened this issue 1 year ago • 1 comments

It seems mprocs can't display the output of https://github.com/maralorn/nix-output-monitor correctly, which frequently moves the cursor around and rewrite the output.

rec

Here is a capture of some output from nix-output-monitor: out.txt

It can be rate-limited using pv:

curl -L 'https://github.com/user-attachments/files/17017415/out.txt'  | pv -L 50k

Version:

$ mprocs --version
mprocs 0.7.1

pbsds avatar Sep 16 '24 17:09 pbsds

For coming here from google, wondering if there is a workaround: wrap all your programs with tmux new "${escaped_cmd} ; read\" \; set-option destroy-unattached

pbsds avatar May 01 '25 16:05 pbsds

Thanks for the log!

Fixed in 39906ad

pvolok avatar Dec 10 '25 22:12 pvolok

Fixed in mprocs 0.8.

pvolok avatar Dec 20 '25 10:12 pvolok