Method: CDK::CDKOBJS#setVTchar

Defined in:
lib/cdk/cdk_objs.rb

#setVTchar(ch) ⇒ Object

Set the object’s vertical line-drawing character



159
160
161
# File 'lib/cdk/cdk_objs.rb', line 159

def setVTchar(ch)
  @VTChar = ch
end