From: Fred L. D. <fd...@us...> - 2001-01-16 15:49:07
|
Update of /cvsroot/py-howto/pyhowto In directory usw-pr-cvs1:/tmp/cvs-serv3711 Modified Files: curses.tex Log Message: Fix minor typo: rerminals --> terminals Index: curses.tex =================================================================== RCS file: /cvsroot/py-howto/pyhowto/curses.tex,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -r1.11 -r1.12 *** curses.tex 2001/01/16 13:01:04 1.11 --- curses.tex 2001/01/16 15:49:00 1.12 *************** *** 32,36 **** In a world of X displays, one might ask ``why bother''? It's true ! that character-cell display rerminals are an obsolete technology, but there are niches in which being able to do fancy things with them are still valuable. One is on small-footprint or embedded Unixes that --- 32,36 ---- In a world of X displays, one might ask ``why bother''? It's true ! that character-cell display terminals are an obsolete technology, but there are niches in which being able to do fancy things with them are still valuable. One is on small-footprint or embedded Unixes that |