[Patches] [ python-Patches-410267 ] some additional constants for termios

noreply@sourceforge.net noreply@sourceforge.net
Wed, 04 Apr 2001 14:20:23 -0700


Patches item #410267, was updated on 2001-03-21 01:43
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=410267&group_id=5470

Category: Modules
Group: None
>Status: Closed
Priority: 5
Submitted By: Michael Hudson (mwh)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: some additional constants for termios

Initial Comment:
This adds a pile of constants that were in my old
plat-linux2/TERMIOS.py that aren't in the new termios.c.

I'm not sure all of them have valid uses, but some of
them certainly do (I noticed that TIOCGWINSZ was missing).

----------------------------------------------------------------------

>Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2001-04-04 14:20

Message:
Logged In: YES 
user_id=3066

Added #include in Modules/termios.c revision 2.21.  That's a lot of constants!

----------------------------------------------------------------------

Comment By: Michael Hudson (mwh)
Date: 2001-04-03 03:55

Message:
Logged In: YES 
user_id=6656

Embarassingly, this patch doesn't do as much as it should,
because not all the necessary headers are included.

The additional patch #includes <sys/ioctl.h>.  I don't know
if we need some kind of guard before including this header.

----------------------------------------------------------------------

Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2001-03-26 09:14

Message:
Logged In: YES 
user_id=3066

Checked in as Modules/termios.c revision 2.20.


----------------------------------------------------------------------

Comment By: Michael Hudson (mwh)
Date: 2001-03-21 08:17

Message:
Logged In: YES 
user_id=6656

CTRL isn't a constant; I should probably try compiling my
patches before sending them in.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=410267&group_id=5470