From c5cc1dab1d5610c0d96f72dc36ac6d4b4476c8ed Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 31 Oct 2024 20:15:49 +0100 Subject: Make -l the default and add -b --- src/flags.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/flags.h') diff --git a/src/flags.h b/src/flags.h index 8344205..306464c 100644 --- a/src/flags.h +++ b/src/flags.h @@ -2,9 +2,9 @@ #define GRAB_FLAGS_H typedef struct { + bool b : 1; bool c : 1; bool i : 1; - bool l : 1; bool p : 1; bool s : 1; bool U : 1; -- cgit v1.2.3