X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=Ada95%2Fsamples%2Fsample.adb;h=0d509a1dcd6d6acdf60724cad091312332c904e1;hp=2d96142c723c41d08bcd646d18ebba0514dd0c7e;hb=3ec8f79f3ceda990461c80de2f96d66b886e00d5;hpb=0eb88fc5281804773e2a0c7a488a4452463535ce;ds=inline diff --git a/Ada95/samples/sample.adb b/Ada95/samples/sample.adb index 2d96142c..0d509a1d 100644 --- a/Ada95/samples/sample.adb +++ b/Ada95/samples/sample.adb @@ -33,9 +33,10 @@ -- sale, use or other dealings in this Software without prior written -- -- authorization. -- ------------------------------------------------------------------------------ --- Author: Juergen Pfeifer 1996 +-- Author: Juergen Pfeifer, 1996 -- Version Control --- $Revision: 1.11 $ +-- $Revision: 1.15 $ +-- $Date: 2007/05/05 18:46:21 $ -- Binding Version 01.00 ------------------------------------------------------------------------------ with Text_IO; @@ -195,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; @@ -204,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 =>