Commit 2b3feec5 authored by Michael W. Hudson's avatar Michael W. Hudson

This is more-or-less:

[ 1005123 ] test_curses fails on MacOS X 10.3

Be a bit more guarded about what we expect a terminal to be capable
of.
parent 3fdd43ef
...@@ -140,6 +140,7 @@ def module_funcs(stdscr): ...@@ -140,6 +140,7 @@ def module_funcs(stdscr):
func() func()
# Functions that actually need arguments # Functions that actually need arguments
if curses.tigetstr("cnorm"):
curses.curs_set(1) curses.curs_set(1)
curses.delay_output(1) curses.delay_output(1)
curses.echo() ; curses.echo(1) curses.echo() ; curses.echo(1)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment