mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-21 23:13:48 -07:00
XPrompt.hs: remove debugging bits
This commit is contained in:
@@ -269,7 +269,6 @@ keyPressHandle mask _
|
||||
keyPressHandle _ (ks,_)
|
||||
-- Return: exit
|
||||
| ks == xK_Return = do historyPush
|
||||
liftIO $ hPutStrLn stderr "Hello world"
|
||||
return ()
|
||||
-- backspace
|
||||
| ks == xK_BackSpace = deleteString Prev >> go
|
||||
|
Reference in New Issue
Block a user