Use RowMap instead of LineMap in DisplayBuffer

This commit is contained in:
Nathan Sobo
2013-05-09 13:58:56 -06:00
parent 16da9b0506
commit d3cb001d65
7 changed files with 184 additions and 133 deletions

View File

@@ -341,8 +341,8 @@ class EditSession
# {Delegates to: DisplayBuffer.getLineCount}
getScreenLineCount: -> @displayBuffer.getLineCount()
# {Delegates to: DisplayBuffer.maxLineLength}
maxScreenLineLength: -> @displayBuffer.maxLineLength()
# {Delegates to: DisplayBuffer.getMaxLineLength}
getMaxScreenLineLength: -> @displayBuffer.getMaxLineLength()
# {Delegates to: DisplayBuffer.getLastRow}
getLastScreenRow: -> @displayBuffer.getLastRow()