diff options
author | Joe <rbo@gmx.us> | 2024-01-18 20:20:20 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-01-18 20:20:20 +0100 |
commit | 0776a238c4c10a35b39160f37271bc8b5cd026b0 (patch) | |
tree | 6b4322126460d414ed7f113b47a1d2331abc8bf8 /c_hardflip.go | |
parent | good (diff) | |
download | hardflip-0776a238c4c10a35b39160f37271bc8b5cd026b0.tar.gz hardflip-0776a238c4c10a35b39160f37271bc8b5cd026b0.tar.bz2 hardflip-0776a238c4c10a35b39160f37271bc8b5cd026b0.tar.xz hardflip-0776a238c4c10a35b39160f37271bc8b5cd026b0.tar.zst hardflip-0776a238c4c10a35b39160f37271bc8b5cd026b0.zip |
split
Diffstat (limited to '')
-rw-r--r-- | c_hardflip.go | 4 |
1 files changed, 2 insertions, 2 deletions
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{ |