Fix left clicks in terminals
This commit is contained in:
@@ -117,7 +117,9 @@ changeTweakParam mi i w = fromMaybe w $ do
|
||||
)
|
||||
|
||||
scrollCommands :: Terminal -> [TerminalCommand]
|
||||
scrollCommands = (nullCommand :) . _tmScrollCommands
|
||||
scrollCommands tm
|
||||
| null $ _tmPartialCommand tm = (nullCommand :) $ _tmScrollCommands tm
|
||||
| otherwise = [nullCommand]
|
||||
|
||||
getArguments' :: TerminalCommand -> Terminal -> World -> [String]
|
||||
getArguments' tc tm = ("" :) . getArguments tc tm
|
||||
|
||||
Reference in New Issue
Block a user