Class Redwood::LineCursorMode
In: lib/sup/modes/line-cursor-mode.rb
Parent: ScrollMode

extends ScrollMode to have a line-based cursor.

Methods

Attributes

curpos  [R] 

Public Class methods

Public Instance methods

Protected Instance methods

more complicated than one might think. three behaviors.

override search behavior to be cursor-based. this is a stupid implementation and should be made better. TODO: improve.

callbacks when the cursor is asked to go beyond the bottom

[Validate]