dnkl changed the topic of #foot to: Foot - fast, lightweight and minimalistic Wayland terminal emulator || 1.16.2 || https://codeberg.org/dnkl/foot || channel logs: https://libera.irclog.whitequark.org/foot
Kabouik has quit [Remote host closed the connection]
Kabouik has joined #foot
Kabouik has joined #foot
luca has quit [Ping timeout: 256 seconds]
Biolunar has quit [Ping timeout: 264 seconds]
Biolunar has joined #foot
luca has joined #foot
trepatudo has quit [Ping timeout: 252 seconds]
trepatudo has joined #foot
erectus has quit [Ping timeout: 260 seconds]
erectus has joined #foot
newchair has quit [Ping timeout: 264 seconds]
chiselfuse has quit [Ping timeout: 260 seconds]
chiselfuse has joined #foot
luca_ has joined #foot
luca has quit [Ping timeout: 272 seconds]
luca_ is now known as luca
bookworm has quit [Ping timeout: 268 seconds]
_whitelogger_ has joined #foot
trepatud1 has joined #foot
lbia1 has joined #foot
luca has quit [*.net *.split]
trepatudo has quit [*.net *.split]
xenrox has quit [*.net *.split]
lbia has quit [*.net *.split]
sefidel has quit [*.net *.split]
init has quit [*.net *.split]
_whitelogger has quit [*.net *.split]
xenrox_ is now known as xenrox
sefidel_ is now known as sefidel
luca_ is now known as luca
init has joined #foot
trepatud1 is now known as trepatudo
bookworm_ has joined #foot
psusi has joined #foot
<psusi> hi, I've found a regression in foot. I have saved a rich text file of a particular set of colorized email summary I had from notmuch in emacs that caused terminal breakage. It only does this on version 1.14.0 and later, 1.13.1 and earlier are fine.
low-key has joined #foot
brocellous has quit [Remote host closed the connection]
c7s has quit [Remote host closed the connection]
dnkl has quit [Remote host closed the connection]
p00f has quit [Remote host closed the connection]
lh has quit [Remote host closed the connection]
rockorager has quit [Remote host closed the connection]
novakane has quit [Remote host closed the connection]
d4ve has quit [Remote host closed the connection]
psnszsn has quit [Remote host closed the connection]
SusanTheNerd has quit [Remote host closed the connection]
akspecs has quit [Remote host closed the connection]
leon-p has quit [Remote host closed the connection]
freed00m has quit [Remote host closed the connection]
Hummer12007 has quit [Remote host closed the connection]
jmcantrell has quit [Remote host closed the connection]
ifreund has quit [Write error: Connection reset by peer]
dekedro has quit [Remote host closed the connection]
rselim has quit [Remote host closed the connection]
gbrlsnchs has quit [Remote host closed the connection]
cat has quit [Remote host closed the connection]
tkna has quit [Write error: Connection reset by peer]
dooba has quit [Write error: Connection reset by peer]
rodrgz has quit [Write error: Broken pipe]
ursa-major has quit [Write error: Broken pipe]
tommybomb has quit [Remote host closed the connection]
tachi has quit [Remote host closed the connection]
coder_kalyan has quit [Write error: Broken pipe]
onjen has quit [Write error: Broken pipe]
kaathewise has quit [Remote host closed the connection]
cpli has quit [Remote host closed the connection]
andrea has quit [Remote host closed the connection]
pvsr has quit [Remote host closed the connection]
geemili has quit [Remote host closed the connection]
Hummer12007 has joined #foot
geemili has joined #foot
tkna has joined #foot
brocellous has joined #foot
cat has joined #foot
pvsr has joined #foot
rockorager has joined #foot
tommybomb has joined #foot
leon-p has joined #foot
lh has joined #foot
andrea has joined #foot
psnszsn has joined #foot
rodrgz has joined #foot
dekedro has joined #foot
tachi has joined #foot
rselim has joined #foot
d4ve has joined #foot
c7s has joined #foot
jmcantrell has joined #foot
ifreund has joined #foot
gbrlsnchs has joined #foot
freed00m has joined #foot
dooba has joined #foot
novakane has joined #foot
dnkl has joined #foot
SusanTheNerd has joined #foot
cpli has joined #foot
p00f has joined #foot
akspecs has joined #foot
ursa-major has joined #foot
kaathewise has joined #foot
coder_kalyan has joined #foot
onjen has joined #foot
<dnkl> psusi: that's not a regression. The default color scheme in foot was changed in 1.14
<dnkl> this is mentioned in the changelog
<psusi> dnkl: yes, each version has a different color scheme, but the terminal gets fscked up, meaning extra newlines are inserted, requested colors are applied to the wrong text, and so on
<psusi> the cursor position gets out of sync with where emacs thinks it is
<psusi> like the escape codes are being misinterpreted
<psusi> sometimes a C-L to repaint the screen fixes it, sometimes not...
<psusi> specifically between lines 18 and 19 of that file, a blank line is displayed, shifting all of the subsequent lines down a line. There's another one furthe rdown the screen, shifting everything again, so then the emacs mode line gets hosed
<psusi> hrm... actually, with the rich text file I'm not seeing the modeline get broken now, but I did see that with the original notmuch screen
<psusi> but these totally blank lines that shift everything down don't happen with the older versions
<dnkl> I have serious doubts this is a bug. More likely som kind of incompatibility. My suggestion would be that you do a git bisect to find the commit that changed the behavior
Biolunar has quit [Ping timeout: 256 seconds]
Biolunar has joined #foot
ninewise has joined #foot
<ninewise> I'm encountering a strange convolution since switching to foot on my current desktop (this morning)
<ninewise> every time I focus the terminal (I'm using the river wm, but I don't think that's related), some signal is send to `ncspot` which in running in foot
<ninewise> which causes ncspot (a spotify player) to seek back 10 seconds (the keybinding for this is normally shift+b)
<ninewise> does foot somehow notify running programs of focus?
<ninewise> (and can I turn that off?)
<ninewise> (I don't think river is related because my previous terminal, st, did not notice anything on focus)
mario_ has joined #foot
mario_ has quit [Client Quit]
mario_ has joined #foot
mario_ has quit [Client Quit]
<psusi> dnkl: damn... I'm getting a warning treated as an error when trying to bisect. How can I have ninja disable -Werror?
<dnkl> ninewise: sounds like a known issue with a specific version of foot's terminfo. Upgrade to a later version
<dnkl> either that, or the application is (probably indirectly, via terminfo) enabling focus on/out events, but are then not recognizing the escapes sent by the terminal
<dnkl> psusi: -Dwerror=false ought to work
<ninewise> I'll try out updating tomorrow, thanks for the hints
ninewise has quit [Ping timeout: 260 seconds]
ninewise has joined #foot
<dnkl> ninewise: oh... a specific version of foot's terminfo *shipped with ncurses*. Forgot to mention that last part...
<psusi> dnkl: ninja -Dwerror=false? it says it doesn't recognize that
<ifreund> psusi: configuration args need to be passed to meson
psusi has quit [Quit: ERC 5.5 (IRC client for GNU Emacs 29.0.60)]
bookworm_ has quit []
bookworm has joined #foot
chiselfuse has quit [Remote host closed the connection]
chiselfuse has joined #foot