summaryrefslogtreecommitdiff
path: root/src/nanolight.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2019-06-09 23:02:46 +0200
committerThomas White <taw@physics.org>2019-06-09 23:02:46 +0200
commit26058b69e8dfb2d2e64f91dce886f2f0d90b23b3 (patch)
treefbe7099ff2c59d6b8d827c7db0240293efc02366 /src/nanolight.h
parentbf928144bdaa9f330b7ec6054e330e7e3f1ff620 (diff)
Basic selection and level setting
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;
};