From b485f458fcc428b1440c1fcd01be30fea30a1684 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 4 Jun 2019 23:31:41 +0200 Subject: Add cursor --- src/nanolight.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/nanolight.h') diff --git a/src/nanolight.h b/src/nanolight.h index 9e6f19e..5c08cd7 100644 --- a/src/nanolight.h +++ b/src/nanolight.h @@ -72,7 +72,10 @@ struct nanolight GtkWidget *da; double fixture_width; + char cmdline[1024]; + int cursor_idx; + PangoLayout *layout; }; -- cgit v1.2.3