]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - Ada95/samples/sample-text_io_demo.adb
ncurses 5.0
[ncurses.git] / Ada95 / samples / sample-text_io_demo.adb
index 9962be9c4d7e62b2d0e9f6845e672b5415cd8814..ed796095990e60cddbab433db82dbdc5908f893d 100644 (file)
 -- sale, use or other dealings in this Software without prior written       --
 -- authorization.                                                           --
 ------------------------------------------------------------------------------
---  Author: Juergen Pfeifer <Juergen.Pfeifer@T-Online.de> 1996
+--  Author: Juergen Pfeifer <juergen.pfeifer@gmx.net> 1996
 --  Version Control
---  $Revision: 1.5 $
---  Binding Version 00.93
+--  $Revision: 1.8 $
+--  Binding Version 01.00
 ------------------------------------------------------------------------------
 with Ada.Numerics.Generic_Elementary_Functions;
 with Ada.Numerics.Complex_Types;
@@ -55,7 +55,6 @@ with Terminal_Interface.Curses.Text_IO.Decimal_IO;
 with Terminal_Interface.Curses.Text_IO.Modular_IO;
 
 with Sample.Manifest; use Sample.Manifest;
-with Sample.Helpers; use Sample.Helpers;
 with Sample.Function_Key_Setting; use Sample.Function_Key_Setting;
 with Sample.Keyboard_Handler; use Sample.Keyboard_Handler;
 with Sample.Explanation; use Sample.Explanation;