diff options
Diffstat (limited to 'view.h')
| -rw-r--r-- | view.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -173,7 +173,7 @@ int view_selections_column_count(View*); * Starting from the start of the text, get the `column`-th selection on a line. * @param column The zero based column index. */ -Cursor *view_cursors_column(View*, int column); +Cursor *view_selections_column(View*, int column); /** * Get the next `column`-th selection on a line. * @param column The zero based column index. |
