mirror of
https://github.com/wez/wezterm.git
synced 2024-11-28 01:06:37 +03:00
957cc592a6
`wezterm.action{ExtendSelectionToMouseCursor=nil}` doesn't produce an `ExtendSelectionToMouseCursor(None)` value because a table value of `nil` is equivalent to that key not being present and lua sees just an empty table. Instead we need to accept `ExtendSelectionToMouseCursor={}` a valid way to indicate an `Option::None` which is what this commit does. Due to weirdness that I haven't had a chance to run down, passing that value through `wezterm.action` doesn't produce the intended value, so I'm adjusting the docs to show to specify an alternative syntax for this as part of this commit. refs: https://github.com/wez/wezterm/issues/282 |
||
---|---|---|
.. | ||
appearance.markdown | ||
files.markdown | ||
font-shaping.markdown | ||
fonts.markdown | ||
keys.markdown | ||
launch.markdown | ||
lua.markdown | ||
misc.markdown |