]> granicus.if.org Git - mutt/commit
Fix batch mode lockup. (closes #3761) (closes #3760)
authorKevin McCarthy <kevin@8t8.us>
Sat, 11 Jul 2015 21:36:51 +0000 (14:36 -0700)
committerKevin McCarthy <kevin@8t8.us>
Sat, 11 Jul 2015 21:36:51 +0000 (14:36 -0700)
commitae24854526b2678131876da1e5480d7688b3282c
tree286c85459a6ec8d43da4a26550a3e779ddb6929e
parent32de2adc620a155f6ba90075df2694209fb6f292
Fix batch mode lockup.  (closes #3761) (closes #3760)

The new TS capability check was also running when curses wasn't
initialized.  Move check inside the !OPTNOCURSES block.
main.c