Commit message (Collapse) | Author | ||
---|---|---|---|
2020-04-04 | Add note about symlinking /etc/ssl/cert.pem | June McEnroe | |
2020-04-03 | Use gnu-case-range and gnu-conditional-omitted-operand extensions | June McEnroe | |
I'm sad to do this but I just can't stand writing (foo ? foo : bar) anymore. | |||
2020-04-03 | Only treat /open param as count if single digit | June McEnroe | |
2020-04-02 | Use a for loop for getopt | June McEnroe | |
2020-04-02 | Generate short option string with a loop | June McEnroe | |
Also change the way option structs are initialized so that the array sorts the same way as the switch statement. | |||
2020-04-02 | Do not add an extra blank line on uiLoad | June McEnroe | |
Adding one for the last unread position now, so this is mostly redundant, I think. | |||
2020-04-02 | Preserve the last blank line on reflow |