Skip to content

Commit 65585ca

Browse files
Remove now-wrapped functions from the curses unsupported list (GH-152480)
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent a385d20 commit 65585ca

1 file changed

Lines changed: 4 additions & 10 deletions

File tree

Modules/_cursesmodule.c

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,10 @@
4040
4141
Here's a list of currently unsupported functions:
4242
43-
addchnstr addchstr color_set define_key
44-
del_curterm inchnstr inchstr innstr keyok
45-
mcprint mvaddchnstr mvaddchstr mvcur mvinchnstr
46-
mvinchstr mvinnstr mmvwaddchnstr mvwaddchstr
47-
mvwinchnstr mvwinchstr mvwinnstr
48-
restartterm ripoffline
49-
scrl set_curterm setterm
50-
tgetent tgetflag tgetnum tgetstr tgoto timeout tputs
51-
vidattr vidputs waddchnstr waddchstr
52-
wcolor_set winchnstr winchstr winnstr wmouse_trafo wscrl
43+
del_curterm mcprint mvcur restartterm
44+
ripoffline set_curterm setterm
45+
tgetent tgetflag tgetnum tgetstr tgoto tputs
46+
vidattr vidputs wmouse_trafo
5347
5448
Low-priority:
5549
slk_attr slk_attr_off slk_attr_on slk_attr_set slk_attroff

0 commit comments

Comments
 (0)