X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fhtml%2Fada%2Fterminal_interface-curses_constants__ads.htm;h=d0d54dddba54d55d281f2c7f77f8484a6b61f325;hb=a816c8dae437106bbf1661304240ff568ae3efef;hp=d94896312f105397c0b9bf3ff0483870127f2356;hpb=1f474475aab29bc166012819129d46c70320efdc;p=ncurses.git diff --git a/doc/html/ada/terminal_interface-curses_constants__ads.htm b/doc/html/ada/terminal_interface-curses_constants__ads.htm index d9489631..d0d54ddd 100644 --- a/doc/html/ada/terminal_interface-curses_constants__ads.htm +++ b/doc/html/ada/terminal_interface-curses_constants__ads.htm @@ -36,8 +36,8 @@ -- Version of the ncurses library from extensions(3NCURSES) NCURSES_VERSION_MAJOR : constant := 6; - NCURSES_VERSION_MINOR : constant := 2; - Version : constant String := "6.2"; + NCURSES_VERSION_MINOR : constant := 3; + Version : constant String := "6.3"; -- Character non-color attributes from attr(3NCURSES)