packages feed

tilia-0.0.1.0: corpora/vendored/other/cpp/define-out.hs

{-# LANGUAGE CPP #-}

module Terminal.Macro where

#define ESCAPE(n) ("\ESC[" ++ show n ++ "m")

plain :: String
plain = ESCAPE (0)