X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fada%2Fterminal_interface-curses_constants__ads.htm;h=8be0214c90eaafa372c3a9d888d2fd0824bfc99a;hp=1b7f4a6512d78494318841f7ac1ce4c3a764fb4f;hb=c11444e368f1d5964bd0f81e6e3b0f8c8ccd09cc;hpb=a0914678507b8ee1d1a0440625235fd7b48964bc diff --git a/doc/html/ada/terminal_interface-curses_constants__ads.htm b/doc/html/ada/terminal_interface-curses_constants__ads.htm index 1b7f4a65..8be0214c 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 := 3; - Version : constant String := "6.3"; + NCURSES_VERSION_MINOR : constant := 4; + Version : constant String := "6.4"; -- Character non-color attributes from attr(3NCURSES)