Add cursor to the docs

This commit is contained in:
Ben Ogle
2014-09-22 15:50:47 -07:00
parent e5c03e139a
commit 3134364362

View File

@@ -226,6 +226,7 @@ class Editor extends Model
# * `newBufferPosition` {Point}
# * `newScreenPosition` {Point}
# * `textChanged` {Boolean}
# * `cursor` {Cursor} that triggered the event
#
# Returns a {Disposable} on which `.dispose()` can be called to unsubscribe.
onDidChangeCursorPosition: (callback) ->