module Canis::BorderTitle

Public Instance Methods

bordertitle_init() click to toggle source
# File lib/canis/core/include/bordertitle.rb, line 10
def bordertitle_init
  @_bordertitle_init_called = true
  @row_offset = @col_offset = 0 if @suppress_borders 
  @internal_width = 1 if @suppress_borders # the other programs have zero not 1 NOTE
end
print_borders() click to toggle source

why the dash does it reduce height by one.

print_title() click to toggle source