Alexander Batischev
Alexander Batischev
Got it, so it works exactly as if I tagged a feed with a hidden tag. I wonder if this is worth the implementation effort then. Can't one just add...
Reproduced with current master, e6742753aad8f0625ec2679a1e90afbc9113a6c3, and also r2.10 tag. What is the expected behaviour, though? The line is drawn on top of the cursor, so the highlight style overrides cursor...
Ah, cool, so there *is* an STFL style we can use for this! Your second suggestion made me realize that focus could nullify the highlight. In other words, only non-focused...
@emanruse STFL is a library we use to render the UI; it works on top of ncurses. The styles I'm talking about is the same styles that `highlight-article` and `color`...
Thank you for the report. Newsboat definitely leaks a lot right after first update, and then very slowly while in use. Unfortunatelly, noone investigated it yet, and I'm currently exploring...
Yes, I've been thinking about this problem for a while now, but haven't found a solution yet. One part of the problem is described in #587. Another is that Newsboat...
> if db_version < x then use old_bahviour else use_new_behaviour That only provides backwards compatibility, but I want forward one as well. Some users sync their cache.db between computers, and...
Hmm, your questions made me re-read [`Cache::internalize_rssfeed()`](https://github.com/newsboat/newsboat/blob/b8c7a2ee5ab73474a0f09b0ef239205b8785dcad/src/cache.cpp#L562), and it doesn't actually read the contents of the articles. I might be misunderstanding what's causing the slowdown. > If there are messages/entries...
> If an item is updated (I think, you mean the feed itself has changed) Yeah, the item in the feed changed, e.g. an article was published and later it...
> Then lookup the datetime of the entry That date is taken from the feed, and the feed is free to change it any way it likes—e.g. it can move...