X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=package%2Fncurses.map;h=0b2a1ab2cf1082376e75a237cefabe26f04c94e0;hp=a77fae1d8e9003d11b4911bf8e0cccf5bf8b3a42;hb=5c90fc94a5ac426a5e51732720767d5f0041830d;hpb=45291421bee33c79ffb4c8f0e1b67ca5cc262114 diff --git a/package/ncurses.map b/package/ncurses.map index a77fae1d..0b2a1ab2 100644 --- a/package/ncurses.map +++ b/package/ncurses.map @@ -1,4 +1,4 @@ -# $Id: ncurses.map,v 1.45 2018/12/15 23:59:50 tom Exp $ +# $Id: ncurses.map,v 1.52 2020/05/27 19:26:59 tom Exp $ # script for shared library symbol-versioning using ld # # This file was generated by ncu-mapsyms @@ -765,7 +765,6 @@ NCURSES_6.1.20171230 { reset_color_pairs_sp; unfocus_current_field; local: - _*; _nc_Unset_Current_Field; _nc_change_pair; _nc_init_color; @@ -775,6 +774,13 @@ NCURSES_6.1.20171230 { _nc_set_color_pair; } NCURSES_5.9.20150530; +NCURSES_6.2.20200212 { + global: + exit_curses; + local: + _*; +} NCURSES_6.1.20171230; + NCURSES_TIC_5.0.19991023 { global: _nc_capcmp; @@ -1193,9 +1199,18 @@ NCURSES_TINFO_6.1.20171230 { _nc_free_termtype2; } NCURSES_TINFO_5.9.20150530; -NCURSES_TINFO_6.1.current { +NCURSES_TINFO_6.2.20200212 { global: + _nc_find_user_entry; _nc_fmt_funcptr; + _nc_wacs_width; + curses_trace; + exit_terminfo; +} NCURSES_TINFO_6.1.20171230; + +NCURSES_TINFO_6.2.current { + global: + _nc_tiparm; local: _*; -} NCURSES_TINFO_6.1.20171230; +} NCURSES_TINFO_6.2.20200212;