]> granicus.if.org Git - python/commit
In tcsetattr(), first initialize the mode structure by calling
authorGuido van Rossum <guido@python.org>
Fri, 12 Jun 1998 14:26:18 +0000 (14:26 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 12 Jun 1998 14:26:18 +0000 (14:26 +0000)
commite7c4193755843e308df180f3014cea214fbf6dc5
treed2245791585a70070682bac4a8c96d2275ed74ec
parentae9ee7329d350b57a2d7b835e4e77a00b67e21b6
In tcsetattr(), first initialize the mode structure by calling
tcgetattr().  This seems to be the only correct way to cope with
platform-specific structure members...
Modules/termios.c