mirror of
https://github.com/ThomasDickey/ncurses-snapshots.git
synced 2026-01-26 11:04:35 +00:00
snapshot of project "ncurses", label v6_1_20200202
This commit is contained in:
parent
1a49c9e929
commit
2478c069d0
5
AUTHORS
5
AUTHORS
@ -1,5 +1,6 @@
|
||||
-------------------------------------------------------------------------------
|
||||
-- Copyright (c) 2006,2017 Free Software Foundation, Inc. --
|
||||
-- Copyright 2020 Thomas E. Dickey --
|
||||
-- Copyright 2006,2017 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -25,7 +26,7 @@
|
||||
-- sale, use or other dealings in this Software without prior written --
|
||||
-- authorization. --
|
||||
-------------------------------------------------------------------------------
|
||||
-- $Id: AUTHORS,v 1.3 2017/02/04 15:20:52 tom Exp $
|
||||
-- $Id: AUTHORS,v 1.4 2020/02/02 23:34:34 tom Exp $
|
||||
-------------------------------------------------------------------------------
|
||||
These are the principal authors/contributors of ncurses since 1.9.9e,
|
||||
in decreasing order of their contribution:
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
# $Id: Makefile.in,v 1.22 2015/08/05 23:15:41 tom Exp $
|
||||
# $Id: Makefile.in,v 1.23 2020/02/02 23:34:34 tom Exp $
|
||||
##############################################################################
|
||||
# Copyright (c) 1998-2010,2015 Free Software Foundation, Inc. #
|
||||
# Copyright 2020 Thomas E. Dickey #
|
||||
# Copyright 1998-2010,2015 Free Software Foundation, Inc. #
|
||||
# #
|
||||
# Permission is hereby granted, free of charge, to any person obtaining a #
|
||||
# copy of this software and associated documentation files (the "Software"), #
|
||||
@ -30,7 +31,7 @@
|
||||
# Author: Juergen Pfeifer, 1996
|
||||
#
|
||||
# Version Control
|
||||
# $Revision: 1.22 $
|
||||
# $Revision: 1.23 $
|
||||
#
|
||||
SHELL = @SHELL@
|
||||
VPATH = @srcdir@
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
-------------------------------------------------------------------------------
|
||||
-- Copyright (c) 1998,2003 Free Software Foundation, Inc. --
|
||||
-- Copyright 2020 Thomas E. Dickey --
|
||||
-- Copyright 1998-2002,2003 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
-------------------------------------------------------------------------------
|
||||
-- Copyright (c) 1998-1999,2006 Free Software Foundation, Inc. --
|
||||
-- Copyright 2020 Thomas E. Dickey --
|
||||
-- Copyright 1998-1999,2006 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -25,7 +26,7 @@
|
||||
-- sale, use or other dealings in this Software without prior written --
|
||||
-- authorization. --
|
||||
-------------------------------------------------------------------------------
|
||||
-- $Id: TODO,v 1.5 2006/04/22 22:23:21 tom Exp $
|
||||
-- $Id: TODO,v 1.6 2020/02/02 23:34:34 tom Exp $
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
-- Intensive testing
|
||||
|
||||
5
Ada95/aclocal.m4
vendored
5
Ada95/aclocal.m4
vendored
@ -1,5 +1,6 @@
|
||||
dnl***************************************************************************
|
||||
dnl Copyright (c) 2010-2019,2020 Free Software Foundation, Inc. *
|
||||
dnl Copyright 2018-2019,2020 Thomas E. Dickey *
|
||||
dnl Copyright 2010-2017,2018 Free Software Foundation, Inc. *
|
||||
dnl *
|
||||
dnl Permission is hereby granted, free of charge, to any person obtaining a *
|
||||
dnl copy of this software and associated documentation files (the *
|
||||
@ -28,7 +29,7 @@ dnl***************************************************************************
|
||||
dnl
|
||||
dnl Author: Thomas E. Dickey
|
||||
dnl
|
||||
dnl $Id: aclocal.m4,v 1.151 2020/01/11 23:42:04 tom Exp $
|
||||
dnl $Id: aclocal.m4,v 1.152 2020/02/02 23:34:34 tom Exp $
|
||||
dnl Macros used in NCURSES Ada95 auto-configuration script.
|
||||
dnl
|
||||
dnl These macros are maintained separately from NCURSES. The copyright on
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
dnl***************************************************************************
|
||||
dnl Copyright (c) 2010-2019,2020 Free Software Foundation, Inc. *
|
||||
dnl Copyright 2018-2019,2020 Thomas E. Dickey *
|
||||
dnl Copyright 2010-2016,2018 Free Software Foundation, Inc. *
|
||||
dnl *
|
||||
dnl Permission is hereby granted, free of charge, to any person obtaining a *
|
||||
dnl copy of this software and associated documentation files (the *
|
||||
@ -28,7 +29,7 @@ dnl***************************************************************************
|
||||
dnl
|
||||
dnl Author: Thomas E. Dickey
|
||||
dnl
|
||||
dnl $Id: configure.in,v 1.74 2020/01/11 23:33:38 tom Exp $
|
||||
dnl $Id: configure.in,v 1.75 2020/02/02 23:34:34 tom Exp $
|
||||
dnl Process this file with autoconf to produce a configure script.
|
||||
dnl
|
||||
dnl For additional information, see
|
||||
@ -37,7 +38,7 @@ dnl https://invisible-island.net/autoconf/my-autoconf.html
|
||||
dnl
|
||||
dnl ---------------------------------------------------------------------------
|
||||
AC_PREREQ(2.52.20200111)
|
||||
AC_REVISION($Revision: 1.74 $)
|
||||
AC_REVISION($Revision: 1.75 $)
|
||||
AC_INIT(gen/gen.c)
|
||||
AC_CONFIG_HEADER(include/ncurses_cfg.h:include/ncurses_cfg.hin)
|
||||
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
# $Id: Makefile.in,v 1.6 2019/09/07 20:21:52 tom Exp $
|
||||
# $Id: Makefile.in,v 1.7 2020/02/02 23:34:34 tom Exp $
|
||||
##############################################################################
|
||||
# Copyright (c) 2011-2018,2019 Free Software Foundation, Inc. #
|
||||
# Copyright 2019,2020 Thomas E. Dickey #
|
||||
# Copyright 2011-2015,2018 Free Software Foundation, Inc. #
|
||||
# #
|
||||
# Permission is hereby granted, free of charge, to any person obtaining a #
|
||||
# copy of this software and associated documentation files (the "Software"), #
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
##############################################################################
|
||||
# Copyright (c) 1998-2018,2019 Free Software Foundation, Inc. #
|
||||
# Copyright 2019,2020 Thomas E. Dickey #
|
||||
# Copyright 1998-2015,2018 Free Software Foundation, Inc. #
|
||||
# #
|
||||
# Permission is hereby granted, free of charge, to any person obtaining a #
|
||||
# copy of this software and associated documentation files (the "Software"), #
|
||||
@ -28,7 +29,7 @@
|
||||
#
|
||||
# Author: Juergen Pfeifer, 1996
|
||||
#
|
||||
# $Id: Makefile.in,v 1.89 2019/08/31 15:44:14 tom Exp $
|
||||
# $Id: Makefile.in,v 1.90 2020/02/02 23:34:34 tom Exp $
|
||||
#
|
||||
.SUFFIXES:
|
||||
|
||||
|
||||
@ -1,7 +1,8 @@
|
||||
#! /bin/sh
|
||||
# $Id: adacurses-config.in,v 1.13 2019/09/07 20:20:52 tom Exp $
|
||||
# $Id: adacurses-config.in,v 1.14 2020/02/02 23:34:34 tom Exp $
|
||||
##############################################################################
|
||||
# Copyright (c) 2007-2016,2019 Free Software Foundation, Inc. #
|
||||
# Copyright 2019,2020 Thomas E. Dickey #
|
||||
# Copyright 2007-2014,2016 Free Software Foundation, Inc. #
|
||||
# #
|
||||
# Permission is hereby granted, free of charge, to any person obtaining a #
|
||||
# copy of this software and associated documentation files (the "Software"), #
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
/****************************************************************************
|
||||
* Copyright (c) 1998-2014,2016 Free Software Foundation, Inc. *
|
||||
* Copyright 2020 Thomas E. Dickey *
|
||||
* Copyright 1998-2014,2016 Free Software Foundation, Inc. *
|
||||
* *
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a *
|
||||
* copy of this software and associated documentation files (the *
|
||||
@ -32,7 +33,7 @@
|
||||
|
||||
/*
|
||||
Version Control
|
||||
$Id: gen.c,v 1.70 2016/02/13 22:00:22 tom Exp $
|
||||
$Id: gen.c,v 1.71 2020/02/02 23:34:34 tom Exp $
|
||||
--------------------------------------------------------------------------*/
|
||||
/*
|
||||
This program prints on its standard output the source for the
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
dnl***************************************************************************
|
||||
dnl Copyright (c) 2000-2007,2019 Free Software Foundation, Inc. *
|
||||
dnl Copyright 2019,2020 Thomas E. Dickey *
|
||||
dnl Copyright 2000-2006,2007 Free Software Foundation, Inc. *
|
||||
dnl *
|
||||
dnl Permission is hereby granted, free of charge, to any person obtaining a *
|
||||
dnl copy of this software and associated documentation files (the *
|
||||
@ -26,7 +27,7 @@ dnl sale, use or other dealings in this Software without prior written *
|
||||
dnl authorization. *
|
||||
dnl***************************************************************************
|
||||
dnl
|
||||
dnl $Id: html.m4,v 1.4 2019/03/16 21:49:15 tom Exp $
|
||||
dnl $Id: html.m4,v 1.5 2020/02/02 23:34:34 tom Exp $
|
||||
define(`ANCHORIDX',`0')dnl
|
||||
define(`MANPAGE',`define(`MANPG',$1)dnl
|
||||
|=====================================================================
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
dnl***************************************************************************
|
||||
dnl Copyright (c) 1998,2006 Free Software Foundation, Inc. *
|
||||
dnl Copyright 2020 Thomas E. Dickey *
|
||||
dnl Copyright 1998,2006 Free Software Foundation, Inc. *
|
||||
dnl *
|
||||
dnl Permission is hereby granted, free of charge, to any person obtaining a *
|
||||
dnl copy of this software and associated documentation files (the *
|
||||
@ -26,7 +27,7 @@ dnl sale, use or other dealings in this Software without prior written *
|
||||
dnl authorization. *
|
||||
dnl***************************************************************************
|
||||
dnl
|
||||
dnl $Id: normal.m4,v 1.2 2006/04/22 23:16:14 tom Exp $
|
||||
dnl $Id: normal.m4,v 1.3 2020/02/02 23:34:34 tom Exp $
|
||||
define(`MANPAGE',`define(`MANPG',$1)dnl
|
||||
|=====================================================================
|
||||
-- | Man page MANPG
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
dnl***************************************************************************
|
||||
dnl Copyright (c) 2000,2006 Free Software Foundation, Inc. *
|
||||
dnl Copyright 2020 Thomas E. Dickey *
|
||||
dnl Copyright 2000,2006 Free Software Foundation, Inc. *
|
||||
dnl *
|
||||
dnl Permission is hereby granted, free of charge, to any person obtaining a *
|
||||
dnl copy of this software and associated documentation files (the *
|
||||
@ -26,7 +27,7 @@ dnl sale, use or other dealings in this Software without prior written *
|
||||
dnl authorization. *
|
||||
dnl***************************************************************************
|
||||
dnl
|
||||
dnl $Id: table.m4,v 1.2 2006/04/22 23:16:44 tom Exp $
|
||||
dnl $Id: table.m4,v 1.3 2020/02/02 23:34:34 tom Exp $
|
||||
define(`ANCHORIDX',`0')dnl
|
||||
define(`MANPAGE',`define(`MANPG',$1)')dnl
|
||||
divert(-1)dnl
|
||||
|
||||
@ -10,7 +10,8 @@ include(M4MACRO)dnl
|
||||
-- S P E C --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 1998-2014,2018 Free Software Foundation, Inc. --
|
||||
-- Copyright 2018,2020 Thomas E. Dickey --
|
||||
-- Copyright 1998-2011,2014 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -38,7 +39,7 @@ include(M4MACRO)dnl
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Juergen Pfeifer, 1996
|
||||
-- Version Control:
|
||||
-- $Revision: 1.24 $
|
||||
-- $Revision: 1.25 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
with System;
|
||||
|
||||
@ -10,7 +10,8 @@ include(M4MACRO)dnl
|
||||
-- S P E C --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 1998-2014,2018 Free Software Foundation, Inc. --
|
||||
-- Copyright 2018,2020 Thomas E. Dickey --
|
||||
-- Copyright 1998-2011,2014 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -38,7 +39,7 @@ include(M4MACRO)dnl
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Juergen Pfeifer, 1996
|
||||
-- Version Control:
|
||||
-- $Revision: 1.20 $
|
||||
-- $Revision: 1.21 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
with Interfaces.C;
|
||||
|
||||
@ -10,7 +10,8 @@ include(M4MACRO)dnl
|
||||
-- S P E C --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 1998-2003,2009 Free Software Foundation, Inc. --
|
||||
-- Copyright 2020 Thomas E. Dickey --
|
||||
-- Copyright 1998-2003,2009 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -38,7 +39,7 @@ include(M4MACRO)dnl
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Juergen Pfeifer, 1996
|
||||
-- Version Control:
|
||||
-- $Revision: 1.16 $
|
||||
-- $Revision: 1.17 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
|
||||
@ -10,7 +10,8 @@ include(M4MACRO)dnl
|
||||
-- S P E C --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 1998-2003,2009 Free Software Foundation, Inc. --
|
||||
-- Copyright 2020 Thomas E. Dickey --
|
||||
-- Copyright 1998-2003,2009 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -38,7 +39,7 @@ include(M4MACRO)dnl
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Juergen Pfeifer, 1996
|
||||
-- Version Control:
|
||||
-- $Revision: 1.15 $
|
||||
-- $Revision: 1.16 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
|
||||
@ -10,7 +10,8 @@ include(M4MACRO)dnl
|
||||
-- S P E C --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 1998-2009,2014 Free Software Foundation, Inc. --
|
||||
-- Copyright 2020 Thomas E. Dickey --
|
||||
-- Copyright 1998-2009,2014 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -38,8 +39,8 @@ include(M4MACRO)dnl
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Juergen Pfeifer, 1996
|
||||
-- Version Control:
|
||||
-- $Revision: 1.33 $
|
||||
-- $Date: 2014/05/24 21:31:57 $
|
||||
-- $Revision: 1.34 $
|
||||
-- $Date: 2020/02/02 23:34:34 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
with System;
|
||||
|
||||
@ -10,7 +10,8 @@ include(M4MACRO)dnl
|
||||
-- S P E C --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 1998-2006,2009 Free Software Foundation, Inc. --
|
||||
-- Copyright 2020 Thomas E. Dickey --
|
||||
-- Copyright 1998-2006,2009 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -38,8 +39,8 @@ include(M4MACRO)dnl
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Juergen Pfeifer, 1996
|
||||
-- Version Control:
|
||||
-- $Revision: 1.17 $
|
||||
-- $Date: 2009/12/26 17:31:35 $
|
||||
-- $Revision: 1.18 $
|
||||
-- $Date: 2020/02/02 23:34:34 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
|
||||
@ -10,7 +10,8 @@ include(M4MACRO)dnl
|
||||
-- S P E C --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 1998-2003,2009 Free Software Foundation, Inc. --
|
||||
-- Copyright 2020 Thomas E. Dickey --
|
||||
-- Copyright 1998-2003,2009 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -38,7 +39,7 @@ include(M4MACRO)dnl
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Juergen Pfeifer, 1996
|
||||
-- Version Control:
|
||||
-- $Revision: 1.15 $
|
||||
-- $Revision: 1.16 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
|
||||
@ -10,7 +10,8 @@ include(M4MACRO)dnl
|
||||
-- S P E C --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 1998-2009,2014 Free Software Foundation, Inc. --
|
||||
-- Copyright 2020 Thomas E. Dickey --
|
||||
-- Copyright 1998-2009,2014 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -38,8 +39,8 @@ include(M4MACRO)dnl
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Juergen Pfeifer, 1996
|
||||
-- Version Control:
|
||||
-- $Revision: 1.31 $
|
||||
-- $Date: 2014/05/24 21:31:57 $
|
||||
-- $Revision: 1.32 $
|
||||
-- $Date: 2020/02/02 23:34:34 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
with System;
|
||||
|
||||
@ -10,7 +10,8 @@ include(M4MACRO)dnl
|
||||
-- S P E C --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 1998-2014,2015 Free Software Foundation, Inc. --
|
||||
-- Copyright 2020 Thomas E. Dickey --
|
||||
-- Copyright 1998-2014,2015 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -38,8 +39,8 @@ include(M4MACRO)dnl
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Juergen Pfeifer, 1996
|
||||
-- Version Control:
|
||||
-- $Revision: 1.32 $
|
||||
-- $Date: 2015/05/30 23:19:19 $
|
||||
-- $Revision: 1.33 $
|
||||
-- $Date: 2020/02/02 23:34:34 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
with System;
|
||||
|
||||
@ -10,7 +10,8 @@ include(M4MACRO)dnl
|
||||
-- S P E C --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 1998-2003,2009 Free Software Foundation, Inc. --
|
||||
-- Copyright 2020 Thomas E. Dickey --
|
||||
-- Copyright 1998-2003,2009 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -38,7 +39,7 @@ include(M4MACRO)dnl
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Juergen Pfeifer, 1996
|
||||
-- Version Control:
|
||||
-- $Revision: 1.15 $
|
||||
-- $Revision: 1.16 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
|
||||
@ -10,7 +10,8 @@ include(M4MACRO)dnl
|
||||
-- S P E C --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 1998-2009,2014 Free Software Foundation, Inc. --
|
||||
-- Copyright 2020 Thomas E. Dickey --
|
||||
-- Copyright 1998-2009,2014 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -38,8 +39,8 @@ include(M4MACRO)dnl
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Juergen Pfeifer, 1996
|
||||
-- Version Control:
|
||||
-- $Revision: 1.22 $
|
||||
-- $Date: 2014/05/24 21:31:57 $
|
||||
-- $Revision: 1.23 $
|
||||
-- $Date: 2020/02/02 23:34:34 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
with System;
|
||||
|
||||
@ -9,7 +9,8 @@ include(M4MACRO)----------------------------------------------------------------
|
||||
-- S P E C --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 2000,2014 Free Software Foundation, Inc. --
|
||||
-- Copyright 2020 Thomas E. Dickey --
|
||||
-- Copyright 2000,2014 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -37,7 +38,7 @@ include(M4MACRO)----------------------------------------------------------------
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Eugene V. Melaragno <aldomel@ix.netcom.com> 2000
|
||||
-- Version Control:
|
||||
-- $Revision: 1.4 $
|
||||
-- $Revision: 1.5 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
|
||||
@ -9,7 +9,8 @@ include(M4MACRO)----------------------------------------------------------------
|
||||
-- B O D Y --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 1998-2014,2018 Free Software Foundation, Inc. --
|
||||
-- Copyright 2018,2020 Thomas E. Dickey --
|
||||
-- Copyright 2007-2011,2014 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -37,8 +38,8 @@ include(M4MACRO)----------------------------------------------------------------
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Juergen Pfeifer, 1996
|
||||
-- Version Control:
|
||||
-- $Revision: 1.15 $
|
||||
-- $Date: 2018/07/07 23:28:45 $
|
||||
-- $Revision: 1.16 $
|
||||
-- $Date: 2020/02/02 23:34:34 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
with System;
|
||||
|
||||
@ -9,7 +9,8 @@ include(M4MACRO)----------------------------------------------------------------
|
||||
-- S P E C --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 1998-2011,2014 Free Software Foundation, Inc. --
|
||||
-- Copyright 2020 Thomas E. Dickey --
|
||||
-- Copyright 1998-2011,2014 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -37,8 +38,8 @@ include(M4MACRO)----------------------------------------------------------------
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Juergen Pfeifer, 1996
|
||||
-- Version Control:
|
||||
-- $Revision: 1.47 $
|
||||
-- $Date: 2014/05/24 21:31:57 $
|
||||
-- $Revision: 1.48 $
|
||||
-- $Date: 2020/02/02 23:34:34 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
with System.Storage_Elements;
|
||||
|
||||
@ -1,7 +1,8 @@
|
||||
#! /bin/sh
|
||||
# $Id: MKncurses_def.sh,v 1.3 2003/10/25 16:19:46 tom Exp $
|
||||
# $Id: MKncurses_def.sh,v 1.4 2020/02/02 23:34:34 tom Exp $
|
||||
##############################################################################
|
||||
# Copyright (c) 2000,2003 Free Software Foundation, Inc. #
|
||||
# Copyright 2020 Thomas E. Dickey #
|
||||
# Copyright 2003 Free Software Foundation, Inc. #
|
||||
# #
|
||||
# Permission is hereby granted, free of charge, to any person obtaining a #
|
||||
# copy of this software and associated documentation files (the "Software"), #
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
# $Id: Makefile.in,v 1.5 2018/01/15 22:12:59 tom Exp $
|
||||
# $Id: Makefile.in,v 1.6 2020/02/02 23:34:34 tom Exp $
|
||||
##############################################################################
|
||||
# Copyright (c) 2010-2015,2018 Free Software Foundation, Inc. #
|
||||
# Copyright 2020 Thomas E. Dickey #
|
||||
# Copyright 2010-2015,2018 Free Software Foundation, Inc. #
|
||||
# #
|
||||
# Permission is hereby granted, free of charge, to any person obtaining a #
|
||||
# copy of this software and associated documentation files (the "Software"), #
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
/****************************************************************************
|
||||
* Copyright (c) 1998-2017,2018 Free Software Foundation, Inc. *
|
||||
* Copyright 2020 Thomas E. Dickey *
|
||||
* Copyright 2005-2017,2018 Free Software Foundation, Inc. *
|
||||
* *
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a *
|
||||
* copy of this software and associated documentation files (the *
|
||||
@ -30,7 +31,7 @@
|
||||
* Author: Thomas E. Dickey <dickey@clark.net> 1997 *
|
||||
****************************************************************************/
|
||||
/*
|
||||
* $Id: ncurses_cfg.hin,v 1.10 2018/01/01 15:10:43 tom Exp $
|
||||
* $Id: ncurses_cfg.hin,v 1.11 2020/02/02 23:34:34 tom Exp $
|
||||
*
|
||||
* This is a template-file used to generate the "ncurses_cfg.h" file.
|
||||
*
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
# $Id: ncurses_defs,v 1.44 2013/04/27 19:50:17 tom Exp $
|
||||
# $Id: ncurses_defs,v 1.45 2020/02/02 23:34:34 tom Exp $
|
||||
##############################################################################
|
||||
# Copyright (c) 2000-2012,2013 Free Software Foundation, Inc. #
|
||||
# Copyright 2020 Thomas E. Dickey #
|
||||
# Copyright 2008-2012,2013 Free Software Foundation, Inc. #
|
||||
# #
|
||||
# Permission is hereby granted, free of charge, to any person obtaining a #
|
||||
# copy of this software and associated documentation files (the "Software"), #
|
||||
|
||||
@ -1,7 +1,8 @@
|
||||
#!/bin/sh
|
||||
# $Id: make-tar.sh,v 1.17 2019/03/02 22:51:42 tom Exp $
|
||||
# $Id: make-tar.sh,v 1.18 2020/02/02 23:34:34 tom Exp $
|
||||
##############################################################################
|
||||
# Copyright (c) 2010-2017,2019 Free Software Foundation, Inc. #
|
||||
# Copyright 2019,2020 Thomas E. Dickey #
|
||||
# Copyright 2010-2015,2017 Free Software Foundation, Inc. #
|
||||
# #
|
||||
# Permission is hereby granted, free of charge, to any person obtaining a #
|
||||
# copy of this software and associated documentation files (the "Software"), #
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
# $Id: mk-1st.awk,v 1.4 2011/02/22 09:40:01 tom Exp $
|
||||
# $Id: mk-1st.awk,v 1.5 2020/02/02 23:34:34 tom Exp $
|
||||
##############################################################################
|
||||
# Copyright (c) 2010,2011 Free Software Foundation, Inc. #
|
||||
# Copyright 2020 Thomas E. Dickey #
|
||||
# Copyright 2010,2011 Free Software Foundation, Inc. #
|
||||
# #
|
||||
# Permission is hereby granted, free of charge, to any person obtaining a #
|
||||
# copy of this software and associated documentation files (the "Software"), #
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
##############################################################################
|
||||
# Copyright (c) 1998-2019,2020 Free Software Foundation, Inc. #
|
||||
# Copyright 2018-2019,2020 Thomas E. Dickey #
|
||||
# Copyright 1998-2015,2018 Free Software Foundation, Inc. #
|
||||
# #
|
||||
# Permission is hereby granted, free of charge, to any person obtaining a #
|
||||
# copy of this software and associated documentation files (the "Software"), #
|
||||
@ -28,7 +29,7 @@
|
||||
#
|
||||
# Author: Juergen Pfeifer, 1996
|
||||
#
|
||||
# $Id: Makefile.in,v 1.58 2020/02/01 15:59:51 tom Exp $
|
||||
# $Id: Makefile.in,v 1.59 2020/02/02 23:34:34 tom Exp $
|
||||
#
|
||||
.SUFFIXES:
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
-------------------------------------------------------------------------------
|
||||
-- Copyright (c) 1998,2006 Free Software Foundation, Inc. --
|
||||
-- Copyright 2020 Thomas E. Dickey --
|
||||
-- Copyright 1998,2006 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -25,7 +26,7 @@
|
||||
-- sale, use or other dealings in this Software without prior written --
|
||||
-- authorization. --
|
||||
-------------------------------------------------------------------------------
|
||||
-- $Id: README,v 1.2 2006/04/22 22:24:12 tom Exp $
|
||||
-- $Id: README,v 1.3 2020/02/02 23:34:34 tom Exp $
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
The intention of the demo at this point in time is not to demonstrate all
|
||||
|
||||
@ -7,7 +7,8 @@
|
||||
-- B O D Y --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 2000 Free Software Foundation, Inc. --
|
||||
-- Copyright 2020 Thomas E. Dickey --
|
||||
-- Copyright 2000 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -35,7 +36,7 @@
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Eugene V. Melaragno <aldomel@ix.netcom.com> 2000
|
||||
-- Version Control
|
||||
-- $Revision: 1.1 $
|
||||
-- $Revision: 1.2 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
with ncurses2.m; use ncurses2.m;
|
||||
|
||||
@ -7,7 +7,8 @@
|
||||
-- B O D Y --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 2000-2011,2018 Free Software Foundation, Inc. --
|
||||
-- Copyright 2018,2020 Thomas E. Dickey --
|
||||
-- Copyright 2000-2009,2011 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -35,8 +36,8 @@
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Eugene V. Melaragno <aldomel@ix.netcom.com> 2000
|
||||
-- Version Control
|
||||
-- $Revision: 1.12 $
|
||||
-- $Date: 2018/07/07 23:31:55 $
|
||||
-- $Revision: 1.13 $
|
||||
-- $Date: 2020/02/02 23:34:34 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
-- Windows and scrolling tester.
|
||||
|
||||
@ -7,7 +7,8 @@
|
||||
-- B O D Y --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 2000 Free Software Foundation, Inc. --
|
||||
-- Copyright 2020 Thomas E. Dickey --
|
||||
-- Copyright 2000 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -35,7 +36,7 @@
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Eugene V. Melaragno <aldomel@ix.netcom.com> 2000
|
||||
-- Version Control
|
||||
-- $Revision: 1.1 $
|
||||
-- $Revision: 1.2 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
procedure ncurses2.acs_and_scroll;
|
||||
|
||||
@ -7,7 +7,8 @@
|
||||
-- B O D Y --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 2000-2006,2008 Free Software Foundation, Inc. --
|
||||
-- Copyright 2020 Thomas E. Dickey --
|
||||
-- Copyright 2000-2006,2008 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -35,8 +36,8 @@
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Eugene V. Melaragno <aldomel@ix.netcom.com> 2000
|
||||
-- Version Control
|
||||
-- $Revision: 1.6 $
|
||||
-- $Date: 2008/07/26 18:47:34 $
|
||||
-- $Revision: 1.7 $
|
||||
-- $Date: 2020/02/02 23:34:34 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
with ncurses2.util; use ncurses2.util;
|
||||
|
||||
@ -7,7 +7,8 @@
|
||||
-- B O D Y --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 2000 Free Software Foundation, Inc. --
|
||||
-- Copyright 2020 Thomas E. Dickey --
|
||||
-- Copyright 2000 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -35,7 +36,7 @@
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Eugene V. Melaragno <aldomel@ix.netcom.com> 2000
|
||||
-- Version Control
|
||||
-- $Revision: 1.1 $
|
||||
-- $Revision: 1.2 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
procedure ncurses2.acs_display;
|
||||
|
||||
@ -7,7 +7,8 @@
|
||||
-- B O D Y --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 2000-2007,2008 Free Software Foundation, Inc. --
|
||||
-- Copyright 2020 Thomas E. Dickey --
|
||||
-- Copyright 2000-2007,2008 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -35,8 +36,8 @@
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Eugene V. Melaragno <aldomel@ix.netcom.com> 2000
|
||||
-- Version Control
|
||||
-- $Revision: 1.9 $
|
||||
-- $Date: 2008/07/26 18:47:26 $
|
||||
-- $Revision: 1.10 $
|
||||
-- $Date: 2020/02/02 23:34:34 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
with ncurses2.util; use ncurses2.util;
|
||||
|
||||
@ -7,7 +7,8 @@
|
||||
-- B O D Y --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 2000,2006 Free Software Foundation, Inc. --
|
||||
-- Copyright 2020 Thomas E. Dickey --
|
||||
-- Copyright 2000,2006 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -35,8 +36,8 @@
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Eugene V. Melaragno <aldomel@ix.netcom.com> 2000
|
||||
-- Version Control
|
||||
-- $Revision: 1.2 $
|
||||
-- $Date: 2006/06/25 14:24:40 $
|
||||
-- $Revision: 1.3 $
|
||||
-- $Date: 2020/02/02 23:34:34 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
procedure ncurses2.attr_test;
|
||||
|
||||
@ -7,7 +7,8 @@
|
||||
-- B O D Y --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 2000-2006,2009 Free Software Foundation, Inc. --
|
||||
-- Copyright 2020 Thomas E. Dickey --
|
||||
-- Copyright 2000-2006,2009 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -35,8 +36,8 @@
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Eugene V. Melaragno <aldomel@ix.netcom.com> 2000
|
||||
-- Version Control
|
||||
-- $Revision: 1.6 $
|
||||
-- $Date: 2009/12/26 17:38:58 $
|
||||
-- $Revision: 1.7 $
|
||||
-- $Date: 2020/02/02 23:34:34 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
with ncurses2.util; use ncurses2.util;
|
||||
|
||||
@ -7,7 +7,8 @@
|
||||
-- B O D Y --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 2000 Free Software Foundation, Inc. --
|
||||
-- Copyright 2020 Thomas E. Dickey --
|
||||
-- Copyright 2000 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -35,7 +36,7 @@
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Eugene V. Melaragno <aldomel@ix.netcom.com> 2000
|
||||
-- Version Control
|
||||
-- $Revision: 1.1 $
|
||||
-- $Revision: 1.2 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
procedure ncurses2.color_edit;
|
||||
|
||||
@ -7,7 +7,8 @@
|
||||
-- B O D Y --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 2000-2006,2008 Free Software Foundation, Inc. --
|
||||
-- Copyright 2020 Thomas E. Dickey --
|
||||
-- Copyright 2000-2006,2008 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -35,8 +36,8 @@
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Eugene V. Melaragno <aldomel@ix.netcom.com> 2000
|
||||
-- Version Control
|
||||
-- $Revision: 1.3 $
|
||||
-- $Date: 2008/07/26 18:47:17 $
|
||||
-- $Revision: 1.4 $
|
||||
-- $Date: 2020/02/02 23:34:34 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
with ncurses2.util; use ncurses2.util;
|
||||
|
||||
@ -7,7 +7,8 @@
|
||||
-- B O D Y --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 2000 Free Software Foundation, Inc. --
|
||||
-- Copyright 2020 Thomas E. Dickey --
|
||||
-- Copyright 2000 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -35,7 +36,7 @@
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Eugene V. Melaragno <aldomel@ix.netcom.com> 2000
|
||||
-- Version Control
|
||||
-- $Revision: 1.1 $
|
||||
-- $Revision: 1.2 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
procedure ncurses2.color_test;
|
||||
|
||||
@ -7,7 +7,8 @@
|
||||
-- B O D Y --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 2000-2011,2014 Free Software Foundation, Inc. --
|
||||
-- Copyright 2020 Thomas E. Dickey --
|
||||
-- Copyright 2000-2011,2014 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -35,8 +36,8 @@
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Eugene V. Melaragno <aldomel@ix.netcom.com> 2000
|
||||
-- Version Control
|
||||
-- $Revision: 1.7 $
|
||||
-- $Date: 2014/09/13 19:10:18 $
|
||||
-- $Revision: 1.8 $
|
||||
-- $Date: 2020/02/02 23:34:34 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
with ncurses2.util; use ncurses2.util;
|
||||
|
||||
@ -7,7 +7,8 @@
|
||||
-- B O D Y --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 2000 Free Software Foundation, Inc. --
|
||||
-- Copyright 2020 Thomas E. Dickey --
|
||||
-- Copyright 2000 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -35,7 +36,7 @@
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Eugene V. Melaragno <aldomel@ix.netcom.com> 2000
|
||||
-- Version Control
|
||||
-- $Revision: 1.1 $
|
||||
-- $Revision: 1.2 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
procedure ncurses2.demo_forms;
|
||||
|
||||
@ -7,7 +7,8 @@
|
||||
-- B O D Y --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 2000-2014,2020 Free Software Foundation, Inc. --
|
||||
-- Copyright 2020 Thomas E. Dickey --
|
||||
-- Copyright 2000-2011,2014 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -35,8 +36,8 @@
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Eugene V. Melaragno <aldomel@ix.netcom.com> 2000
|
||||
-- Version Control
|
||||
-- $Revision: 1.10 $
|
||||
-- $Date: 2020/01/18 17:02:13 $
|
||||
-- $Revision: 1.11 $
|
||||
-- $Date: 2020/02/02 23:34:34 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
with ncurses2.util; use ncurses2.util;
|
||||
|
||||
@ -7,7 +7,8 @@
|
||||
-- B O D Y --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 2000 Free Software Foundation, Inc. --
|
||||
-- Copyright 2020 Thomas E. Dickey --
|
||||
-- Copyright 2000 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -35,7 +36,7 @@
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Eugene V. Melaragno <aldomel@ix.netcom.com> 2000
|
||||
-- Version Control
|
||||
-- $Revision: 1.1 $
|
||||
-- $Revision: 1.2 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
procedure ncurses2.demo_pad;
|
||||
|
||||
@ -7,7 +7,8 @@
|
||||
-- B O D Y --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 2000-2011,2018 Free Software Foundation, Inc. --
|
||||
-- Copyright 2018,2020 Thomas E. Dickey --
|
||||
-- Copyright 2000-2008,2011 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -35,8 +36,8 @@
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Eugene V. Melaragno <aldomel@ix.netcom.com> 2000
|
||||
-- Version Control
|
||||
-- $Revision: 1.8 $
|
||||
-- $Date: 2018/07/07 23:31:02 $
|
||||
-- $Revision: 1.9 $
|
||||
-- $Date: 2020/02/02 23:34:34 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
with ncurses2.util; use ncurses2.util;
|
||||
|
||||
@ -7,7 +7,8 @@
|
||||
-- B O D Y --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 2000 Free Software Foundation, Inc. --
|
||||
-- Copyright 2020 Thomas E. Dickey --
|
||||
-- Copyright 2000 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -35,7 +36,7 @@
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Eugene V. Melaragno <aldomel@ix.netcom.com> 2000
|
||||
-- Version Control
|
||||
-- $Revision: 1.1 $
|
||||
-- $Revision: 1.2 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
procedure ncurses2.demo_panels (nap_mseci : Integer);
|
||||
|
||||
@ -7,7 +7,8 @@
|
||||
-- B O D Y --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 2000 Free Software Foundation, Inc. --
|
||||
-- Copyright 2020 Thomas E. Dickey --
|
||||
-- Copyright 2000 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -35,7 +36,7 @@
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Eugene V. Melaragno <aldomel@ix.netcom.com> 2000
|
||||
-- Version Control
|
||||
-- $Revision: 1.1 $
|
||||
-- $Revision: 1.2 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
with Terminal_Interface.Curses; use Terminal_Interface.Curses;
|
||||
|
||||
@ -7,7 +7,8 @@
|
||||
-- B O D Y --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 2000 Free Software Foundation, Inc. --
|
||||
-- Copyright 2020 Thomas E. Dickey --
|
||||
-- Copyright 2000 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -35,7 +36,7 @@
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Eugene V. Melaragno <aldomel@ix.netcom.com> 2000
|
||||
-- Version Control
|
||||
-- $Revision: 1.1 $
|
||||
-- $Revision: 1.2 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
with Terminal_Interface.Curses;
|
||||
|
||||
@ -7,7 +7,8 @@
|
||||
-- B O D Y --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 2000-2008,2009 Free Software Foundation, Inc. --
|
||||
-- Copyright 2020 Thomas E. Dickey --
|
||||
-- Copyright 2000-2008,2009 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -35,8 +36,8 @@
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Eugene V. Melaragno <aldomel@ix.netcom.com> 2000
|
||||
-- Version Control
|
||||
-- $Revision: 1.4 $
|
||||
-- $Date: 2009/12/26 17:38:58 $
|
||||
-- $Revision: 1.5 $
|
||||
-- $Date: 2020/02/02 23:34:34 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
with Terminal_Interface.Curses; use Terminal_Interface.Curses;
|
||||
|
||||
@ -7,7 +7,8 @@
|
||||
-- B O D Y --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 2000-2006,2009 Free Software Foundation, Inc. --
|
||||
-- Copyright 2020 Thomas E. Dickey --
|
||||
-- Copyright 2000-2006,2009 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -35,8 +36,8 @@
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Eugene V. Melaragno <aldomel@ix.netcom.com> 2000
|
||||
-- Version Control
|
||||
-- $Revision: 1.3 $
|
||||
-- $Date: 2009/12/26 17:38:58 $
|
||||
-- $Revision: 1.4 $
|
||||
-- $Date: 2020/02/02 23:34:34 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
|
||||
@ -7,7 +7,8 @@
|
||||
-- B O D Y --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 2000 Free Software Foundation, Inc. --
|
||||
-- Copyright 2020 Thomas E. Dickey --
|
||||
-- Copyright 2000 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -35,7 +36,7 @@
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Eugene V. Melaragno <aldomel@ix.netcom.com> 2000
|
||||
-- Version Control
|
||||
-- $Revision: 1.1 $
|
||||
-- $Revision: 1.2 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
procedure getch_test;
|
||||
|
||||
@ -7,7 +7,8 @@
|
||||
-- B O D Y --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 2000-2009,2014 Free Software Foundation, Inc. --
|
||||
-- Copyright 2020 Thomas E. Dickey --
|
||||
-- Copyright 2000-2009,2014 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -35,8 +36,8 @@
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Eugene V. Melaragno <aldomel@ix.netcom.com> 2000
|
||||
-- Version Control
|
||||
-- $Revision: 1.9 $
|
||||
-- $Date: 2014/09/13 19:10:18 $
|
||||
-- $Revision: 1.10 $
|
||||
-- $Date: 2020/02/02 23:34:34 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
-- Character input test
|
||||
|
||||
@ -7,7 +7,8 @@
|
||||
-- B O D Y --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 2000 Free Software Foundation, Inc. --
|
||||
-- Copyright 2020 Thomas E. Dickey --
|
||||
-- Copyright 2000 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -35,7 +36,7 @@
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Eugene V. Melaragno <aldomel@ix.netcom.com> 2000
|
||||
-- Version Control
|
||||
-- $Revision: 1.1 $
|
||||
-- $Revision: 1.2 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
procedure ncurses2.getch_test;
|
||||
|
||||
@ -7,7 +7,8 @@
|
||||
-- B O D Y --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 2000-2008,2011 Free Software Foundation, Inc. --
|
||||
-- Copyright 2020 Thomas E. Dickey --
|
||||
-- Copyright 2000-2008,2011 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -35,8 +36,8 @@
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Eugene V. Melaragno <aldomel@ix.netcom.com> 2000
|
||||
-- Version Control
|
||||
-- $Revision: 1.8 $
|
||||
-- $Date: 2011/03/19 12:09:51 $
|
||||
-- $Revision: 1.9 $
|
||||
-- $Date: 2020/02/02 23:34:34 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
-- A simplified version of the GNU getopt function
|
||||
|
||||
@ -7,7 +7,8 @@
|
||||
-- B O D Y --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 2000,2006 Free Software Foundation, Inc. --
|
||||
-- Copyright 2020 Thomas E. Dickey --
|
||||
-- Copyright 2000,2006 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -35,8 +36,8 @@
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Eugene V. Melaragno <aldomel@ix.netcom.com> 2000
|
||||
-- Version Control
|
||||
-- $Revision: 1.2 $
|
||||
-- $Date: 2006/06/25 14:24:40 $
|
||||
-- $Revision: 1.3 $
|
||||
-- $Date: 2020/02/02 23:34:34 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
package ncurses2.getopt is
|
||||
|
||||
@ -7,7 +7,8 @@
|
||||
-- B O D Y --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 2000-2018,2020 Free Software Foundation, Inc. --
|
||||
-- Copyright 2018,2020 Thomas E. Dickey --
|
||||
-- Copyright 2000-2007,2008 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -35,8 +36,8 @@
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Eugene V. Melaragno <aldomel@ix.netcom.com> 2000
|
||||
-- Version Control
|
||||
-- $Revision: 1.10 $
|
||||
-- $Date: 2020/01/18 17:02:13 $
|
||||
-- $Revision: 1.11 $
|
||||
-- $Date: 2020/02/02 23:34:34 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
-- TODO use Default_Character where appropriate
|
||||
|
||||
@ -7,7 +7,8 @@
|
||||
-- B O D Y --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 2000 Free Software Foundation, Inc. --
|
||||
-- Copyright 2020 Thomas E. Dickey --
|
||||
-- Copyright 2000 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -35,7 +36,7 @@
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Eugene V. Melaragno <aldomel@ix.netcom.com> 2000
|
||||
-- Version Control
|
||||
-- $Revision: 1.1 $
|
||||
-- $Revision: 1.2 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
package ncurses2.m is
|
||||
|
||||
@ -7,7 +7,8 @@
|
||||
-- B O D Y --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 2000-2006,2011 Free Software Foundation, Inc. --
|
||||
-- Copyright 2020 Thomas E. Dickey --
|
||||
-- Copyright 2000-2006,2011 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -35,8 +36,8 @@
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Eugene V. Melaragno <aldomel@ix.netcom.com> 2000
|
||||
-- Version Control
|
||||
-- $Revision: 1.8 $
|
||||
-- $Date: 2011/03/23 00:39:28 $
|
||||
-- $Revision: 1.9 $
|
||||
-- $Date: 2020/02/02 23:34:34 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
with ncurses2.util; use ncurses2.util;
|
||||
|
||||
@ -7,7 +7,8 @@
|
||||
-- B O D Y --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 2000 Free Software Foundation, Inc. --
|
||||
-- Copyright 2020 Thomas E. Dickey --
|
||||
-- Copyright 2000 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -35,7 +36,7 @@
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Eugene V. Melaragno <aldomel@ix.netcom.com> 2000
|
||||
-- Version Control
|
||||
-- $Revision: 1.1 $
|
||||
-- $Revision: 1.2 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
procedure ncurses2.menu_test;
|
||||
|
||||
@ -7,7 +7,8 @@
|
||||
-- B O D Y --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 2000-2014,2015 Free Software Foundation, Inc. --
|
||||
-- Copyright 2020 Thomas E. Dickey --
|
||||
-- Copyright 2000-2014,2015 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -35,8 +36,8 @@
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Eugene V. Melaragno <aldomel@ix.netcom.com> 2000
|
||||
-- Version Control
|
||||
-- $Revision: 1.7 $
|
||||
-- $Date: 2015/07/25 23:43:19 $
|
||||
-- $Revision: 1.8 $
|
||||
-- $Date: 2020/02/02 23:34:34 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
with ncurses2.util; use ncurses2.util;
|
||||
|
||||
@ -7,7 +7,8 @@
|
||||
-- B O D Y --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 2000 Free Software Foundation, Inc. --
|
||||
-- Copyright 2020 Thomas E. Dickey --
|
||||
-- Copyright 2000 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -35,7 +36,7 @@
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Eugene V. Melaragno <aldomel@ix.netcom.com> 2000
|
||||
-- Version Control
|
||||
-- $Revision: 1.1 $
|
||||
-- $Revision: 1.2 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
procedure ncurses2.overlap_test;
|
||||
|
||||
@ -7,7 +7,8 @@
|
||||
-- B O D Y --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 2000-2011,2018 Free Software Foundation, Inc. --
|
||||
-- Copyright 2018,2020 Thomas E. Dickey --
|
||||
-- Copyright 2000-2009,2011 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -35,8 +36,8 @@
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Eugene V. Melaragno <aldomel@ix.netcom.com> 2000
|
||||
-- Version Control
|
||||
-- $Revision: 1.10 $
|
||||
-- $Date: 2018/07/07 23:30:32 $
|
||||
-- $Revision: 1.11 $
|
||||
-- $Date: 2020/02/02 23:34:34 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
with ncurses2.util; use ncurses2.util;
|
||||
|
||||
@ -7,7 +7,8 @@
|
||||
-- B O D Y --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 2000 Free Software Foundation, Inc. --
|
||||
-- Copyright 2020 Thomas E. Dickey --
|
||||
-- Copyright 2000 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -35,7 +36,7 @@
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Eugene V. Melaragno <aldomel@ix.netcom.com> 2000
|
||||
-- Version Control
|
||||
-- $Revision: 1.1 $
|
||||
-- $Revision: 1.2 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
procedure ncurses2.slk_test;
|
||||
|
||||
@ -7,7 +7,8 @@
|
||||
-- B O D Y --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 2000,2006 Free Software Foundation, Inc. --
|
||||
-- Copyright 2020 Thomas E. Dickey --
|
||||
-- Copyright 2000,2006 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -35,8 +36,8 @@
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Eugene V. Melaragno <aldomel@ix.netcom.com> 2000
|
||||
-- Version Control
|
||||
-- $Revision: 1.2 $
|
||||
-- $Date: 2006/06/25 14:24:40 $
|
||||
-- $Revision: 1.3 $
|
||||
-- $Date: 2020/02/02 23:34:34 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
with Terminal_Interface.Curses; use Terminal_Interface.Curses;
|
||||
|
||||
@ -7,7 +7,8 @@
|
||||
-- B O D Y --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 2000 Free Software Foundation, Inc. --
|
||||
-- Copyright 2020 Thomas E. Dickey --
|
||||
-- Copyright 2000 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -35,7 +36,7 @@
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Eugene V. Melaragno <aldomel@ix.netcom.com> 2000
|
||||
-- Version Control
|
||||
-- $Revision: 1.1 $
|
||||
-- $Revision: 1.2 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
procedure ncurses2.test_sgr_attributes;
|
||||
|
||||
@ -7,7 +7,8 @@
|
||||
-- B O D Y --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 2000-2011,2014 Free Software Foundation, Inc. --
|
||||
-- Copyright 2020 Thomas E. Dickey --
|
||||
-- Copyright 2000-2011,2014 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -35,8 +36,8 @@
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Eugene V. Melaragno <aldomel@ix.netcom.com> 2000
|
||||
-- Version Control
|
||||
-- $Revision: 1.6 $
|
||||
-- $Date: 2014/09/13 19:10:18 $
|
||||
-- $Revision: 1.7 $
|
||||
-- $Date: 2020/02/02 23:34:34 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
with ncurses2.util; use ncurses2.util;
|
||||
|
||||
@ -7,7 +7,8 @@
|
||||
-- S P E C --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 2000 Free Software Foundation, Inc. --
|
||||
-- Copyright 2020 Thomas E. Dickey --
|
||||
-- Copyright 2000 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -35,7 +36,7 @@
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Eugene V. Melaragno <aldomel@ix.netcom.com> 2000
|
||||
-- Version Control
|
||||
-- $Revision: 1.1 $
|
||||
-- $Revision: 1.2 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
procedure ncurses2.trace_set;
|
||||
|
||||
@ -7,7 +7,8 @@
|
||||
-- B O D Y --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 2000-2008,2014 Free Software Foundation, Inc. --
|
||||
-- Copyright 2020 Thomas E. Dickey --
|
||||
-- Copyright 2000-2008,2014 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -35,8 +36,8 @@
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Eugene V. Melaragno <aldomel@ix.netcom.com> 2000
|
||||
-- Version Control
|
||||
-- $Revision: 1.9 $
|
||||
-- $Date: 2014/05/24 21:32:18 $
|
||||
-- $Revision: 1.10 $
|
||||
-- $Date: 2020/02/02 23:34:34 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
with Ada.Text_IO; use Ada.Text_IO;
|
||||
|
||||
@ -7,7 +7,8 @@
|
||||
-- S P E C --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 2000,2006 Free Software Foundation, Inc. --
|
||||
-- Copyright 2020 Thomas E. Dickey --
|
||||
-- Copyright 2000,2006 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -35,8 +36,8 @@
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Eugene V. Melaragno <aldomel@ix.netcom.com> 2000
|
||||
-- Version Control
|
||||
-- $Revision: 1.2 $
|
||||
-- $Date: 2006/06/25 14:24:40 $
|
||||
-- $Revision: 1.3 $
|
||||
-- $Date: 2020/02/02 23:34:34 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
with Terminal_Interface.Curses; use Terminal_Interface.Curses;
|
||||
|
||||
@ -7,7 +7,8 @@
|
||||
-- B O D Y --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 2000 Free Software Foundation, Inc. --
|
||||
-- Copyright 2020 Thomas E. Dickey --
|
||||
-- Copyright 2000 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -35,7 +36,7 @@
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Eugene V. Melaragno <aldomel@ix.netcom.com> 2000
|
||||
-- Version Control
|
||||
-- $Revision: 1.1 $
|
||||
-- $Revision: 1.2 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
|
||||
@ -7,7 +7,8 @@
|
||||
-- B O D Y --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 1998-2007,2008 Free Software Foundation, Inc. --
|
||||
-- Copyright 2020 Thomas E. Dickey --
|
||||
-- Copyright 1998-2007,2008 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -36,8 +37,8 @@
|
||||
-- Author: Laurent Pautet <pautet@gnat.com>
|
||||
-- Modified by: Juergen Pfeifer, 1997
|
||||
-- Version Control
|
||||
-- $Revision: 1.8 $
|
||||
-- $Date: 2008/08/30 21:38:07 $
|
||||
-- $Revision: 1.9 $
|
||||
-- $Date: 2020/02/02 23:34:34 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
-- --
|
||||
|
||||
@ -7,7 +7,8 @@
|
||||
-- S P E C --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 1998,2003 Free Software Foundation, Inc. --
|
||||
-- Copyright 2020 Thomas E. Dickey --
|
||||
-- Copyright 1998-2002,2003 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -36,7 +37,7 @@
|
||||
-- Author: Laurent Pautet <pautet@gnat.com>
|
||||
-- Modified by: Juergen Pfeifer, 1997
|
||||
-- Version Control
|
||||
-- $Revision: 1.7 $
|
||||
-- $Revision: 1.8 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
-- --
|
||||
|
||||
@ -7,7 +7,8 @@
|
||||
-- B O D Y --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 1998,2003 Free Software Foundation, Inc. --
|
||||
-- Copyright 2020 Thomas E. Dickey --
|
||||
-- Copyright 1998-2002,2003 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -35,7 +36,7 @@
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Juergen Pfeifer, 1996
|
||||
-- Version Control
|
||||
-- $Revision: 1.13 $
|
||||
-- $Revision: 1.14 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
with Terminal_Interface.Curses; use Terminal_Interface.Curses;
|
||||
|
||||
@ -7,7 +7,8 @@
|
||||
-- S P E C --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 1998,2003 Free Software Foundation, Inc. --
|
||||
-- Copyright 2020 Thomas E. Dickey --
|
||||
-- Copyright 1998-2002,2003 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -35,7 +36,7 @@
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Juergen Pfeifer, 1996
|
||||
-- Version Control
|
||||
-- $Revision: 1.10 $
|
||||
-- $Revision: 1.11 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
package Sample.Curses_Demo.Attributes is
|
||||
|
||||
@ -7,7 +7,8 @@
|
||||
-- B O D Y --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 1998-2006,2008 Free Software Foundation, Inc. --
|
||||
-- Copyright 2020 Thomas E. Dickey --
|
||||
-- Copyright 1998-2006,2008 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -35,8 +36,8 @@
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Juergen Pfeifer, 1996
|
||||
-- Version Control
|
||||
-- $Revision: 1.16 $
|
||||
-- $Date: 2008/07/26 18:48:19 $
|
||||
-- $Revision: 1.17 $
|
||||
-- $Date: 2020/02/02 23:34:34 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
with Terminal_Interface.Curses; use Terminal_Interface.Curses;
|
||||
|
||||
@ -7,7 +7,8 @@
|
||||
-- S P E C --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 1998,2003 Free Software Foundation, Inc. --
|
||||
-- Copyright 2020 Thomas E. Dickey --
|
||||
-- Copyright 1998-2002,2003 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -35,7 +36,7 @@
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Juergen Pfeifer, 1996
|
||||
-- Version Control
|
||||
-- $Revision: 1.10 $
|
||||
-- $Revision: 1.11 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
package Sample.Curses_Demo.Mouse is
|
||||
|
||||
@ -7,7 +7,8 @@
|
||||
-- B O D Y --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 1998-2004,2011 Free Software Foundation, Inc. --
|
||||
-- Copyright 2020 Thomas E. Dickey --
|
||||
-- Copyright 1998-2004,2011 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -35,8 +36,8 @@
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Juergen Pfeifer, 1996
|
||||
-- Version Control
|
||||
-- $Revision: 1.17 $
|
||||
-- $Date: 2011/03/23 00:29:04 $
|
||||
-- $Revision: 1.18 $
|
||||
-- $Date: 2020/02/02 23:34:34 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
with Terminal_Interface.Curses; use Terminal_Interface.Curses;
|
||||
|
||||
@ -7,7 +7,8 @@
|
||||
-- S P E C --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 1998,2003 Free Software Foundation, Inc. --
|
||||
-- Copyright 2020 Thomas E. Dickey --
|
||||
-- Copyright 1998-2002,2003 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -35,7 +36,7 @@
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Juergen Pfeifer, 1996
|
||||
-- Version Control
|
||||
-- $Revision: 1.10 $
|
||||
-- $Revision: 1.11 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
package Sample.Curses_Demo is
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
-- B O D Y --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 1998-2014,2019 Free Software Foundation, Inc. --
|
||||
-- Copyright 2019,2020 Thomas E. Dickey --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -35,8 +35,8 @@
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Juergen Pfeifer, 1996
|
||||
-- Version Control
|
||||
-- $Revision: 1.4 $
|
||||
-- $Date: 2019/09/08 00:14:54 $
|
||||
-- $Revision: 1.5 $
|
||||
-- $Date: 2020/02/02 23:34:34 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
-- Poor mans help system. This scans a sequential file for key lines and
|
||||
|
||||
@ -7,7 +7,8 @@
|
||||
-- S P E C --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 1998-2003,2009 Free Software Foundation, Inc. --
|
||||
-- Copyright 2020 Thomas E. Dickey --
|
||||
-- Copyright 1998-2003,2009 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -35,7 +36,7 @@
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Juergen Pfeifer, 1996
|
||||
-- Version Control
|
||||
-- $Revision: 1.11 $
|
||||
-- $Revision: 1.12 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
-- Poor mans help system. This scans a sequential file for key lines and
|
||||
|
||||
@ -7,7 +7,8 @@
|
||||
-- B O D Y --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 1998-2004,2009 Free Software Foundation, Inc. --
|
||||
-- Copyright 2020 Thomas E. Dickey --
|
||||
-- Copyright 1998-2004,2009 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -35,8 +36,8 @@
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Juergen Pfeifer, 1996
|
||||
-- Version Control
|
||||
-- $Revision: 1.17 $
|
||||
-- $Date: 2009/12/26 17:38:58 $
|
||||
-- $Revision: 1.18 $
|
||||
-- $Date: 2020/02/02 23:34:34 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
with Ada.Characters.Latin_1; use Ada.Characters.Latin_1;
|
||||
|
||||
@ -7,7 +7,8 @@
|
||||
-- S P E C --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 1998-2009,2011 Free Software Foundation, Inc. --
|
||||
-- Copyright 2020 Thomas E. Dickey --
|
||||
-- Copyright 1998-2009,2011 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -35,7 +36,7 @@
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Juergen Pfeifer, 1996
|
||||
-- Version Control
|
||||
-- $Revision: 1.11 $
|
||||
-- $Revision: 1.12 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
with Terminal_Interface.Curses; use Terminal_Interface.Curses;
|
||||
|
||||
@ -7,7 +7,8 @@
|
||||
-- B O D Y --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 1998-2004,2009 Free Software Foundation, Inc. --
|
||||
-- Copyright 2020 Thomas E. Dickey --
|
||||
-- Copyright 1998-2004,2009 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -35,8 +36,8 @@
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Juergen Pfeifer, 1996
|
||||
-- Version Control
|
||||
-- $Revision: 1.14 $
|
||||
-- $Date: 2009/12/26 17:38:58 $
|
||||
-- $Revision: 1.15 $
|
||||
-- $Date: 2020/02/02 23:34:34 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
with Sample.Form_Demo.Aux;
|
||||
|
||||
@ -7,7 +7,8 @@
|
||||
-- S P E C --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 1998-2003,2009 Free Software Foundation, Inc. --
|
||||
-- Copyright 2020 Thomas E. Dickey --
|
||||
-- Copyright 1998-2003,2009 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -35,7 +36,7 @@
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Juergen Pfeifer, 1996
|
||||
-- Version Control
|
||||
-- $Revision: 1.10 $
|
||||
-- $Revision: 1.11 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
with Terminal_Interface.Curses;
|
||||
|
||||
@ -7,7 +7,8 @@
|
||||
-- B O D Y --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 1998-2006,2011 Free Software Foundation, Inc. --
|
||||
-- Copyright 2020 Thomas E. Dickey --
|
||||
-- Copyright 1998-2006,2011 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -35,8 +36,8 @@
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Juergen Pfeifer, 1996
|
||||
-- Version Control
|
||||
-- $Revision: 1.16 $
|
||||
-- $Date: 2011/03/23 00:44:12 $
|
||||
-- $Revision: 1.17 $
|
||||
-- $Date: 2020/02/02 23:34:34 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
with Terminal_Interface.Curses; use Terminal_Interface.Curses;
|
||||
|
||||
@ -7,7 +7,8 @@
|
||||
-- S P E C --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 1998,2003 Free Software Foundation, Inc. --
|
||||
-- Copyright 2020 Thomas E. Dickey --
|
||||
-- Copyright 1998-2002,2003 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -35,7 +36,7 @@
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Juergen Pfeifer, 1996
|
||||
-- Version Control
|
||||
-- $Revision: 1.10 $
|
||||
-- $Revision: 1.11 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
package Sample.Form_Demo is
|
||||
|
||||
@ -7,7 +7,8 @@
|
||||
-- B O D Y --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 1998-2009,2011 Free Software Foundation, Inc. --
|
||||
-- Copyright 2020 Thomas E. Dickey --
|
||||
-- Copyright 1998-2009,2011 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -35,8 +36,8 @@
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Juergen Pfeifer, 1996
|
||||
-- Version Control
|
||||
-- $Revision: 1.15 $
|
||||
-- $Date: 2011/03/23 00:44:12 $
|
||||
-- $Revision: 1.16 $
|
||||
-- $Date: 2020/02/02 23:34:34 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
with Ada.Unchecked_Deallocation;
|
||||
|
||||
@ -7,7 +7,8 @@
|
||||
-- S P E C --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 1998-2009,2011 Free Software Foundation, Inc. --
|
||||
-- Copyright 2020 Thomas E. Dickey --
|
||||
-- Copyright 1998-2009,2011 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -35,7 +36,7 @@
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Juergen Pfeifer, 1996
|
||||
-- Version Control
|
||||
-- $Revision: 1.11 $
|
||||
-- $Revision: 1.12 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
with Terminal_Interface.Curses; use Terminal_Interface.Curses;
|
||||
|
||||
@ -7,7 +7,8 @@
|
||||
-- B O D Y --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 1998-2011,2014 Free Software Foundation, Inc. --
|
||||
-- Copyright 2020 Thomas E. Dickey --
|
||||
-- Copyright 1998-2011,2014 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -35,8 +36,8 @@
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Juergen Pfeifer, 1996
|
||||
-- Version Control
|
||||
-- $Revision: 1.20 $
|
||||
-- $Date: 2014/09/13 19:10:18 $
|
||||
-- $Revision: 1.21 $
|
||||
-- $Date: 2020/02/02 23:34:34 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
with Ada.Calendar; use Ada.Calendar;
|
||||
|
||||
@ -7,7 +7,8 @@
|
||||
-- S P E C --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 1998,2003 Free Software Foundation, Inc. --
|
||||
-- Copyright 2020 Thomas E. Dickey --
|
||||
-- Copyright 1998-2002,2003 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -35,7 +36,7 @@
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Juergen Pfeifer, 1996
|
||||
-- Version Control
|
||||
-- $Revision: 1.10 $
|
||||
-- $Revision: 1.11 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
with Terminal_Interface.Curses; use Terminal_Interface.Curses;
|
||||
|
||||
@ -7,7 +7,8 @@
|
||||
-- B O D Y --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 1998-2009,2011 Free Software Foundation, Inc. --
|
||||
-- Copyright 2020 Thomas E. Dickey --
|
||||
-- Copyright 1998-2009,2011 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -35,8 +36,8 @@
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Juergen Pfeifer, 1996
|
||||
-- Version Control
|
||||
-- $Revision: 1.14 $
|
||||
-- $Date: 2011/03/19 12:13:21 $
|
||||
-- $Revision: 1.15 $
|
||||
-- $Date: 2020/02/02 23:34:34 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
with Sample.Explanation; use Sample.Explanation;
|
||||
|
||||
@ -7,7 +7,8 @@
|
||||
-- S P E C --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 1998-2009,2011 Free Software Foundation, Inc. --
|
||||
-- Copyright 2020 Thomas E. Dickey --
|
||||
-- Copyright 1998-2009,2011 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -35,7 +36,7 @@
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Juergen Pfeifer, 1996
|
||||
-- Version Control
|
||||
-- $Revision: 1.11 $
|
||||
-- $Revision: 1.12 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
with Terminal_Interface.Curses; use Terminal_Interface.Curses;
|
||||
|
||||
@ -7,7 +7,8 @@
|
||||
-- B O D Y --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 1998-2006,2011 Free Software Foundation, Inc. --
|
||||
-- Copyright 2020 Thomas E. Dickey --
|
||||
-- Copyright 1998-2006,2011 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -35,8 +36,8 @@
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Juergen Pfeifer, 1996
|
||||
-- Version Control
|
||||
-- $Revision: 1.16 $
|
||||
-- $Date: 2011/03/23 00:34:24 $
|
||||
-- $Revision: 1.17 $
|
||||
-- $Date: 2020/02/02 23:34:34 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
with Ada.Strings; use Ada.Strings;
|
||||
|
||||
@ -7,7 +7,8 @@
|
||||
-- S P E C --
|
||||
-- --
|
||||
------------------------------------------------------------------------------
|
||||
-- Copyright (c) 1998,2003 Free Software Foundation, Inc. --
|
||||
-- Copyright 2020 Thomas E. Dickey --
|
||||
-- Copyright 1998-2002,2003 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- Permission is hereby granted, free of charge, to any person obtaining a --
|
||||
-- copy of this software and associated documentation files (the --
|
||||
@ -35,7 +36,7 @@
|
||||
------------------------------------------------------------------------------
|
||||
-- Author: Juergen Pfeifer, 1996
|
||||
-- Version Control
|
||||
-- $Revision: 1.10 $
|
||||
-- $Revision: 1.11 $
|
||||
-- Binding Version 01.00
|
||||
------------------------------------------------------------------------------
|
||||
with Terminal_Interface.Curses; use Terminal_Interface.Curses;
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user