Cotix / cReddit

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

creddit: Refactoring the help system #37

Closed mkilgore closed 11 years ago

mkilgore commented 11 years ago

Some refactoring of the help display in LinkScreen. It moves the code out of 'drawHelp' (Which was a bit of a duplication of drawScreen) and makes the functionality part of LinkScreen, using a few values in the structure and then some code in drawScreen.