MouseUnSnag
MouseUnSnag copied to clipboard
Add nowrap parameter
Fixes https://github.com/dale-roberts/MouseUnSnag/issues/3
FYI @gillius the logic in this is backwards. By default, it disables wrapping and when you add /nowrap it enables wrapping, which had me confused. If it wraps by default, the option should be called /nowrap and the variable should be called nowrap and you need to negate wrap instead.
I posted some comments inline.
Got a PR to fix your PR here: https://github.com/gillius/MouseUnSnag/pull/1