Class
Redwood::Buffer
In:
lib/sup/buffer.rb
Parent:
Object
Methods
blur
clear
commit
content_height
content_width
draw
draw_status
focus
mark_dirty
new
redraw
resize
write
Attributes
atime
[R]
height
[R]
mode
[R]
title
[R]
width
[R]
x
[R]
y
[R]
Public Class methods
new
(window, mode, width, height, opts={})
Public Instance methods
blur
()
clear
()
commit
()
content_height
()
content_width
()
draw
(status)
draw_status
(status)
focus
()
mark_dirty
()
redraw
(status)
resize
(rows, cols)
write
(y, x, s, opts={})
s nil means a blank line!
[Validate]