tkhs 0.1.0.1 → 0.1.0.2
raw patch · 3 files changed
+10/−11 lines, 3 files
Files
- README +2/−2
- src/Tkhs.hs +4/−4
- tkhs.cabal +4/−5
README view
@@ -35,7 +35,7 @@ - That's all --Any Feedbacks are+Feedback is Appreciated - tkhs is inspired by@@ -46,6 +46,6 @@ - Thanks --Especially Thanks to+Thanks especially to Evan, author of hspresent =
src/Tkhs.hs view
@@ -60,10 +60,10 @@ when (not check) $ do let maxWidth = F.maximum $ fmap imgWidth imgset maxHeight = F.maximum $ fmap imgHeight imgset- mapM_ warn [ "To drawing this presentation, at least "- ++ show maxWidth ++ "x" ++ show maxHeight- ++ " size is needed."- , "Press any key to exit, and try bigger terminal. Sorry." ]+ mapM_ warn [ "To display this presentation, the terminal must be at least "+ ++ show maxWidth ++ "x" ++ show maxHeight ++ "."+ , "Please try again with a bigger terminal."+ , "Press any key to exit." ] liftIO =<< waitOnce exitFailure (return undefined) pictures <- T.mapM (fmap toPic . centering) imgset evalStateT st pictures `withVty` ourVty
tkhs.cabal view
@@ -1,9 +1,8 @@ name: tkhs-version: 0.1.0.1-synopsis: Simple Presentaion Utility-description: If you want to do your presentation by terminal,- or your slide is too simple to make with Powerpoint,- or such softwares, It may be useful.+version: 0.1.0.2+synopsis: Simple Presentation Utility+description: If you want to give your presentation in a terminal,+ or if PowerPoint would be overkill, you may find tkhs useful. category: Console license: BSD3 license-file: LICENSE