From 83206fa91345d24881146f1caed88050594797e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Mon, 12 Jun 2017 19:40:43 +0200 Subject: vis: rename uses of Cursor to Selection --- vis.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vis.h') 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. -- cgit v1.2.3