Skip to content

Show autostart:false procs in gray instead of red#218

Closed
kimjune01 wants to merge 1 commit into
pvolok:masterfrom
kimjune01:fix/212-autostart-color
Closed

Show autostart:false procs in gray instead of red#218
kimjune01 wants to merge 1 commit into
pvolok:masterfrom
kimjune01:fix/212-autostart-color

Conversation

@kimjune01
Copy link
Copy Markdown
Contributor

Fixes #212

Processes with autostart: false that have never been started now show in gray (BRIGHT_BLACK) instead of red. Red is reserved for processes that exited with a nonzero code or crashed unexpectedly.

The change is in the None exit-code branch of render_procs: when proc.cfg.autostart is false, the status color is gray; otherwise it stays red.

Processes with autostart:false that haven't been started yet now display
in gray (BRIGHT_BLACK) instead of red (BRIGHT_RED). This distinguishes
"never started" (neutral state) from "crashed" (error state).

Fixes pvolok#212
@pvolok pvolok closed this May 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Small tweak request: autostart: false procs shouldn't be red

2 participants