~ubuntu-branches/debian/lenny/nano/lenny

« back to all changes in this revision

Viewing changes to src/help.c

  • Committer: Bazaar Package Importer
  • Author(s): Jordi Mallach
  • Date: 2007-04-18 18:09:22 UTC
  • mto: (13.1.1 gutsy)
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: james.westby@ubuntu.com-20070418180922-ssa3s3bshe580i44
Tags: upstream-2.0.4
ImportĀ upstreamĀ versionĀ 2.0.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: help.c,v 1.57 2006/11/25 22:27:22 dolorous Exp $ */
 
1
/* $Id: help.c,v 1.58 2007/01/01 05:15:32 dolorous Exp $ */
2
2
/**************************************************************************
3
3
 *   help.c                                                               *
4
4
 *                                                                        *
5
5
 *   Copyright (C) 2000, 2001, 2002, 2003, 2004 Chris Allegretta          *
6
 
 *   Copyright (C) 2005, 2006 David Lawrence Ramsey                       *
 
6
 *   Copyright (C) 2005, 2006, 2007 David Lawrence Ramsey                 *
7
7
 *   This program is free software; you can redistribute it and/or modify *
8
8
 *   it under the terms of the GNU General Public License as published by *
9
9
 *   the Free Software Foundation; either version 2, or (at your option)  *
51
51
        /* The current shortcut list. */
52
52
#endif
53
53
    const char *ptr;
54
 
        /* The current line of help text. */
 
54
        /* The current line of the help text. */
55
55
    size_t old_line = (size_t)-1;
56
56
        /* The line we were on before the current line. */
57
57