Fix -L option in curses port
authorBill Lash <william.lash@gmail.com>
Thu, 20 Dec 2018 00:38:44 +0000 (18:38 -0600)
committerBill Lash <william.lash@gmail.com>
Thu, 20 Dec 2018 00:38:44 +0000 (18:38 -0600)
commit4066ad8460c490fa9e2942cf19938a9fbcc03e76
treee627fad41dbb585a02dc89888ca2fddba1cfdd07
parentb0db901f1300cc733dc201f4d35dfdf753e9a472
Fix -L option in curses port

When the -R option of curses frotz was renamed -L the L was left out
of the options string passed to getopt.  This caused the -L option
to not be recognized
src/curses/ux_init.c