[Python-Dev] Fixing pty.spawn()
Gustavo Barbieri
barbieri at gmail.com
Tue Sep 27 21:47:45 CEST 2005
More information about the Python-Dev mailing list
Tue Sep 27 21:47:45 CEST 2005
- Previous message: [Python-Dev] Fixing pty.spawn()
- Next message: [Python-Dev] Active Objects in Python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
The attached patch calls ioctl() to set master_fd win size. I use fcntl and struct modules, I have hardcoded values from termios since this module is deleted. Is it ok? -- Gustavo Sverzut Barbieri --------------------------------------- Computer Engineer 2001 - UNICAMP GPSL - Grupo Pro Software Livre Cell..: +55 (19) 9165 8010 Jabber: gsbarbieri at jabber.org ICQ#: 17249123 MSN: barbieri at gmail.com Skype: gsbarbieri GPG: 0xB640E1A2 @ wwwkeys.pgp.net -------------- next part -------------- A non-text attachment was scrubbed... Name: pty_spawn_set_winsize.patch Type: application/octet-stream Size: 1778 bytes Desc: not available Url : http://mail.python.org/pipermail/python-dev/attachments/20050927/f3303dad/pty_spawn_set_winsize.obj
- Previous message: [Python-Dev] Fixing pty.spawn()
- Next message: [Python-Dev] Active Objects in Python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list