WIP Reverse sorting in Open & Slideshows dialog

...via --reversesort option.  WIP; need docs updated.
(Also need Tux Paint Config. changes, but that's another repo)
This commit is contained in:
Bill Kendrick 2022-05-15 23:56:53 -07:00
parent 27ec817973
commit b2225a62f5
5 changed files with 33 additions and 3 deletions

View file

@ -48,6 +48,7 @@ struct cfginfo
const char *colors_rows;
const char *print_delay;
const char *printcommand;
const char *reversesort;
// const char *promptless_save;
const char *_promptless_save_over;
const char *_promptless_save_over_new;