diff options
author | Jari Vetoniemi <mailroxas@gmail.com> | 2014-04-14 19:25:16 +0300 |
---|---|---|
committer | Jari Vetoniemi <mailroxas@gmail.com> | 2014-04-14 19:25:16 +0300 |
commit | 617c4ab827d9c71a122034594bb1080607f50398 (patch) | |
tree | 188ae4cafafab73e1c34bbacd3e5fdcf99652478 /lib/internal.h | |
parent | 4f72d188ada1e6ad725dfa9927112ec90c3ddf80 (diff) | |
download | bemenu-617c4ab827d9c71a122034594bb1080607f50398.tar.gz bemenu-617c4ab827d9c71a122034594bb1080607f50398.tar.bz2 bemenu-617c4ab827d9c71a122034594bb1080607f50398.zip |
Add selection wrapping (-w).
Diffstat (limited to 'lib/internal.h')
-rw-r--r-- | lib/internal.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/internal.h b/lib/internal.h index 4f6afbe..2fc9393 100644 --- a/lib/internal.h +++ b/lib/internal.h @@ -141,6 +141,11 @@ struct _bmMenu { * Drawing mode used in menu instance. */ bmDrawMode drawMode; + + /** + * Should selection be wrapped? + */ + char wrap; }; /* draw/curses.c */ |