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

« back to all changes in this revision

Viewing changes to ncurses/trace/lib_tracebits.c

  • 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,2002 Free Software Foundation, Inc.              *
 
2
 * Copyright (c) 1998-2002,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            *
29
29
/****************************************************************************
30
30
 *  Author: Zeyd M. Ben-Halim <zmbenhal@netcom.com> 1992,1995               *
31
31
 *     and: Eric S. Raymond <esr@snark.thyrsus.com>                         *
 
32
 *     and: Thomas E. Dickey                        1996-on                 *
32
33
 ****************************************************************************/
33
34
 
34
35
#include <curses.priv.h>
35
36
#include <term.h>               /* cur_term */
36
37
 
37
 
MODULE_ID("$Id: lib_tracebits.c,v 1.12 2002/05/25 14:35:07 tom Exp $")
 
38
MODULE_ID("$Id: lib_tracebits.c,v 1.13 2006/12/10 01:33:00 tom Exp $")
38
39
 
39
40
#if SVR4_TERMIO && !defined(_POSIX_SOURCE)
40
41
#define _POSIX_SOURCE
106
107
    }, oflags[] =
107
108
    {
108
109
        {OPOST, "OPOST"},
 
110
        {OFLAGS_TABS, "XTABS"},
109
111
        {0, NULL}
110
112
#define ALLOUT  (OPOST)
111
113
    }, cflags[] =