X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fada%2Fterminal_interface-curses-termcap__ads.htm;h=878b66747973c7ac13b8dd19a783555f416f9a1a;hp=e57e35a0484bc462cc0b7e34ef24fa985cf0fb45;hb=ed646e3f683083e787c6ba773364401dc9fa9d40;hpb=761e4f0825b330e970558e82a4bd638383914429 diff --git a/doc/html/ada/terminal_interface-curses-termcap__ads.htm b/doc/html/ada/terminal_interface-curses-termcap__ads.htm index e57e35a0..878b6674 100644 --- a/doc/html/ada/terminal_interface-curses-termcap__ads.htm +++ b/doc/html/ada/terminal_interface-curses-termcap__ads.htm @@ -24,7 +24,7 @@ -- S P E C -- -- -- ------------------------------------------------------------------------------ --- Copyright (c) 2000 Free Software Foundation, Inc. -- +-- Copyright (c) 2000,2003 Free Software Foundation, Inc. -- -- -- -- Permission is hereby granted, free of charge, to any person obtaining a -- -- copy of this software and associated documentation files (the -- @@ -52,12 +52,12 @@ ------------------------------------------------------------------------------ -- Author: Juergen Pfeifer, 1996 -- Version Control: --- @Revision: 1.3 @ +-- @Revision: 1.4 @ -- Binding Version 01.00 ------------------------------------------------------------------------------ -package Terminal_Interface.Curses.Termcap is - pragma Preelaborate (Terminal_Interface.Curses.Termcap); +package Terminal_Interface.Curses.Termcap is + pragma Preelaborate (Terminal_Interface.Curses.Termcap); -- |===================================================================== -- | Man page curs_termcap.3x @@ -68,8 +68,8 @@ -- | function TGoto (Cap : String; - Col : Column_Position; - Row : Line_Position) return Termcap_String; + Col : Column_Position; + Row : Line_Position) return Termcap_String; -- AKA: tgoto() -- | @@ -94,5 +94,5 @@ -- Returns True if the string is found. -- AKA: tgetstr() -end Terminal_Interface.Curses.Termcap; +end Terminal_Interface.Curses.Termcap;