aboutsummaryrefslogtreecommitdiff
path: root/vis.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2017-06-12 19:40:43 +0200
committerMarc André Tanner <mat@brain-dump.org>2017-06-15 15:51:43 +0200
commit83206fa91345d24881146f1caed88050594797e1 (patch)
tree00e89505fa86757027593df8d0cec8e22b301f0e /vis.h
parent6a5d72f10cffb5bd2ae832c909cf75aab7db8666 (diff)
downloadvis-83206fa91345d24881146f1caed88050594797e1.tar.gz
vis-83206fa91345d24881146f1caed88050594797e1.tar.xz
vis: rename uses of Cursor to Selection
Diffstat (limited to 'vis.h')
-rw-r--r--vis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vis.h b/vis.h
index b35458e..a4f1d46 100644
--- a/vis.h
+++ b/vis.h
@@ -789,7 +789,7 @@ bool vis_cmd(Vis*, const char *cmd);
/** Command handler function. */
typedef bool (VisCommandFunction)(Vis*, Win*, void *data, bool force,
- const char *argv[], Cursor*, Filerange*);
+ const char *argv[], Selection*, Filerange*);
/**
* Register new ``:``-command.
* @param name The command name.