NumCursors returns the number of cursors
()
| 1064 | |
| 1065 | // NumCursors returns the number of cursors |
| 1066 | func (b *Buffer) NumCursors() int { |
| 1067 | return len(b.cursors) |
| 1068 | } |
| 1069 | |
| 1070 | // MergeCursors merges any cursors that are at the same position |
| 1071 | // into one cursor |
no outgoing calls