diff options
author | Kalle Wallin <kaw@linux.se> | 2005-06-15 20:36:50 +0000 |
---|---|---|
committer | Kalle Wallin <kaw@linux.se> | 2005-06-15 20:36:50 +0000 |
commit | aa11ee4b0f6b186c0beca5b6bc1f818cebe981f5 (patch) | |
tree | aba36263e0a5f7c09980184a19d2c3c566f68d82 /src/options.h | |
parent | c94d06df7370bfe88f6a42f22142f05927c5c44b (diff) | |
download | mpd-aa11ee4b0f6b186c0beca5b6bc1f818cebe981f5.tar.gz mpd-aa11ee4b0f6b186c0beca5b6bc1f818cebe981f5.tar.xz mpd-aa11ee4b0f6b186c0beca5b6bc1f818cebe981f5.zip |
New configuraton option: find-show-last
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@3359 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/options.h')
-rw-r--r-- | src/options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/options.h b/src/options.h index 6acf88b09..10aba1441 100644 --- a/src/options.h +++ b/src/options.h @@ -21,6 +21,7 @@ typedef struct gboolean reconnect; gboolean debug; gboolean find_wrap; + gboolean find_show_last_pattern; gboolean list_wrap; gboolean auto_center; gboolean wide_cursor; |