We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81fb146 commit 6831c09Copy full SHA for 6831c09
src/detection/terminalshell/terminalshell_linux.c
@@ -487,7 +487,7 @@ static void setTerminalInfoDetails(FFTerminalResult* result)
487
// For NixOS. Ref: #510 and https://github.com/NixOS/nixpkgs/pull/249428
488
// We use processName when detecting version and font, overriding it for simplification
489
ffStrbufSubstrBefore(&result->processName, result->processName.length - (uint32_t) strlen("-wrapped"));
490
- ffStrbufSubstrAfter(&result->processName, 1);
+ ffStrbufSubstrAfter(&result->processName, 0);
491
}
492
493
if(ffStrbufEqualS(&result->processName, "wezterm-gui"))
0 commit comments