X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=Ada95%2Fsamples%2Fncurses2-genericputs.adb;h=8035c72ec62b6520c0f2749c44fe0918bc1997c1;hp=f17b209878d44a50cca28492d3406a71ba2dca9e;hb=5a9c046f10f72b47ad32801a8e54fe3d05aa8051;hpb=46722468f47c2b77b3987729b4bcf2321cccfd01 diff --git a/Ada95/samples/ncurses2-genericputs.adb b/Ada95/samples/ncurses2-genericputs.adb index f17b2098..8035c72e 100644 --- a/Ada95/samples/ncurses2-genericputs.adb +++ b/Ada95/samples/ncurses2-genericputs.adb @@ -7,7 +7,7 @@ -- B O D Y -- -- -- ------------------------------------------------------------------------------ --- 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,18 +35,18 @@ ------------------------------------------------------------------------------ -- Author: Eugene V. Melaragno 2000 -- Version Control --- $Revision: 1.1 $ +-- $Revision: 1.2 $ +-- $Date: 2006/06/25 14:24:40 $ -- Binding Version 01.00 ------------------------------------------------------------------------------ -with Ada.Text_IO; use Ada.Text_IO; -with Ada.Strings.Bounded; use Ada.Strings.Bounded; +with Ada.Text_IO; +with Ada.Strings.Bounded; with Terminal_Interface.Curses; use Terminal_Interface.Curses; with Terminal_Interface.Curses.Aux; use Terminal_Interface.Curses.Aux; -with Interfaces.C; use Interfaces.C; -with Interfaces.C.Strings; use Interfaces.C.Strings; - +with Interfaces.C; +with Interfaces.C.Strings; package body ncurses2.genericPuts is @@ -54,7 +54,6 @@ package body ncurses2.genericPuts is Str : out BS.Bounded_String; Len : in Integer := -1) is - use BS; function Wgetnstr (Win : Window; Str : char_array; Len : int) return int; @@ -79,8 +78,6 @@ package body ncurses2.genericPuts is Str := To_Bounded_String (xStr (1 .. Cnt)); end myGet; - - procedure myPut (Str : out BS.Bounded_String; i : Integer; Base : in Number_Base := 10) is