]> granicus.if.org Git - python/commit
#1119331: ncurses will just call exit() if the terminal name isn't found.
authorAndrew M. Kuchling <amk@amk.ca>
Sat, 23 Feb 2008 15:49:35 +0000 (15:49 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Sat, 23 Feb 2008 15:49:35 +0000 (15:49 +0000)
commit322349e31b3c1472543428382b84a32d2fc2dfc7
treee7b385c87e8b707d370da6a0c65053538e7aa3ba
parent5972493383434e34a8ed00b3fecbfd7aaa484003
#1119331: ncurses will just call exit() if the terminal name isn't found.
Call setupterm() first so that we get a Python exception instead of just existing.
Lib/curses/__init__.py