You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.
Settings.c:220:21: error: use of undeclared identifier 'LAST_PROCESSFIELD'; did you mean 'NULL_PROCESSFIELD'?
if (i < 0 || i > LAST_PROCESSFIELD) {
^~~~~~~~~~~~~~~~~
NULL_PROCESSFIELD
./Process.h:37:4: note: 'NULL_PROCESSFIELD' declared here
NULL_PROCESSFIELD = 0,
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
2 errors generated.
System: FreeBSD 12.1, x86_64
Htop: 3.0.0beta5
The text was updated successfully, but these errors were encountered:
The default color preset works fine on dark background, with one
exception: blue characters are hardly readable. So let's make
(most of) these bold.
Even bold blue is fine on light background, so this sould not make
anything worse.
Closeshishamhm#1023 (partial merge)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
System: FreeBSD 12.1, x86_64
Htop: 3.0.0beta5
The text was updated successfully, but these errors were encountered: