tmux-thumbs/src
Thomas Preston e006b06ea0 swapper: Make quotes optional in key-value regex
The regular expression describing the tmux user options expects to find
quotes around the value. However, in at least tmux 3.0a the
`show-options -g` command doesn't display quotes around the values,
which means the regex fails.

For example, the current regex will fail to find these user options:

	$ tmux -V
	tmux 3.0a

	$ tmux show -g | grep -E "@thumbs"
	@thumbs-bg-color default
	@thumbs-fg-color green
	@thumbs-hint-bg-color default
	@thumbs-hint-fg-color blue
	@thumbs-select-bg-color default
	@thumbs-select-fg-color green

Make the quotes optional so that these options are picked up.

Fixes #33
2020-05-10 13:28:51 +02:00
..
alphabets.rs First termion attempt 2020-05-04 22:06:55 +02:00
colors.rs First termion attempt 2020-05-04 22:06:55 +02:00
main.rs Better handling of target param 2020-05-04 22:06:55 +02:00
state.rs Add support for docker images 2020-05-05 18:30:47 +00:00
swapper.rs swapper: Make quotes optional in key-value regex 2020-05-10 13:28:51 +02:00
view.rs Use termion AlternateScreen 2020-05-04 22:06:55 +02:00