diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2024-06-20 08:11:38 +0000 | 
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2024-06-20 08:11:38 +0000 | 
| commit | 24fa7a5107c5b75d1c197accf0305be64bc72882 (patch) | |
| tree | 183f09c93417ac0e5f7f49760329a3d2cfaacda9 /Ada95/gen/terminal_interface-curses.ads.m4 | |
| parent | bf0ab54638a5ef969749f6ceae30e864f9556ea8 (diff) | |
Diffstat (limited to 'Ada95/gen/terminal_interface-curses.ads.m4')
| -rw-r--r-- | Ada95/gen/terminal_interface-curses.ads.m4 | 12 | 
1 files changed, 6 insertions, 6 deletions
diff --git a/Ada95/gen/terminal_interface-curses.ads.m4 b/Ada95/gen/terminal_interface-curses.ads.m4 index a5e9103683aa..d6b18e587a38 100644 --- a/Ada95/gen/terminal_interface-curses.ads.m4 +++ b/Ada95/gen/terminal_interface-curses.ads.m4 @@ -1,6 +1,6 @@  --  -*- ada -*-  define(`HTMLNAME',`terminal_interface-curses__ads.htm')dnl -include(M4MACRO)------------------------------------------------------------------------------ +include(M4MACRO)include(options.m4)------------------------------------------------------------------------------  --                                                                          --  --                           GNAT ncurses Binding                           --  --                                                                          -- @@ -9,7 +9,7 @@ include(M4MACRO)----------------------------------------------------------------  --                                 S P E C                                  --  --                                                                          --  ------------------------------------------------------------------------------ --- Copyright 2020 Thomas E. Dickey                                          -- +-- Copyright 2020,2024 Thomas E. Dickey                                     --  -- Copyright 1998-2011,2014 Free Software Foundation, Inc.                  --  --                                                                          --  -- Permission is hereby granted, free of charge, to any person obtaining a  -- @@ -38,8 +38,8 @@ include(M4MACRO)----------------------------------------------------------------  ------------------------------------------------------------------------------  --  Author:  Juergen Pfeifer, 1996  --  Version Control: ---  $Revision: 1.48 $ ---  $Date: 2020/02/02 23:34:34 $ +--  $Revision: 1.49 $ +--  $Date: 2024/01/19 16:51:30 $  --  Binding Version 01.00  ------------------------------------------------------------------------------  with System.Storage_Elements; @@ -377,8 +377,8 @@ package Terminal_Interface.Curses is       := Curses_Constants.KEY_UNDO;     Key_Mouse                   : constant Special_Key_Code       := Curses_Constants.KEY_MOUSE; -   Key_Resize                  : constant Special_Key_Code -     := Curses_Constants.KEY_RESIZE; +OPT_KEY_RESIZE   Key_Resize                  : constant Special_Key_Code +OPT_KEY_RESIZE     := Curses_Constants.KEY_RESIZE;     Key_Max                     : constant Special_Key_Code       := Special_Key_Code'Last;  | 
