Ignore:
Timestamp:
Jan 13, 2017, 3:21:12 PM (8 years ago)
Author:
Silvan Scherrer
Message:

ncurses: import vendor version 5.9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified ncurses/vendor/current/Ada95/samples/sample-explanation.ads

    r85 r1910  
    88--                                                                          --
    99------------------------------------------------------------------------------
    10 -- Copyright (c) 1998 Free Software Foundation, Inc.                        --
     10-- Copyright (c) 1998-2003,2009 Free Software Foundation, Inc.              --
    1111--                                                                          --
    1212-- Permission is hereby granted, free of charge, to any person obtaining a  --
     
    3636--  Author:  Juergen Pfeifer, 1996
    3737--  Version Control
    38 --  $Revision: 1.10 $
     38--  $Revision: 1.11 $
    3939--  Binding Version 01.00
    4040------------------------------------------------------------------------------
     
    4545package Sample.Explanation is
    4646
    47    procedure Explain (Key : in String);
     47   procedure Explain (Key : String);
    4848   --  Retrieve the text associated with this key and display it.
    4949
     
    5151   --  Explain the current context.
    5252
    53    procedure Notepad (Key : in String);
     53   procedure Notepad (Key : String);
    5454   --  Put a note on the screen and maintain it with the context
    5555
Note: See TracChangeset for help on using the changeset viewer.