mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Update display-buffer.coffee
This commit is contained in:
@@ -91,7 +91,7 @@ class DisplayBuffer
|
||||
# buffer rows corresponding to every screen row in the range
|
||||
#
|
||||
# startRow - The screen row {Number} to start at
|
||||
# endRow - The screen row {Number} to end at (default: {.lastScreenRow})
|
||||
# endRow - The screen row {Number} to end at (default: the last buffer row)
|
||||
#
|
||||
# Returns an {Array} of buffer rows as {Numbers}s.
|
||||
bufferRowsForScreenRows: (startRow, endRow) ->
|
||||
|
||||
Reference in New Issue
Block a user