X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fada%2Fterminal_interface-curses_constants__ads.htm;fp=doc%2Fhtml%2Fada%2Fterminal_interface-curses_constants__ads.htm;h=d94896312f105397c0b9bf3ff0483870127f2356;hp=e57ea4a0c9b7f570fbad03a90d23cafce1e4709f;hb=47d2fb4537d9ad5bb14f4810561a327930ca4280;hpb=c55d387cebf1cee4757ca2c2ef4fbeae59ee4175 diff --git a/doc/html/ada/terminal_interface-curses_constants__ads.htm b/doc/html/ada/terminal_interface-curses_constants__ads.htm index e57ea4a0..d9489631 100644 --- a/doc/html/ada/terminal_interface-curses_constants__ads.htm +++ b/doc/html/ada/terminal_interface-curses_constants__ads.htm @@ -20,7 +20,7 @@ -- The values provided here may vary on your system. with System; -package Terminal_Interface.Curses_Constants is +package Terminal_Interface.Curses_Constants is pragma Pure; DFT_ARG_SUFFIX : constant String := ""; @@ -36,8 +36,8 @@ -- Version of the ncurses library from extensions(3NCURSES) NCURSES_VERSION_MAJOR : constant := 6; - NCURSES_VERSION_MINOR : constant := 1; - Version : constant String := "6.1"; + NCURSES_VERSION_MINOR : constant := 2; + Version : constant String := "6.2"; -- Character non-color attributes from attr(3NCURSES) @@ -397,5 +397,5 @@ TRACE_ATTRS_First : constant := 12; TRACE_ATTRS_Last : constant := 12; Trace_Size : constant := 32; -end Terminal_Interface.Curses_Constants; +end Terminal_Interface.Curses_Constants;