diff --git a/src/main.tsx b/src/main.tsx index 3e8e5eec..a1161cca 100644 --- a/src/main.tsx +++ b/src/main.tsx @@ -337,10 +337,11 @@ class LineCmd extends React.Component<{sw : ScreenWindow, line : LineType, width let isPhysicalFocused = sw.getIsFocused(line.linenum); let swFocusType = sw.focusType.get(); let isFocused = isPhysicalFocused && (swFocusType == "cmd" || swFocusType == "cmd-fg"); + let isFgFocused = isPhysicalFocused && swFocusType == "cmd-fg"; let isStatic = staticRender; return (