Module: Squared::Common::Format

Includes:
Squared::Common
Included in:
Squared::Config::Viewer, Workspace::Application, Workspace::Project::Base, Workspace::Repo
Defined in:
lib/squared/common/format.rb

Constant Summary

Constants included from Squared::Common

ARG, PATH

Instance Method Summary collapse

Instance Method Details

#enable_aixtermObject



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

def enable_aixterm
  unless (colors = __get__(:colors)).frozen?
    colors.merge!(AIX_TERM)
    ARG[:GRAPH] = AIX_GRAPH
    ARG[:BORDER] = AIX_BORDER
  end
  block_given? ? yield(self) : self
end