Command line config file download util
Updated the TUI code to use less memory, and added a help menu. Just need to implement autoConfig() functionality. Also thinking of changing the name of the program and moving it under 'utils' directory.
This program is ready, when you are.
Thanks!
Please fix the remaining compilation warnings: https://travis-ci.com/matlo/GIMX/builds/122616488
Sure
Okay, all compiler warnings have now vanished for my program. Enjoy!
Thanks for taking the time to give feedback - means a lot to a beginner! I'll start working on those changes. If you like, I could also pull all the code I copied directly from gimx-launcher into a shared library.
I tested the manual download. In my opinion page up and page down should be inverted. Page down is usually used to go forward, and page up backward.
Okay
On Ubuntu with a terminal size of 46x13, app crashes when displaying page 10.
I believe this is a rounding error, there should have been 9 pages. While cleaning up my code I noticed how badly it deals with corner cases when lines overflow the screen width. In spare time I've been writing a new mapping system, which is a lot easier to use. It will be fixed soon. I apologise. :)