X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=Ada95%2Fsamples%2Fsample.adb;h=0d509a1dcd6d6acdf60724cad091312332c904e1;hp=ce0cc3a18717fd4cf1e0e35b6f14ab748b315c7b;hb=3ec8f79f3ceda990461c80de2f96d66b886e00d5;hpb=661078ddbde3ce0f3b06e95642fbb9b5fef7dca1 diff --git a/Ada95/samples/sample.adb b/Ada95/samples/sample.adb index ce0cc3a1..0d509a1d 100644 --- a/Ada95/samples/sample.adb +++ b/Ada95/samples/sample.adb @@ -33,14 +33,14 @@ -- sale, use or other dealings in this Software without prior written -- -- authorization. -- ------------------------------------------------------------------------------ --- Author: Juergen Pfeifer 1996 +-- Author: Juergen Pfeifer, 1996 -- Version Control --- $Revision: 1.8 $ --- Binding Version 00.93 +-- $Revision: 1.15 $ +-- $Date: 2007/05/05 18:46:21 $ +-- Binding Version 01.00 ------------------------------------------------------------------------------ with Text_IO; -with Ada.Characters.Latin_1; use Ada.Characters.Latin_1; with Ada.Exceptions; use Ada.Exceptions; with Terminal_Interface.Curses; use Terminal_Interface.Curses; @@ -50,7 +50,6 @@ with Terminal_Interface.Curses.Menus.Menu_User_Data; with Terminal_Interface.Curses.Menus.Item_User_Data; 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.Header_Handler; use Sample.Header_Handler; @@ -197,7 +196,7 @@ package body Sample is Init_Keyboard_Handler; - Set_Echo_Mode (FALSE); + Set_Echo_Mode (False); Set_Raw_Mode; Set_Meta_Mode; Set_KeyPad_Mode; @@ -206,6 +205,7 @@ package body Sample is -- We have some fixed key throughout this sample Main_Menu; End_Windows; + Curses_Free_All; exception when Event : others =>