aboutsummaryrefslogtreecommitdiff
path: root/view.c
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.c
parent0001a83bb7f7b30840df2f2ec321e2c2d9507053 (diff)
downloadvis-6a5d72f10cffb5bd2ae832c909cf75aab7db8666.tar.gz
vis-6a5d72f10cffb5bd2ae832c909cf75aab7db8666.tar.xz
view: rename view_cursors_column
Diffstat (limited to 'view.c')
-rw-r--r--view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/view.c b/view.c
index 26c6cec..be74b62 100644
--- a/view.c
+++ b/view.c
@@ -990,7 +990,7 @@ static Cursor *cursors_column_next(View *view, Cursor *c, int column) {
return NULL;
}
-Cursor *view_cursors_column(View *view, int column) {
+Cursor *view_selections_column(View *view, int column) {
return cursors_column_next(view, NULL, column);
}