~ubuntu-branches/debian/sid/ncurses/sid-200908151540

« back to all changes in this revision

Viewing changes to panel/panel.c

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2009-05-24 15:13:01 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090524151301-uixgxq2zonfov2nr
Tags: 5.7+20090523-1
MergingĀ upstreamĀ versionĀ 5.7+20090523.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/****************************************************************************
2
 
 * Copyright (c) 1998-2004,2005 Free Software Foundation, Inc.              *
 
2
 * Copyright (c) 1998-2005,2009 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> 1995                    *
31
31
 *     and: Eric S. Raymond <esr@snark.thyrsus.com>                         *
 
32
 *     and: Juergen Pfeifer                         1996-1999,2008          *
 
33
 *     and: Thomas E. Dickey                                                *
32
34
 ****************************************************************************/
33
35
 
34
36
/* panel.c -- implementation of panels library, some core routines */
35
37
#include "panel.priv.h"
36
38
 
37
 
MODULE_ID("$Id: panel.c,v 1.23 2005/02/19 18:04:31 tom Exp $")
 
39
MODULE_ID("$Id: panel.c,v 1.24 2009/04/11 21:29:10 tom Exp $")
38
40
 
39
41
/*+-------------------------------------------------------------------------
40
42
        _nc_retrace_panel (pan)
91
93
{
92
94
  char s80[80];
93
95
 
 
96
  GetPanelHook(pan);
 
97
 
94
98
  sprintf(s80, fmt, num, pan);
95
99
  _tracef("%s b=%s t=%s", s80,
96
100
          (_nc_bottom_panel) ? USER_PTR(_nc_bottom_panel->user) : "--",