From c9662de55d78baa82dfcac1afab170a0d8e4f163 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sat, 30 Jan 2016 20:15:30 +0100 Subject: Implement system clipboard registers "* and "+ Both registers are currently treated identically. The actual system integration is performed by two shell scripts vis-copy and vis-paste. --- ui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui.h') diff --git a/ui.h b/ui.h index 61fa4df..314bc9d 100644 --- a/ui.h +++ b/ui.h @@ -38,9 +38,9 @@ enum UiStyles { UI_STYLE_MAX, }; +#include "vis.h" #include "text.h" #include "view.h" -#include "vis.h" struct Ui { bool (*init)(Ui*, Vis*); -- cgit v1.2.3