DisplayBuffer::linesForRows -> ::tokenizedLinesForScreenRows

Clarity!
This commit is contained in:
Ben Ogle
2014-09-03 13:41:26 -07:00
parent cdbbec91f0
commit ae49fd50b7
3 changed files with 12 additions and 12 deletions

View File

@@ -389,7 +389,7 @@ class DisplayBuffer extends Model
# endRow - A {Number} indicating the ending screen row.
#
# Returns an {Array} of {TokenizedLine}s.
linesForRows: (startRow, endRow) ->
tokenizedLinesForScreenRows: (startRow, endRow) ->
@screenLines[startRow..endRow]
# Gets all the screen lines.