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

« back to all changes in this revision

Viewing changes to man/default_colors.3x

  • 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-2003,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            *
28
28
.\"
29
29
.\" Author: Thomas E. Dickey 1997,1999,2000,2005
30
30
.\"
31
 
.\" $Id: default_colors.3x,v 1.18 2005/02/19 20:25:44 tom Exp $
 
31
.\" $Id: default_colors.3x,v 1.19 2006/02/25 21:49:19 tom Exp $
32
32
.TH default_colors 3X ""
33
33
.SH NAME
34
34
\fBuse_default_colors\fR,
35
35
\fBassume_default_colors\fR \- use terminal's default colors
36
36
.SH SYNOPSIS
37
37
\fB#include <curses.h>\fP
38
 
 
 
38
.sp
39
39
\fBint use_default_colors(void);\fP
40
40
.br
41
41
\fBint assume_default_colors(int fg, int bg);\fP