Class Redwood::LogMode
In: lib/sup/modes/log-mode.rb
Parent: TextMode

a variant of text mode that allows the user to automatically follow text, and respawns when << is called if necessary.

Methods

<<   cleanup   new   on_kill   status   toggle_follow  

Public Class methods

if buffer_name is supplied, this mode will spawn a buffer upon receiving the << message. otherwise, it will act like a regular buffer.

Public Instance methods

register callbacks for when the buffer is killed

[Validate]