diff options
author | Joe <rbo@gmx.us> | 2024-04-25 20:20:20 +0200 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-04-25 20:20:20 +0200 |
commit | d5096d447b67cb30cbf242fe708a4b911d57344f (patch) | |
tree | a3cedc0f780e53f942004ee112b7194a2a62f1f1 /src/i_ui.go | |
parent | ok (diff) | |
download | hardflip-d5096d447b67cb30cbf242fe708a4b911d57344f.tar.gz hardflip-d5096d447b67cb30cbf242fe708a4b911d57344f.tar.bz2 hardflip-d5096d447b67cb30cbf242fe708a4b911d57344f.tar.xz hardflip-d5096d447b67cb30cbf242fe708a4b911d57344f.tar.zst hardflip-d5096d447b67cb30cbf242fe708a4b911d57344f.zip |
qwe
Diffstat (limited to '')
-rw-r--r-- | src/i_ui.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i_ui.go b/src/i_ui.go index 1407e98..3df9f49 100644 --- a/src/i_ui.go +++ b/src/i_ui.go @@ -72,6 +72,7 @@ type HardUI struct { insert_sel int insert_sel_max int insert_sel_ok bool + insert_method int } type Quad struct { |