Menu

#4 Also Missing functions

closed
None
5
2006-01-17
2004-08-09
No

My OS WinXP
Compiler gcc (GCC) 3.2.3 (mingw special 20030504-1)

I try compile standart python modile "_curses" using
PDCurses.

Some functions uses _curses missing in PDCurses:

"filter", "getwin", "has_key", "noqiflush", "putp",
"putwin", "qiflush", "setupterm", "tigetflag", "tigetnum",
"tigetstr", "tparm", "use_env"
I do`nt known what realize.

Help my for realize it

Discussion

  • William McBrine

    William McBrine - 2005-11-18

    Logged In: YES
    user_id=27933

    Most of those are low-level terminfo functions, which have
    no purpose in PDCurses, since it doesn't use terminfo.
    However, since they are (IMHO, wrongly) defined as part of
    the standard, I'll try to implement them as stubs.

     
  • William McBrine

    William McBrine - 2005-12-16

    Logged In: YES
    user_id=27933

    BTW, has_key() is not in the standard, but it's in CVS for
    the next version.

     
  • William McBrine

    William McBrine - 2005-12-17

    Logged In: YES
    user_id=27933

    Added stubs for all but the functions which are (also)
    supposed to be in term.h. I'm not yet sure how to handle those.

     
  • William McBrine

    William McBrine - 2005-12-31

    Logged In: YES
    user_id=27933

    Stubs for terminfo functions are now in. I believe that's
    everything you listed (and more). Please let me know if 2.7
    works for you.

     
  • William McBrine

    William McBrine - 2005-12-31
    • assigned_to: nobody --> wmcbrine
    • status: open --> pending
     
  • SourceForge Robot

    • status: pending --> closed