Skip to content

Commit f03a0bc

Browse files
committed
Terminal (Linux): supports cosmic-term version detection
1 parent bcbc5a4 commit f03a0bc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/detection/terminalshell/terminalshell.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -875,6 +875,9 @@ bool fftsGetTerminalVersion(FFstrbuf* processName, FF_MAYBE_UNUSED FFstrbuf* exe
875875
if(ffStrbufIgnCaseEqualS(processName, "termite"))
876876
return getTerminalVersionTermite(exe, version);
877877

878+
if(ffStrbufIgnCaseEqualS(processName, "cosmic-term"))
879+
return getTerminalVersionTmux(exe, version);
880+
878881
#endif
879882

880883
#ifdef _WIN32

0 commit comments

Comments
 (0)