Method: RubyText::Window#_putch

Defined in:
lib/output.rb

#_putch(ch) ⇒ Object



63
64
65
# File 'lib/output.rb', line 63

def _putch(ch)
  @cwin.addch(ch)
end