diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-10-31 21:58:07 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-10-31 21:58:07 +0100 |
commit | 34400f2d328c2adfbfe13170989758e6f52208af (patch) | |
tree | d208f8b7d40cae2af4f38a9a295cb50c27c45abc /src/flags.h | |
parent | c5cc1dab1d5610c0d96f72dc36ac6d4b4476c8ed (diff) |
Add the -l option
Diffstat (limited to 'src/flags.h')
-rw-r--r-- | src/flags.h | 1 |
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; |