You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So in a subreddit link screen I can hit L to load up to link number 52 (second page of links), then when I hit L again, link number 53 will be the same as link #1, and it will repeat from there. Continuing to hit L will continue to load these two pages, first and second page, over and over again.
The text was updated successfully, but these errors were encountered:
I tried adding the contents of what happens when you hit the 'u' key to refresh the screen, but it only semi-works. Is there a better way to full-refresh the link screen?
Quick update about the 'L' key issue, I have what I think is a fix for this bug checked into my branch. In the vparseTokens function in libreddit/token.c, after a full block of JSON was parsed, the function would step out but end up stepping past an important key label ('after', which lets u know how to get to the next page of reddit links). I have fixed this by decrementing the currentToken after a successful performIdentAction has taken place.
Please let me know if it looks okay and I'll send out a pull request. Thanks!
So in a subreddit link screen I can hit L to load up to link number 52 (second page of links), then when I hit L again, link number 53 will be the same as link #1, and it will repeat from there. Continuing to hit L will continue to load these two pages, first and second page, over and over again.
The text was updated successfully, but these errors were encountered: