Added
- Workaround for Sway bug #6960: scrollback search and the OSC-555 (“flash”) escape sequence leaves dimmed (search) and yellow (flash) artifacts (#1046).
Control+Shift+v
andXF86Paste
have been added to the default set of key bindings that paste from the clipboard into the scrollback search buffer. This is in addition to the pre-existingControl+v
andControl+y
bindings.
Changed
- Scrollback search’s
extend-to-word-boundary
no longer stops at space-to-word boundaries, making selection extension feel more natural.
Fixed
- build: missing symbols when linking the
pgo
helper binary. - UI not refreshing when pasting something into the scrollback search box, that does not result in a grid update (for example, when the search criteria did not result in any matches) (#1040).
- foot freezing in scrollback search mode, using 100% CPU (#1036, #1047).
- Crash when extending a selection to the next word boundary in scrollback search mode (#1036).
- Scrollback search mode not always highlighting all matches correctly.
- Sixel options not being reset on hard resets (
\Ec
)