mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
Terminal (Linux): fix detection
This commit is contained in:
@@ -225,7 +225,7 @@ static void getTerminalFromEnv(FFTerminalResult* result)
|
||||
!ffStrbufEqualS(&result->processName, "(init)") &&
|
||||
#endif
|
||||
|
||||
ffStrbufEqualS(&result->processName, "0")
|
||||
!ffStrbufEqualS(&result->processName, "0")
|
||||
) return;
|
||||
|
||||
const char* term = NULL;
|
||||
|
||||
Reference in New Issue
Block a user