diff options
author | Andrea Rossato <andrea.rossato@unibz.it> | 2007-08-28 10:12:35 +0200 |
---|---|---|
committer | Andrea Rossato <andrea.rossato@unibz.it> | 2007-08-28 10:12:35 +0200 |
commit | d80db0d10ed50bd3eec170f1cc24aefde6e4ebde (patch) | |
tree | 31b2353df0b6fc27d4fff9c2102b8e4dbd11831c | |
parent | b8a70cdfded74b099fad3d26db757ca729e8ecf7 (diff) | |
download | XMonadContrib-d80db0d10ed50bd3eec170f1cc24aefde6e4ebde.tar.gz XMonadContrib-d80db0d10ed50bd3eec170f1cc24aefde6e4ebde.tar.xz XMonadContrib-d80db0d10ed50bd3eec170f1cc24aefde6e4ebde.zip |
XPrompt.hs: remove debugging bits
darcs-hash:20070828081235-32816-8a73d54e7a91e7d17efb31cd0aee0568a1f53446.gz
-rw-r--r-- | XPrompt.hs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |