Remove hvAuto, replace with machineGun

This commit is contained in:
2022-06-07 23:50:28 +01:00
parent c31f398fab
commit d91a53f76c
7 changed files with 44 additions and 95 deletions
-1
View File
@@ -10,4 +10,3 @@ inTermFocus w = fromMaybe False $ do
hasfocus <- w ^? terminals . ix tmid . tmInput . tiFocus
connectionstatus <- w ^? terminals . ix tmid . tmStatus
return $ hasfocus && connectionstatus == TerminalReady