Alexander Batischev
Alexander Batischev
Hmm: * I'm running Debian Bullseye (seems you do, too) * Newsboat 2.13 and 2.21 (built from source) do not reflow the text for me, neither in Xterm `TERM=xterm`, nor...
I'm running Tmux 3.1c as well. My config is [here](https://github.com/Minoru/dotfiles/blob/f4f4660028393c4124fa4541c57883f8fd98d302/.tmux.conf). I am too lazy to test with an empty one, but the only relevant option seems to be `focus-events`; I...
Puzzling! Are you able to build from Git (or install from Snap store)? If you can, then what behaviour do you observe?
Yes, for be both 2.21 and 2.13 don't reflow, which is different from what you reported; that's why I labelled this as "can't reproduce". The fact that it's solved in...
Sorry, this is a user-contributed script, I can't tell offhand if it works or not. It was contributed by @Sermak-GIT, perhaps they'll know what's going on with these errors?
Only through macros. There's a design that would allow this for ordinary keys as well, but it's blocked on changes to `KeyMap` which are blocked on `Utf8String` work which I'm...
Hi! That feed uses RSS 2.0, i.e. a format that doesn't let the publisher specify the format of their entries; Newsboat assumes HTML. That's why it consolidates all the whitespace...
@machocam At least GitLab is open core, so you can open an issue with them and ask them to fix their feeds: either put HTML into their RSS, or switch...
Sure, add this to your config: ``` run-on-startup select-tag ``` I'll keep this issue open because I think it's time to add this to the FAQ :)
You could re-bind q in feedlist to invoke `select-tag` as well.