geometry-zsh/geometry

GEOMETRY_CMDTITLE has issues with escape codes

torarnv opened this issue · 1 comments

E.g.:

printf '\e]8;;http://example.com\e\\This is a link\e]8;;\e\\\n'

Will results in corrupted output.

Hey @torarnv I'd love some help making the escape functionality more robust. I wrote it with limited experience and testing with just a few "normal" titles.

#302