X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fada%2Fterminal_interface-curses-text_io-float_io__ads.htm;h=23f93b07b79c8e198d5cdd0c505d387d2126cc86;hb=dcfe712cb3492636e8d50c9867cf05aec089a576;hp=54816ac0a98a176a99f0f19ac4a070d587d7d541;hpb=761e4f0825b330e970558e82a4bd638383914429;p=ncurses.git diff --git a/doc/html/ada/terminal_interface-curses-text_io-float_io__ads.htm b/doc/html/ada/terminal_interface-curses-text_io-float_io__ads.htm index 54816ac0..23f93b07 100644 --- a/doc/html/ada/terminal_interface-curses-text_io-float_io__ads.htm +++ b/doc/html/ada/terminal_interface-curses-text_io-float_io__ads.htm @@ -58,14 +58,14 @@ generic type Num is digits <>; -package Terminal_Interface.Curses.Text_IO.Float_IO is +package Terminal_Interface.Curses.Text_IO.Float_IO is Default_Fore : Field := 2; Default_Aft : Field := Num'Digits - 1; Default_Exp : Field := 3; procedure Put - (Win : Window; + (Win : Window; Item : Num; Fore : Field := Default_Fore; Aft : Field := Default_Aft; @@ -80,5 +80,5 @@ private pragma Inline (Put); -end Terminal_Interface.Curses.Text_IO.Float_IO; +end Terminal_Interface.Curses.Text_IO.Float_IO;