Flowdock
class
Importance_1
v1_8_6_287 - Show latest stable - 0 notes - Superclass: RI::AttributeFormatter

This formatter uses ANSI escape sequences to colorize stuff works with pages 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.