Flowdock
v1_9_1_378 - Show latest stable - 0 notes - Superclass: AttributeFormatter

This formatter uses ANSI escape sequences to colorize stuff works with pagers such as man and less.

Constants

HEADINGS = { 1 => ["\033[1;32m", "\033[m"], 2 => ["\033[4;32m", "\033[m"], 3 => ["\033[32m", "\033[m"], }

ATTR_MAP = { BOLD => "1", ITALIC => "33", CODE => "36" }

Attributes

Show files where this class is defined (1 file)
Register or log in to add new notes.