Class Object
In: lib/drydock/mixins/object.rb
Parent: Object

Methods

tput   tput_val  

Public Instance methods

Executes tput capnam with args. Returns true if tcap gives 0 exit status and false otherwise.

    tput :cup, 1, 4
    $ tput cup 1 4

Executes tput capnam with args. Returns the output of tput.

    tput_val :cols  # => 16
    $ tput cols     # => 16

[Validate]