Cotix / cReddit

CLI Reddit client written in C. Oh, crossplatform too!
Other
96 stars 14 forks source link

Comment scrolling now works #20

Closed rslabbert closed 11 years ago

rslabbert commented 11 years ago

You can now scroll through comments and it'll get more when it reaches the bottom, but it doesn't break very elegantly.

Also initialized cList[500] with an = {0} to stop it from becoming a pain later with uninitialized variables.