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