aboutsummaryrefslogtreecommitdiff
path: root/view.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2017-06-12 18:44:44 +0200
committerMarc André Tanner <mat@brain-dump.org>2017-06-15 15:51:43 +0200
commit6a5d72f10cffb5bd2ae832c909cf75aab7db8666 (patch)
treeb2ccb258986987e44491d2a146b7f96c5fa0f74f /view.h
parent0001a83bb7f7b30840df2f2ec321e2c2d9507053 (diff)
downloadvis-6a5d72f10cffb5bd2ae832c909cf75aab7db8666.tar.gz
vis-6a5d72f10cffb5bd2ae832c909cf75aab7db8666.tar.xz
view: rename view_cursors_column
Diffstat (limited to 'view.h')
-rw-r--r--view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/view.h b/view.h
index d98743c..2a3f15c 100644
--- a/view.h
+++ b/view.h
@@ -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.