~ubuntu-branches/ubuntu/natty/ncurses/natty

« back to all changes in this revision

Viewing changes to progs/progs.priv.h

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-05-17 09:00:42 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070517090042-86fgxrr6j5jzagot
Tags: 5.6-0ubuntu1
* New upstream version.
  - Remove patches applied upstream: ncurses.upstream, signed-chars.
  - Update patches: debian-backspace.
* Build-depend on g++-multilib instead of lib{32,64}c*-dev-*.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/****************************************************************************
2
 
 * Copyright (c) 1998-2001,2005 Free Software Foundation, Inc.              *
 
2
 * Copyright (c) 1998-2005,2006 Free Software Foundation, Inc.              *
3
3
 *                                                                          *
4
4
 * Permission is hereby granted, free of charge, to any person obtaining a  *
5
5
 * copy of this software and associated documentation files (the            *
30
30
 *  Author: Thomas E. Dickey                    1997-on                     *
31
31
 ****************************************************************************/
32
32
/*
33
 
 * $Id: progs.priv.h,v 1.29 2005/08/06 20:05:32 tom Exp $
 
33
 * $Id: progs.priv.h,v 1.30 2006/11/26 00:28:01 tom Exp $
34
34
 *
35
35
 *      progs.priv.h
36
36
 *
109
109
#include <curses.h>
110
110
#include <term_entry.h>
111
111
#include <tic.h>
 
112
#include <nc_tparm.h>
112
113
#include <nc_alloc.h>
113
114
 
114
115
/* usually in <unistd.h> */