]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - Ada95/samples/ncurses2-util.ads
ncurses 6.1 - patch 20180908
[ncurses.git] / Ada95 / samples / ncurses2-util.ads
index 6c81e83e7628b3313bf41ffc2d927fb9baf7f575..f46749f06862fb0e9832e0f83d2c6015d7584056 100644 (file)
@@ -7,7 +7,7 @@
 --                                 S P E C                                  --
 --                                                                          --
 ------------------------------------------------------------------------------
--- Copyright (c) 2000 Free Software Foundation, Inc.                        --
+-- Copyright (c) 2000,2006 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            --
@@ -35,7 +35,8 @@
 ------------------------------------------------------------------------------
 --  Author: Eugene V. Melaragno <aldomel@ix.netcom.com> 2000
 --  Version Control
---  $Revision: 1.1 $
+--  $Revision: 1.2 $
+--  $Date: 2006/06/25 14:24:40 $
 --  Binding Version 01.00
 ------------------------------------------------------------------------------
 with Terminal_Interface.Curses; use Terminal_Interface.Curses;
@@ -47,7 +48,6 @@ package ncurses2.util is
    Blank2 : constant Attributed_Character :=
      (Ch => Blank, Attr => Normal_Video, Color => Color_Pair'First);
 
-
    newl : constant Character :=  Character'Val (10);
 
    function CTRL (c : Character) return Key_Code;
@@ -60,20 +60,17 @@ package ncurses2.util is
 
    procedure Pause;
 
-
    procedure Cannot (s : String);
 
    procedure ShellOut (message : Boolean);
 
-
    package Int_IO is new Ada.Text_IO.Integer_IO (Integer);
 
-
    function Is_Digit (c : Key_Code) return Boolean;
 
    procedure P (s : String);
 
    function Code_To_Char (c : Key_Code) return Character;
    function ctoi (c : Character) return Integer;
-end ncurses2.util;
 
+end ncurses2.util;