Fix long option crap.
authorDavid Griffith <dave@661.org>
Wed, 22 Feb 2017 12:33:25 +0000 (04:33 -0800)
committerDavid Griffith <dave@661.org>
Wed, 22 Feb 2017 12:33:25 +0000 (04:33 -0800)
commitd2f29032683c03cbea9367cbb34b321792ba49f4
tree53fea8eaf954b5a3b4b88b14e47121bf872c40b7
parent8ba496c113905bb0b623ec57be7de3042f933daf
Fix long option crap.

The zgetopt() function will throw an error if you attempt to use a long
option flag like --this.  So I'm including "-" in the third parameter to
zgetopt() to cause long option flags to be ignored.
src/curses/ux_init.c