.gitconfig has
[interactive]
diffFilter = delta --color-only
Running normally is fine.
But once in GNU screen, git diff results in extra chars being printed before and after the prompt:
^[]11;rgb:0000/0000/0000^G ... 11;rgb:0000/0000/0000

(Similar strangeness happening with using as pager.)
.gitconfig has
Running normally is fine.
But once in GNU screen,
git diffresults in extra chars being printed before and after the prompt:(Similar strangeness happening with using as pager.)