
Hello, Some days ago I needed escape codes on Win32. I didn't find any library for that, so I wrote a simple one. I thought, perhaps someone else will have the same problem, so I put it on my website:http://0hc.net/?what=downloads_sup_AWin32Console I've tested it with the ghc 6.6.1, and everything works as I expected it. I would be happy if someone else could test it and/or report if some important escape codes are missing. --Sincerely H. _________________________________________________________________ Erweitere dein digitales Leben. Hol dir jetzt gratis das neue Windows Live. http://get.live.com

Hi
Some days ago I needed escape codes on Win32. I didn't find any library for that, so I wrote a simple one.
I have a simple module which does them as part of Hoogle: http://www.cs.york.ac.uk/fp/darcs/hoogle/src/General/Type.hs - see TagStr, the type for defining text with basic formatting and outputting it to the console. It doesn't attempt to be comprehensive at all, and probably solves a different problem from your one.
I thought, perhaps someone else will have the same problem, so I put it on my website: http://0hc.net/?what=downloads_sup_AWin32Console
It would be nice if you could package this and release it on hackage. http://hackage.haskell.org/packages/hackage.html Thanks Neil

Hi,
It would be nice if you could package this and release it on hackage. http://hackage.haskell.org/packages/hackage.html
I packaged it, perhaps you can have a look at it, if it is, what you thought... When I get a username, I'll put it on hackage :) -- H.
participants (3)
-
H.
-
H. Mayer
-
Neil Mitchell