monky-2.2.1.0: A system state collecting library and application

Maintainerongy
Stabilitytesting
PortabilityLinux
Safe HaskellNone
LanguageHaskell2010

Monky.Outputs.Utf8

Description

This module provides the output generation for utf8 outputs

Synopsis

Documentation

data Utf8Output Source #

The output handle for a utf8 pipe

Instances

getUtf8Out :: IO Utf8Output Source #

Get an output handle for utf8 formatting. Divider defaults to " | "

getUtf8OutDiv Source #

Arguments

:: MonkyOut

The divider between segments

-> IO Utf8Output 

Get an output handle for utf8 formatting.