mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Update EditSession
This commit is contained in:
@@ -236,13 +236,13 @@ class DisplayBuffer
|
||||
bufferRangeForScreenRange: (screenRange) ->
|
||||
@lineMap.bufferRangeForScreenRange(screenRange)
|
||||
|
||||
# Gets the number of lines in the buffer.
|
||||
# Gets the number of screen lines.
|
||||
#
|
||||
# Returns a {Number}.
|
||||
getLineCount: ->
|
||||
@lineMap.getScreenLineCount()
|
||||
|
||||
# Gets the number of the last row in the buffer.
|
||||
# Gets the number of the last screen line.
|
||||
#
|
||||
# Returns a {Number}.
|
||||
getLastRow: ->
|
||||
|
||||
Reference in New Issue
Block a user