Keith Mitchell wrote: > Hi, > > The Text Installer, being built on the curses module of Python, is > expected to work on most terminal types 'by default,' with the > expectation that the underlying Python curses module, Ncurses library, > and terminfo data will correctly handle the calls used. With that in > mind, there are three terminal types that will get explicit testing: > > sun-color > vt100 > xterm* > > *xterm getting tested is a side effect of developing the Text Installer > from a gnome desktop, and frequently running it from a gnome-terminal. > > My question is, are there any other major terminals that deserve > explicit testing? > > - Keith
Is there a documented list of terminals which the "Python curses module" is supposed to support? I briefly poked around the docs.python.org and did not find a list. If a documented list of terminals supported by "Python curses module" can be found it could help us decide what set we should test on. Joe
