Results 731 comments of Alexander Batischev

There isn't. I didn't set it up because I don't want to keep HTML anchors the same between different versions. But now that I think about it, HTTP redirect should...

Great! A couple pointers: - https://newsboat.org/releases/2.33/docs/newsboat.html#_first_steps will give you a short intro to what this program even does - this change affects src/itemviewformaction.cpp - the renderer is invoked by functions...

The quote is from the [GNU Make manual](https://www.gnu.org/software/make/manual/html_node/Standard-Targets.html), which is not a spec. Furthermore, Newsboat is not a GNU program, so adhering to GNU conventions is, I believe, optional. OTOH...

Hi! We used to have such functionality for Google Reader back in its day, but it's gone now, along with the Reader. I understand Reader had a separate protocol for...

It has to authenticate for synchronization: 1. to fetch a list of feeds and their categories (which are then converted into Newsboat tags). The feeds and their articles are indeed...

That's be inconvenient, and once we have it users will start asking for a full-fledged integration =\ Okay, let's re-open this and see if there are any developers willing to...

I can't reproduce on Linux with Newsboat r2.33-14-ga88ab. Tried it in Gnome Terminal (`TERM=xterm-256color`), with and without Tmux 3.3a (`TERM=screen-256color`). A couple questions: 1. does pressing ^L fixes it? 2....

Apparently Homebrew builds Newsboat in such a way that it uses Ncurses shipped with macOS: https://github.com/Homebrew/homebrew-core/blob/e1a7081e30c5f7e646f704540b861a14ad972543/Formula/n/newsboat.rb#L29 I don't know if there's a way to make it use Brew's ncurses, other...

Cool! @youvegottabecrazy, have you tried this with macOS Sonoma?