<kraftwerk28>
Hm, kitty doesn't have such issue, alacritty does
<kraftwerk28>
Am I setting the title in a wrong way?
<dnkl>
hard to say without knowing exactly what the issues are. possibly you need to escape the title
<dnkl>
for example, my zsh preexec function just does this:
<dnkl>
echo -n "\e]0;${(q)1}\e\\"
<mx08>
I just noticed that pressing Ctrl-l consolidates subsequent empty promts (i.e. when just pressing enter) into one in the scrollback... is that intended behavior?
<mx08>
I hope you get what I mean from my description...
<dnkl>
Ctrl+L is shell dependent
<dnkl>
i.e when you press it, the shell decides which escapes to send to the terminal
<mx08>
oh ok
<dnkl>
default on zsh is to *just* clear the screen, and then redraw the prompt at the top of the window
<dnkl>
it doesn't touch the scrollback
<dnkl>
kraftwerk28: actually, I don't have the initial issue you mentioned in zsh
<novakane>
so I didn't really follow these last days, how you guys work around the git safe dir issue?
<dnkl>
i believe I used to, but think I fixed it. Maybe by switching to the preexec function mentioned above
<dnkl>
novakane: we don't
<dnkl>
:)
<novakane>
dnkl: :/ how do you build foot then?
<dnkl>
novakane: makepgk on arch. It does some fakeroot magic... It just works 🤷♂️