From b1aa17616f56517fa83607296c25ee6c333968c1 Mon Sep 17 00:00:00 2001 From: tv Date: Sun, 28 Dec 2014 22:16:47 +0100 Subject: purge a bit of legacy & cruft There's still both around, though..^_^ --- test1.hs | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 test1.hs (limited to 'test1.hs') diff --git a/test1.hs b/test1.hs deleted file mode 100644 index 43f3098..0000000 --- a/test1.hs +++ /dev/null @@ -1,14 +0,0 @@ -import Data.Default -import Graphics.Vty - - -main = do - vty <- mkVty def - let line0 = string (def withForeColor $ ISOColor 3) "first line" - line1 = string (def withBackColor blue) "second line" - img = line0 <-> line1 - pic = picForImage img - update vty pic - e <- nextEvent vty - shutdown vty - print $ "Last event was: " ++ show e -- cgit v1.2.3