]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - package/ncursesw.map
ncurses 6.0 - patch 20161029
[ncurses.git] / package / ncursesw.map
index f0402db7147bcbe91a8a088d574b57bc2e6169a3..8435b4a0028e9f446a46f12264d1f8060ad32dc5 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: ncursesw.map,v 1.37 2015/09/05 19:33:48 tom Exp $
+# $Id: ncursesw.map,v 1.38 2016/10/30 01:11:09 tom Exp $
 # script for shared library symbol-versioning using ld
 #
 # This file was generated by ncu-mapsyms
@@ -421,6 +421,7 @@ NCURSES_TINFO_5.8.20110226 {
                keyname_sp;
                keyok_sp;
                killchar_sp;
+               longname_sp;
                napms_sp;
                new_prescr;
                nocbreak_sp;
@@ -1254,8 +1255,15 @@ NCURSESW_5.9.20150530 {
                form_driver_w;
                wgetdelay;
        local:
-               _*;
                _nc_mvcur;
                _nc_mvcur_sp;
                _nc_trace_mmask_t;
 } NCURSESW_5.8.20110226;
+
+NCURSESW_6.0.current {
+       global:
+               unfocus_current_field;
+       local:
+               _*;
+               _nc_Unset_Current_Field;
+} NCURSESW_5.9.20150530;