From 0776a238c4c10a35b39160f37271bc8b5cd026b0 Mon Sep 17 00:00:00 2001 From: Joe Date: Thu, 18 Jan 2024 20:20:20 +0100 Subject: split --- c_hardflip.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'c_hardflip.go') diff --git a/c_hardflip.go b/c_hardflip.go index 94e6211..ac73658 100644 --- a/c_hardflip.go +++ b/c_hardflip.go @@ -43,7 +43,7 @@ * POSSIBILITY OF SUCH DAMAGE. * * hardflip: src/c_hardflip.go - * Wed Jan 10 16:36:35 2024 + * Thu Jan 18 12:31:08 2024 * Joe * * the main @@ -63,7 +63,7 @@ type HardData struct { func main() { data_dir := c_get_data_dir() - opts := HardOpts{true, true} + opts := HardOpts{true, true, false, "alacritty"} ldirs := c_load_data_dir(data_dir, opts) litems := c_load_litems(ldirs) data := HardData{ -- cgit v1.2.3