mps-youtube / yewtube

yewtube, forked from mps-youtube , is a Terminal based YouTube player and downloader. No Youtube API key required.
GNU General Public License v3.0
8.09k stars 644 forks source link

Comments height #1145

Open elig0n opened 3 years ago

elig0n commented 3 years ago

mps-youtube shows 5 comments for a page, if some of the comments of a page are spanning several lines this usually forces a user to also scroll his terminal up to view all of them. An alternative approach would be to divide the comment pages at lines-length, maybe at an exception of one comment for a whole page. This way the user doesn't have to "scroll" twice - his terminal and the comments pages.