hey very goodd job on the changes, I love them is getting to be very usable, about to
move from newsboat to start using it and helping you with issues when
possible.
One thing I notice, I use a tiling window manager(sway) and when you do
help it cant scroll down to see the whole content, I have to command+f
to see it full screen.
What exactly was the issues with transparency ? It was working fine for
me. (of course did not had it on all the time)
Speaking of time, will be nice if it it pull and been able to configure
a time like every 5m check and update feeds... :)
> One thing I notice, I use a tiling window manager(sway) and when you do> help it cant scroll down to see the whole content, I have to command+f> to see it full screen.
I am also using sway, and I am not quite sure I am understanding you
here, you should be able to navigate over to the content using either
the right arrow or the configured key associated with move right command and
then navigate through the content either with the up/down arrows or
configured move up/down commands. If this is not working right could
you please take a screenshot and send it over?
> What exactly was the issues with transparency ? It was working fine for> me. (of course did not had it on all the time)
It was causing problems with the new subscription page due to the way cview
sets the selected color in a tree view, and instead of doing it differently
for each of the pages it was better to remove it entirely. It is possible
I may add it back if cview ever adds an option to set the selected color
like it does in list view.
> Speaking of time, will be nice if it it pull and been able to configure> a time like every 5m check and update feeds... :)
This was something I was debating adding. It will add a great deal more
complexity due to displaying error messages if something happens during
an update, since it we would want to kick off a goroutine to handle the
updates, otherwise the application will prevent the user being able to
navigate until an update is completed. I will need to ponder on this
one a bit more before adding it to the TODO.
On Sun Aug 16, 2020 at 3:28 PM EDT, Chris Palmer wrote:
> > One thing I notice, I use a tiling window manager(sway) and when you do> > help it cant scroll down to see the whole content, I have to command+f> > to see it full screen.>
I realized what you mean now, I fixed this last night with commit:
https://git.sr.ht/~chrisppy/beagles/commit/93c52c7