better exit code handling -- fix error highlights to not cover SIGINT or SIGPIPE (#465)

* fix exitcode return to handle signals correctly -- use bash convention of 128 + signum.  don't show red error mask for SIGINT or SIGPIPE

* dont show left border for errors unless selected
This commit is contained in:
Mike Sawka
2024-03-14 23:58:09 -07:00
committed by GitHub
parent 44535d2964
commit 318aae18d5
5 changed files with 30 additions and 44 deletions
-1
View File
@@ -156,7 +156,6 @@
--line-text-color: rgb(211, 215, 207);
--line-svg-fill-color: rgb(150, 152, 150);
--line-svg-hover-fill-color: #eceeec;
--line-selected-border-color: rgb(193, 195, 193);
--line-separator-color: rgb(126, 126, 126);
--line-error-color: var(--app-error-color);
--line-warning-color: var(--app-warning-color);