diff options
Diffstat (limited to 'src/tofi.h')
-rw-r--r-- | src/tofi.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ struct tofi { } window; /* Options */ - int8_t anchor; + uint32_t anchor; bool hide_cursor; bool use_history; }; |