GetCursors returns the list of cursors in this buffer
()
| 1059 | |
| 1060 | // GetCursors returns the list of cursors in this buffer |
| 1061 | func (b *Buffer) GetCursors() []*Cursor { |
| 1062 | return b.cursors |
| 1063 | } |
| 1064 | |
| 1065 | // NumCursors returns the number of cursors |
| 1066 | func (b *Buffer) NumCursors() int { |
no outgoing calls
no test coverage detected