[New-bugs-announce] [issue7567] Messed up terminal after calling curses.initscr() twice.

Yury report at bugs.python.org
Wed Dec 23 02:46:18 CET 2009


New submission from Yury <yury.sobolev at gmail.com>:

Calling curses.initscr after curses.endwin() results in a messed up
terminal the second time curses.endwind() is called. For example:

import curses
curses.initscr(); curses.endwin(); curses.initscr(); curses.endwin()

This behaves correctly in python 2.5. It does not work in python 2.6.

----------
components: Library (Lib)
messages: 96826
nosy: yury
severity: normal
status: open
title: Messed up terminal after calling curses.initscr() twice.
versions: Python 2.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7567>
_______________________________________


More information about the New-bugs-announce mailing list