Module: Squared::Common::Format

Constant Summary

Constants included from Squared::Common

ARG, PATH

Instance Method Summary collapse

Instance Method Details

#enable_aixtermObject



36
37
38
39
40
41
# File 'lib/squared/common/format.rb', line 36

def enable_aixterm
  unless (colors = __get__(:colors)).frozen?
    colors.merge!(AIX_TERM)
  end
  self
end

#enable_drawingObject



43
44
45
46
47
# File 'lib/squared/common/format.rb', line 43

def enable_drawing
  ARG[:GRAPH] = BOX_GRAPH
  ARG[:BORDER] = BOX_BORDER
  self
end