aboutsummaryrefslogtreecommitdiff
path: root/src/flags.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/flags.h')
-rw-r--r--src/flags.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/flags.h b/src/flags.h
index 306464c..fbd957d 100644
--- a/src/flags.h
+++ b/src/flags.h
@@ -5,6 +5,7 @@ typedef struct {
bool b : 1;
bool c : 1;
bool i : 1;
+ bool l : 1;
bool p : 1;
bool s : 1;
bool U : 1;