[ python-Bugs-1119331 ] curses.initscr - initscr exit w/o env(TERM)
set
SourceForge.net
noreply at sourceforge.net
Wed Feb 9 15:51:06 CET 2005
Bugs item #1119331, was opened at 2005-02-09 08:51
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1119331&group_id=5470
Category: Python Library
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Jacob Lilly (jrlilly)
Assigned to: Nobody/Anonymous (nobody)
Summary: curses.initscr - initscr exit w/o env(TERM) set
Initial Comment:
the initscr in ncurses will cause an immeadiation exit
if the env doesn't have the TERM variable set. Could
the curses.initscr be changed so it tests if TERM is
set and raises an exception? It would be helpful to be
able to try and except this instead of just having
ncurses exit for you.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1119331&group_id=5470
More information about the Python-bugs-list
mailing list