summaryrefslogtreecommitdiff
path: root/src/nanolight.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nanolight.h')
-rw-r--r--src/nanolight.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nanolight.h b/src/nanolight.h
index 5c08cd7..124e214 100644
--- a/src/nanolight.h
+++ b/src/nanolight.h
@@ -76,6 +76,9 @@ struct nanolight
char cmdline[1024];
int cursor_idx;
PangoLayout *layout;
+
+ int selection[1024];
+ int n_sel;
};