File configure.ac changed (mode: 100644) (index ac74fc9..57b6768) |
|
1 |
|
#*************************************************************************** |
|
2 |
|
#* Pinfo is a ncurses based lynx style info documentation browser |
|
3 |
|
#* |
|
4 |
|
#* Copyright (C) 1999 Przemek Borys <pborys@dione.ids.pl> |
|
5 |
|
#* Copyright (C) 2005 Bas Zoetekouw <bas@debian.org> |
|
6 |
|
#* |
|
7 |
|
#* This program is free software; you can redistribute it and/or modify |
|
8 |
|
#* it under the terms of version 2 of the GNU General Public License as |
|
9 |
|
#* published by the Free Software Foundation. |
|
10 |
|
#* |
|
11 |
|
#* This program is distributed in the hope that it will be useful, but |
|
12 |
|
#* WITHOUT ANY WARRANTY; without even the implied warranty of |
|
13 |
|
#* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
14 |
|
#* General Public License for more details. |
|
15 |
|
#* |
|
16 |
|
#* You should have received a copy of the GNU General Public License |
|
17 |
|
#* along with this program; if not, write to the Free Software |
|
18 |
|
#* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 |
|
19 |
|
#* USA |
|
20 |
|
#***************************************************************************/ |
|
21 |
|
# |
1 |
22 |
# |
# |
2 |
23 |
# Process this file with autoconf to produce a configure script. |
# Process this file with autoconf to produce a configure script. |
3 |
24 |
# $Id$ |
# $Id$ |
File src/colors.c changed (mode: 100644) (index f7ecdf3..b4d0603) |
|
1 |
|
/*************************************************************************** |
|
2 |
|
* Pinfo is a ncurses based lynx style info documentation browser |
|
3 |
|
* |
|
4 |
|
* Copyright (C) 1999 Przemek Borys <pborys@dione.ids.pl> |
|
5 |
|
* Copyright (C) 2005 Bas Zoetekouw <bas@debian.org> |
|
6 |
|
* |
|
7 |
|
* This program is free software; you can redistribute it and/or modify |
|
8 |
|
* it under the terms of version 2 of the GNU General Public License as |
|
9 |
|
* published by the Free Software Foundation. |
|
10 |
|
* |
|
11 |
|
* This program is distributed in the hope that it will be useful, but |
|
12 |
|
* WITHOUT ANY WARRANTY; without even the implied warranty of |
|
13 |
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
14 |
|
* General Public License for more details. |
|
15 |
|
* |
|
16 |
|
* You should have received a copy of the GNU General Public License |
|
17 |
|
* along with this program; if not, write to the Free Software |
|
18 |
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 |
|
19 |
|
* USA |
|
20 |
|
***************************************************************************/ |
|
21 |
|
|
1 |
22 |
#include "common_includes.h" |
#include "common_includes.h" |
2 |
23 |
|
|
3 |
24 |
RCSID("$Id$") |
RCSID("$Id$") |
File src/colors.h changed (mode: 100644) (index 96c7ace..bdbceb8) |
|
1 |
|
/*************************************************************************** |
|
2 |
|
* Pinfo is a ncurses based lynx style info documentation browser |
|
3 |
|
* |
|
4 |
|
* Copyright (C) 1999 Przemek Borys <pborys@dione.ids.pl> |
|
5 |
|
* Copyright (C) 2005 Bas Zoetekouw <bas@debian.org> |
|
6 |
|
* |
|
7 |
|
* This program is free software; you can redistribute it and/or modify |
|
8 |
|
* it under the terms of version 2 of the GNU General Public License as |
|
9 |
|
* published by the Free Software Foundation. |
|
10 |
|
* |
|
11 |
|
* This program is distributed in the hope that it will be useful, but |
|
12 |
|
* WITHOUT ANY WARRANTY; without even the implied warranty of |
|
13 |
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
14 |
|
* General Public License for more details. |
|
15 |
|
* |
|
16 |
|
* You should have received a copy of the GNU General Public License |
|
17 |
|
* along with this program; if not, write to the Free Software |
|
18 |
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 |
|
19 |
|
* USA |
|
20 |
|
***************************************************************************/ |
|
21 |
|
|
1 |
22 |
#ifndef __COLORS_H |
#ifndef __COLORS_H |
2 |
23 |
#define __COLORS_H |
#define __COLORS_H |
3 |
24 |
|
|
File src/common_includes.h changed (mode: 100644) (index ae724ba..31f1de3) |
|
1 |
|
/*************************************************************************** |
|
2 |
|
* Pinfo is a ncurses based lynx style info documentation browser |
|
3 |
|
* |
|
4 |
|
* Copyright (C) 1999 Przemek Borys <pborys@dione.ids.pl> |
|
5 |
|
* Copyright (C) 2005 Bas Zoetekouw <bas@debian.org> |
|
6 |
|
* |
|
7 |
|
* This program is free software; you can redistribute it and/or modify |
|
8 |
|
* it under the terms of version 2 of the GNU General Public License as |
|
9 |
|
* published by the Free Software Foundation. |
|
10 |
|
* |
|
11 |
|
* This program is distributed in the hope that it will be useful, but |
|
12 |
|
* WITHOUT ANY WARRANTY; without even the implied warranty of |
|
13 |
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
14 |
|
* General Public License for more details. |
|
15 |
|
* |
|
16 |
|
* You should have received a copy of the GNU General Public License |
|
17 |
|
* along with this program; if not, write to the Free Software |
|
18 |
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 |
|
19 |
|
* USA |
|
20 |
|
***************************************************************************/ |
|
21 |
|
|
1 |
22 |
#ifndef __COMMON_INCLUDES_H |
#ifndef __COMMON_INCLUDES_H |
2 |
23 |
#define __COMMON_INCLUDES_H |
#define __COMMON_INCLUDES_H |
3 |
24 |
|
|
File src/datatypes.c changed (mode: 100644) (index 5ac57db..412426c) |
|
1 |
|
/*************************************************************************** |
|
2 |
|
* Pinfo is a ncurses based lynx style info documentation browser |
|
3 |
|
* |
|
4 |
|
* Copyright (C) 1999 Przemek Borys <pborys@dione.ids.pl> |
|
5 |
|
* Copyright (C) 2005 Bas Zoetekouw <bas@debian.org> |
|
6 |
|
* |
|
7 |
|
* This program is free software; you can redistribute it and/or modify |
|
8 |
|
* it under the terms of version 2 of the GNU General Public License as |
|
9 |
|
* published by the Free Software Foundation. |
|
10 |
|
* |
|
11 |
|
* This program is distributed in the hope that it will be useful, but |
|
12 |
|
* WITHOUT ANY WARRANTY; without even the implied warranty of |
|
13 |
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
14 |
|
* General Public License for more details. |
|
15 |
|
* |
|
16 |
|
* You should have received a copy of the GNU General Public License |
|
17 |
|
* along with this program; if not, write to the Free Software |
|
18 |
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 |
|
19 |
|
* USA |
|
20 |
|
***************************************************************************/ |
1 |
21 |
#include "common_includes.h" |
#include "common_includes.h" |
2 |
22 |
|
|
3 |
23 |
RCSID("$Id$") |
RCSID("$Id$") |
File src/datatypes.h changed (mode: 100644) (index 2c1c73d..c722206) |
|
1 |
|
/*************************************************************************** |
|
2 |
|
* Pinfo is a ncurses based lynx style info documentation browser |
|
3 |
|
* |
|
4 |
|
* Copyright (C) 1999 Przemek Borys <pborys@dione.ids.pl> |
|
5 |
|
* Copyright (C) 2005 Bas Zoetekouw <bas@debian.org> |
|
6 |
|
* |
|
7 |
|
* This program is free software; you can redistribute it and/or modify |
|
8 |
|
* it under the terms of version 2 of the GNU General Public License as |
|
9 |
|
* published by the Free Software Foundation. |
|
10 |
|
* |
|
11 |
|
* This program is distributed in the hope that it will be useful, but |
|
12 |
|
* WITHOUT ANY WARRANTY; without even the implied warranty of |
|
13 |
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
14 |
|
* General Public License for more details. |
|
15 |
|
* |
|
16 |
|
* You should have received a copy of the GNU General Public License |
|
17 |
|
* along with this program; if not, write to the Free Software |
|
18 |
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 |
|
19 |
|
* USA |
|
20 |
|
***************************************************************************/ |
|
21 |
|
|
1 |
22 |
#ifndef __DATATYPES_H |
#ifndef __DATATYPES_H |
2 |
23 |
#define __DATATYPES_H |
#define __DATATYPES_H |
3 |
24 |
|
|
File src/filehandling_functions.c changed (mode: 100644) (index f3b6557..f018ac6) |
|
1 |
|
/*************************************************************************** |
|
2 |
|
* Pinfo is a ncurses based lynx style info documentation browser |
|
3 |
|
* |
|
4 |
|
* Copyright (C) 1999 Przemek Borys <pborys@dione.ids.pl> |
|
5 |
|
* Copyright (C) 2005 Bas Zoetekouw <bas@debian.org> |
|
6 |
|
* |
|
7 |
|
* This program is free software; you can redistribute it and/or modify |
|
8 |
|
* it under the terms of version 2 of the GNU General Public License as |
|
9 |
|
* published by the Free Software Foundation. |
|
10 |
|
* |
|
11 |
|
* This program is distributed in the hope that it will be useful, but |
|
12 |
|
* WITHOUT ANY WARRANTY; without even the implied warranty of |
|
13 |
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
14 |
|
* General Public License for more details. |
|
15 |
|
* |
|
16 |
|
* You should have received a copy of the GNU General Public License |
|
17 |
|
* along with this program; if not, write to the Free Software |
|
18 |
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 |
|
19 |
|
* USA |
|
20 |
|
***************************************************************************/ |
1 |
21 |
|
|
2 |
22 |
#include "common_includes.h" |
#include "common_includes.h" |
3 |
23 |
|
|
File src/filehandling_functions.h changed (mode: 100644) (index 26f3715..efd0374) |
|
1 |
|
/*************************************************************************** |
|
2 |
|
* Pinfo is a ncurses based lynx style info documentation browser |
|
3 |
|
* |
|
4 |
|
* Copyright (C) 1999 Przemek Borys <pborys@dione.ids.pl> |
|
5 |
|
* Copyright (C) 2005 Bas Zoetekouw <bas@debian.org> |
|
6 |
|
* |
|
7 |
|
* This program is free software; you can redistribute it and/or modify |
|
8 |
|
* it under the terms of version 2 of the GNU General Public License as |
|
9 |
|
* published by the Free Software Foundation. |
|
10 |
|
* |
|
11 |
|
* This program is distributed in the hope that it will be useful, but |
|
12 |
|
* WITHOUT ANY WARRANTY; without even the implied warranty of |
|
13 |
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
14 |
|
* General Public License for more details. |
|
15 |
|
* |
|
16 |
|
* You should have received a copy of the GNU General Public License |
|
17 |
|
* along with this program; if not, write to the Free Software |
|
18 |
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 |
|
19 |
|
* USA |
|
20 |
|
***************************************************************************/ |
|
21 |
|
|
1 |
22 |
#ifndef __FILEHANDLING_FUNCTIONS_H |
#ifndef __FILEHANDLING_FUNCTIONS_H |
2 |
23 |
#define __FILEHANDLING_FUNCTIONS_H |
#define __FILEHANDLING_FUNCTIONS_H |
3 |
24 |
|
|
File src/initializelinks.c changed (mode: 100644) (index e452e17..8e9f73b) |
|
1 |
|
/*************************************************************************** |
|
2 |
|
* Pinfo is a ncurses based lynx style info documentation browser |
|
3 |
|
* |
|
4 |
|
* Copyright (C) 1999 Przemek Borys <pborys@dione.ids.pl> |
|
5 |
|
* Copyright (C) 2005 Bas Zoetekouw <bas@debian.org> |
|
6 |
|
* |
|
7 |
|
* This program is free software; you can redistribute it and/or modify |
|
8 |
|
* it under the terms of version 2 of the GNU General Public License as |
|
9 |
|
* published by the Free Software Foundation. |
|
10 |
|
* |
|
11 |
|
* This program is distributed in the hope that it will be useful, but |
|
12 |
|
* WITHOUT ANY WARRANTY; without even the implied warranty of |
|
13 |
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
14 |
|
* General Public License for more details. |
|
15 |
|
* |
|
16 |
|
* You should have received a copy of the GNU General Public License |
|
17 |
|
* along with this program; if not, write to the Free Software |
|
18 |
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 |
|
19 |
|
* USA |
|
20 |
|
***************************************************************************/ |
1 |
21 |
#include "common_includes.h" |
#include "common_includes.h" |
2 |
22 |
|
|
3 |
23 |
RCSID("$Id$") |
RCSID("$Id$") |
File src/initializelinks.h changed (mode: 100644) (index 1d8ad8d..8b6af13) |
|
1 |
|
/*************************************************************************** |
|
2 |
|
* Pinfo is a ncurses based lynx style info documentation browser |
|
3 |
|
* |
|
4 |
|
* Copyright (C) 1999 Przemek Borys <pborys@dione.ids.pl> |
|
5 |
|
* Copyright (C) 2005 Bas Zoetekouw <bas@debian.org> |
|
6 |
|
* |
|
7 |
|
* This program is free software; you can redistribute it and/or modify |
|
8 |
|
* it under the terms of version 2 of the GNU General Public License as |
|
9 |
|
* published by the Free Software Foundation. |
|
10 |
|
* |
|
11 |
|
* This program is distributed in the hope that it will be useful, but |
|
12 |
|
* WITHOUT ANY WARRANTY; without even the implied warranty of |
|
13 |
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
14 |
|
* General Public License for more details. |
|
15 |
|
* |
|
16 |
|
* You should have received a copy of the GNU General Public License |
|
17 |
|
* along with this program; if not, write to the Free Software |
|
18 |
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 |
|
19 |
|
* USA |
|
20 |
|
***************************************************************************/ |
|
21 |
|
|
1 |
22 |
#ifndef __INITIALIZELINKS_H |
#ifndef __INITIALIZELINKS_H |
2 |
23 |
#define __INITIALIZELINKS_H |
#define __INITIALIZELINKS_H |
3 |
24 |
void freelinks (); /* frees node-links */ |
void freelinks (); /* frees node-links */ |
File src/keyboard.c changed (mode: 100644) (index 8313d35..0596d32) |
|
1 |
|
/*************************************************************************** |
|
2 |
|
* Pinfo is a ncurses based lynx style info documentation browser |
|
3 |
|
* |
|
4 |
|
* Copyright (C) 1999 Przemek Borys <pborys@dione.ids.pl> |
|
5 |
|
* Copyright (C) 2005 Bas Zoetekouw <bas@debian.org> |
|
6 |
|
* |
|
7 |
|
* This program is free software; you can redistribute it and/or modify |
|
8 |
|
* it under the terms of version 2 of the GNU General Public License as |
|
9 |
|
* published by the Free Software Foundation. |
|
10 |
|
* |
|
11 |
|
* This program is distributed in the hope that it will be useful, but |
|
12 |
|
* WITHOUT ANY WARRANTY; without even the implied warranty of |
|
13 |
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
14 |
|
* General Public License for more details. |
|
15 |
|
* |
|
16 |
|
* You should have received a copy of the GNU General Public License |
|
17 |
|
* along with this program; if not, write to the Free Software |
|
18 |
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 |
|
19 |
|
* USA |
|
20 |
|
***************************************************************************/ |
1 |
21 |
#include "common_includes.h" |
#include "common_includes.h" |
2 |
22 |
|
|
3 |
23 |
RCSID ("$Id$") |
RCSID ("$Id$") |
File src/keyboard.h changed (mode: 100644) (index 36cadcf..15b43ef) |
|
1 |
|
/*************************************************************************** |
|
2 |
|
* Pinfo is a ncurses based lynx style info documentation browser |
|
3 |
|
* |
|
4 |
|
* Copyright (C) 1999 Przemek Borys <pborys@dione.ids.pl> |
|
5 |
|
* Copyright (C) 2005 Bas Zoetekouw <bas@debian.org> |
|
6 |
|
* |
|
7 |
|
* This program is free software; you can redistribute it and/or modify |
|
8 |
|
* it under the terms of version 2 of the GNU General Public License as |
|
9 |
|
* published by the Free Software Foundation. |
|
10 |
|
* |
|
11 |
|
* This program is distributed in the hope that it will be useful, but |
|
12 |
|
* WITHOUT ANY WARRANTY; without even the implied warranty of |
|
13 |
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
14 |
|
* General Public License for more details. |
|
15 |
|
* |
|
16 |
|
* You should have received a copy of the GNU General Public License |
|
17 |
|
* along with this program; if not, write to the Free Software |
|
18 |
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 |
|
19 |
|
* USA |
|
20 |
|
***************************************************************************/ |
|
21 |
|
|
1 |
22 |
#ifndef __KEYBOARD_H |
#ifndef __KEYBOARD_H |
2 |
23 |
#define __KEYBOARD_H |
#define __KEYBOARD_H |
3 |
24 |
|
|
File src/localestuff.h changed (mode: 100644) (index 0d871d1..9857dbd) |
|
1 |
|
/*************************************************************************** |
|
2 |
|
* Pinfo is a ncurses based lynx style info documentation browser |
|
3 |
|
* |
|
4 |
|
* Copyright (C) 1999 Przemek Borys <pborys@dione.ids.pl> |
|
5 |
|
* Copyright (C) 2005 Bas Zoetekouw <bas@debian.org> |
|
6 |
|
* |
|
7 |
|
* This program is free software; you can redistribute it and/or modify |
|
8 |
|
* it under the terms of version 2 of the GNU General Public License as |
|
9 |
|
* published by the Free Software Foundation. |
|
10 |
|
* |
|
11 |
|
* This program is distributed in the hope that it will be useful, but |
|
12 |
|
* WITHOUT ANY WARRANTY; without even the implied warranty of |
|
13 |
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
14 |
|
* General Public License for more details. |
|
15 |
|
* |
|
16 |
|
* You should have received a copy of the GNU General Public License |
|
17 |
|
* along with this program; if not, write to the Free Software |
|
18 |
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 |
|
19 |
|
* USA |
|
20 |
|
***************************************************************************/ |
|
21 |
|
|
1 |
22 |
/* locale support. Adapted from binutils */ |
/* locale support. Adapted from binutils */ |
2 |
23 |
|
|
3 |
24 |
#ifndef __LOCALESTUFF_H |
#ifndef __LOCALESTUFF_H |
File src/mainfunction.c changed (mode: 100644) (index 2b82e8b..08e111b) |
|
1 |
|
/*************************************************************************** |
|
2 |
|
* Pinfo is a ncurses based lynx style info documentation browser |
|
3 |
|
* |
|
4 |
|
* Copyright (C) 1999 Przemek Borys <pborys@dione.ids.pl> |
|
5 |
|
* Copyright (C) 2005 Bas Zoetekouw <bas@debian.org> |
|
6 |
|
* |
|
7 |
|
* This program is free software; you can redistribute it and/or modify |
|
8 |
|
* it under the terms of version 2 of the GNU General Public License as |
|
9 |
|
* published by the Free Software Foundation. |
|
10 |
|
* |
|
11 |
|
* This program is distributed in the hope that it will be useful, but |
|
12 |
|
* WITHOUT ANY WARRANTY; without even the implied warranty of |
|
13 |
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
14 |
|
* General Public License for more details. |
|
15 |
|
* |
|
16 |
|
* You should have received a copy of the GNU General Public License |
|
17 |
|
* along with this program; if not, write to the Free Software |
|
18 |
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 |
|
19 |
|
* USA |
|
20 |
|
***************************************************************************/ |
1 |
21 |
#include "common_includes.h" |
#include "common_includes.h" |
2 |
22 |
|
|
3 |
23 |
RCSID("$Id$") |
RCSID("$Id$") |
File src/mainfunction.h changed (mode: 100644) (index eedae0b..a6b88f3) |
|
1 |
|
/*************************************************************************** |
|
2 |
|
* Pinfo is a ncurses based lynx style info documentation browser |
|
3 |
|
* |
|
4 |
|
* Copyright (C) 1999 Przemek Borys <pborys@dione.ids.pl> |
|
5 |
|
* Copyright (C) 2005 Bas Zoetekouw <bas@debian.org> |
|
6 |
|
* |
|
7 |
|
* This program is free software; you can redistribute it and/or modify |
|
8 |
|
* it under the terms of version 2 of the GNU General Public License as |
|
9 |
|
* published by the Free Software Foundation. |
|
10 |
|
* |
|
11 |
|
* This program is distributed in the hope that it will be useful, but |
|
12 |
|
* WITHOUT ANY WARRANTY; without even the implied warranty of |
|
13 |
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
14 |
|
* General Public License for more details. |
|
15 |
|
* |
|
16 |
|
* You should have received a copy of the GNU General Public License |
|
17 |
|
* along with this program; if not, write to the Free Software |
|
18 |
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 |
|
19 |
|
* USA |
|
20 |
|
***************************************************************************/ |
|
21 |
|
|
1 |
22 |
#ifndef __MAINFUNCTION_H |
#ifndef __MAINFUNCTION_H |
2 |
23 |
#define __MAINFUNCTION_H |
#define __MAINFUNCTION_H |
3 |
24 |
|
|
File src/manual.c changed (mode: 100644) (index f9962aa..9897d89) |
|
1 |
|
/*************************************************************************** |
|
2 |
|
* Pinfo is a ncurses based lynx style info documentation browser |
|
3 |
|
* |
|
4 |
|
* Copyright (C) 1999 Przemek Borys <pborys@dione.ids.pl> |
|
5 |
|
* Copyright (C) 2005 Bas Zoetekouw <bas@debian.org> |
|
6 |
|
* |
|
7 |
|
* This program is free software; you can redistribute it and/or modify |
|
8 |
|
* it under the terms of version 2 of the GNU General Public License as |
|
9 |
|
* published by the Free Software Foundation. |
|
10 |
|
* |
|
11 |
|
* This program is distributed in the hope that it will be useful, but |
|
12 |
|
* WITHOUT ANY WARRANTY; without even the implied warranty of |
|
13 |
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
14 |
|
* General Public License for more details. |
|
15 |
|
* |
|
16 |
|
* You should have received a copy of the GNU General Public License |
|
17 |
|
* along with this program; if not, write to the Free Software |
|
18 |
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 |
|
19 |
|
* USA |
|
20 |
|
***************************************************************************/ |
1 |
21 |
#include "common_includes.h" |
#include "common_includes.h" |
2 |
22 |
|
|
3 |
23 |
RCSID("$Id$") |
RCSID("$Id$") |
File src/manual.h changed (mode: 100644) (index 93c8573..8da7018) |
|
1 |
|
/*************************************************************************** |
|
2 |
|
* Pinfo is a ncurses based lynx style info documentation browser |
|
3 |
|
* |
|
4 |
|
* Copyright (C) 1999 Przemek Borys <pborys@dione.ids.pl> |
|
5 |
|
* Copyright (C) 2005 Bas Zoetekouw <bas@debian.org> |
|
6 |
|
* |
|
7 |
|
* This program is free software; you can redistribute it and/or modify |
|
8 |
|
* it under the terms of version 2 of the GNU General Public License as |
|
9 |
|
* published by the Free Software Foundation. |
|
10 |
|
* |
|
11 |
|
* This program is distributed in the hope that it will be useful, but |
|
12 |
|
* WITHOUT ANY WARRANTY; without even the implied warranty of |
|
13 |
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
14 |
|
* General Public License for more details. |
|
15 |
|
* |
|
16 |
|
* You should have received a copy of the GNU General Public License |
|
17 |
|
* along with this program; if not, write to the Free Software |
|
18 |
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 |
|
19 |
|
* USA |
|
20 |
|
***************************************************************************/ |
|
21 |
|
|
1 |
22 |
#ifndef __MANUAL_H |
#ifndef __MANUAL_H |
2 |
23 |
#define __MANUAL_H |
#define __MANUAL_H |
3 |
24 |
|
|
File src/menu_and_note_utils.c changed (mode: 100644) (index 937f453..3e14c73) |
|
1 |
|
/*************************************************************************** |
|
2 |
|
* Pinfo is a ncurses based lynx style info documentation browser |
|
3 |
|
* |
|
4 |
|
* Copyright (C) 1999 Przemek Borys <pborys@dione.ids.pl> |
|
5 |
|
* Copyright (C) 2005 Bas Zoetekouw <bas@debian.org> |
|
6 |
|
* |
|
7 |
|
* This program is free software; you can redistribute it and/or modify |
|
8 |
|
* it under the terms of version 2 of the GNU General Public License as |
|
9 |
|
* published by the Free Software Foundation. |
|
10 |
|
* |
|
11 |
|
* This program is distributed in the hope that it will be useful, but |
|
12 |
|
* WITHOUT ANY WARRANTY; without even the implied warranty of |
|
13 |
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
14 |
|
* General Public License for more details. |
|
15 |
|
* |
|
16 |
|
* You should have received a copy of the GNU General Public License |
|
17 |
|
* along with this program; if not, write to the Free Software |
|
18 |
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 |
|
19 |
|
* USA |
|
20 |
|
***************************************************************************/ |
1 |
21 |
|
|
2 |
22 |
#include "common_includes.h" |
#include "common_includes.h" |
3 |
23 |
|
|
File src/menu_and_note_utils.h changed (mode: 100644) (index d923c82..6843729) |
|
1 |
|
/*************************************************************************** |
|
2 |
|
* Pinfo is a ncurses based lynx style info documentation browser |
|
3 |
|
* |
|
4 |
|
* Copyright (C) 1999 Przemek Borys <pborys@dione.ids.pl> |
|
5 |
|
* Copyright (C) 2005 Bas Zoetekouw <bas@debian.org> |
|
6 |
|
* |
|
7 |
|
* This program is free software; you can redistribute it and/or modify |
|
8 |
|
* it under the terms of version 2 of the GNU General Public License as |
|
9 |
|
* published by the Free Software Foundation. |
|
10 |
|
* |
|
11 |
|
* This program is distributed in the hope that it will be useful, but |
|
12 |
|
* WITHOUT ANY WARRANTY; without even the implied warranty of |
|
13 |
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
14 |
|
* General Public License for more details. |
|
15 |
|
* |
|
16 |
|
* You should have received a copy of the GNU General Public License |
|
17 |
|
* along with this program; if not, write to the Free Software |
|
18 |
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 |
|
19 |
|
* USA |
|
20 |
|
***************************************************************************/ |
|
21 |
|
|
1 |
22 |
#ifndef __MENU_AND_NOTE_UTILS_H |
#ifndef __MENU_AND_NOTE_UTILS_H |
2 |
23 |
#define __MENU_AND_NOTE_UTILS_H |
#define __MENU_AND_NOTE_UTILS_H |
3 |
24 |
|
|
File src/parse_config.c changed (mode: 100644) (index bf4323a..d38d2fc) |
|
1 |
|
/*************************************************************************** |
|
2 |
|
* Pinfo is a ncurses based lynx style info documentation browser |
|
3 |
|
* |
|
4 |
|
* Copyright (C) 1999 Przemek Borys <pborys@dione.ids.pl> |
|
5 |
|
* Copyright (C) 2005 Bas Zoetekouw <bas@debian.org> |
|
6 |
|
* |
|
7 |
|
* This program is free software; you can redistribute it and/or modify |
|
8 |
|
* it under the terms of version 2 of the GNU General Public License as |
|
9 |
|
* published by the Free Software Foundation. |
|
10 |
|
* |
|
11 |
|
* This program is distributed in the hope that it will be useful, but |
|
12 |
|
* WITHOUT ANY WARRANTY; without even the implied warranty of |
|
13 |
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
14 |
|
* General Public License for more details. |
|
15 |
|
* |
|
16 |
|
* You should have received a copy of the GNU General Public License |
|
17 |
|
* along with this program; if not, write to the Free Software |
|
18 |
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 |
|
19 |
|
* USA |
|
20 |
|
***************************************************************************/ |
1 |
21 |
|
|
2 |
22 |
#include "common_includes.h" |
#include "common_includes.h" |
3 |
23 |
|
|
File src/parse_config.h changed (mode: 100644) (index 12092c1..fbfb66d) |
|
1 |
|
/*************************************************************************** |
|
2 |
|
* Pinfo is a ncurses based lynx style info documentation browser |
|
3 |
|
* |
|
4 |
|
* Copyright (C) 1999 Przemek Borys <pborys@dione.ids.pl> |
|
5 |
|
* Copyright (C) 2005 Bas Zoetekouw <bas@debian.org> |
|
6 |
|
* |
|
7 |
|
* This program is free software; you can redistribute it and/or modify |
|
8 |
|
* it under the terms of version 2 of the GNU General Public License as |
|
9 |
|
* published by the Free Software Foundation. |
|
10 |
|
* |
|
11 |
|
* This program is distributed in the hope that it will be useful, but |
|
12 |
|
* WITHOUT ANY WARRANTY; without even the implied warranty of |
|
13 |
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
14 |
|
* General Public License for more details. |
|
15 |
|
* |
|
16 |
|
* You should have received a copy of the GNU General Public License |
|
17 |
|
* along with this program; if not, write to the Free Software |
|
18 |
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 |
|
19 |
|
* USA |
|
20 |
|
***************************************************************************/ |
|
21 |
|
|
1 |
22 |
#ifndef __PARSE_CONFIG_H |
#ifndef __PARSE_CONFIG_H |
2 |
23 |
#define __PARSE_CONFIG_H |
#define __PARSE_CONFIG_H |
3 |
24 |
|
|
File src/pinfo.c changed (mode: 100644) (index d83b15a..73ccf58) |
1 |
|
/****************************************************************************** |
|
2 |
|
* Pinfo is a lynx-style info and manual viewer. It is written by * |
|
3 |
|
* Przemek Borys <pborys@dione.ids.pl>. Copying policy is GPL * |
|
4 |
|
******************************************************************************/ |
|
|
1 |
|
/*************************************************************************** |
|
2 |
|
* Pinfo is a ncurses based lynx style info documentation browser |
|
3 |
|
* |
|
4 |
|
* Copyright (C) 1999 Przemek Borys <pborys@dione.ids.pl> |
|
5 |
|
* Copyright (C) 2005 Bas Zoetekouw <bas@debian.org> |
|
6 |
|
* |
|
7 |
|
* This program is free software; you can redistribute it and/or modify |
|
8 |
|
* it under the terms of version 2 of the GNU General Public License as |
|
9 |
|
* published by the Free Software Foundation. |
|
10 |
|
* |
|
11 |
|
* This program is distributed in the hope that it will be useful, but |
|
12 |
|
* WITHOUT ANY WARRANTY; without even the implied warranty of |
|
13 |
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
14 |
|
* General Public License for more details. |
|
15 |
|
* |
|
16 |
|
* You should have received a copy of the GNU General Public License |
|
17 |
|
* along with this program; if not, write to the Free Software |
|
18 |
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 |
|
19 |
|
* USA |
|
20 |
|
***************************************************************************/ |
5 |
21 |
|
|
6 |
22 |
#include "common_includes.h" |
#include "common_includes.h" |
7 |
23 |
|
|
File src/printinfo.c changed (mode: 100644) (index 6487df4..9e5c018) |
1 |
|
|
|
|
1 |
|
/*************************************************************************** |
|
2 |
|
* Pinfo is a ncurses based lynx style info documentation browser |
|
3 |
|
* |
|
4 |
|
* Copyright (C) 1999 Przemek Borys <pborys@dione.ids.pl> |
|
5 |
|
* Copyright (C) 2005 Bas Zoetekouw <bas@debian.org> |
|
6 |
|
* |
|
7 |
|
* This program is free software; you can redistribute it and/or modify |
|
8 |
|
* it under the terms of version 2 of the GNU General Public License as |
|
9 |
|
* published by the Free Software Foundation. |
|
10 |
|
* |
|
11 |
|
* This program is distributed in the hope that it will be useful, but |
|
12 |
|
* WITHOUT ANY WARRANTY; without even the implied warranty of |
|
13 |
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
14 |
|
* General Public License for more details. |
|
15 |
|
* |
|
16 |
|
* You should have received a copy of the GNU General Public License |
|
17 |
|
* along with this program; if not, write to the Free Software |
|
18 |
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 |
|
19 |
|
* USA |
|
20 |
|
***************************************************************************/ |
2 |
21 |
|
|
3 |
22 |
#include "common_includes.h" |
#include "common_includes.h" |
4 |
23 |
|
|
File src/printinfo.h changed (mode: 100644) (index dac618d..0e17bd6) |
|
1 |
|
/*************************************************************************** |
|
2 |
|
* Pinfo is a ncurses based lynx style info documentation browser |
|
3 |
|
* |
|
4 |
|
* Copyright (C) 1999 Przemek Borys <pborys@dione.ids.pl> |
|
5 |
|
* Copyright (C) 2005 Bas Zoetekouw <bas@debian.org> |
|
6 |
|
* |
|
7 |
|
* This program is free software; you can redistribute it and/or modify |
|
8 |
|
* it under the terms of version 2 of the GNU General Public License as |
|
9 |
|
* published by the Free Software Foundation. |
|
10 |
|
* |
|
11 |
|
* This program is distributed in the hope that it will be useful, but |
|
12 |
|
* WITHOUT ANY WARRANTY; without even the implied warranty of |
|
13 |
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
14 |
|
* General Public License for more details. |
|
15 |
|
* |
|
16 |
|
* You should have received a copy of the GNU General Public License |
|
17 |
|
* along with this program; if not, write to the Free Software |
|
18 |
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 |
|
19 |
|
* USA |
|
20 |
|
***************************************************************************/ |
|
21 |
|
|
1 |
22 |
#ifndef PRINTINFO_H |
#ifndef PRINTINFO_H |
2 |
23 |
#define PRINTINFO_H |
#define PRINTINFO_H |
3 |
24 |
|
|
File src/rcsid.h changed (mode: 100644) (index 4f2b95a..86e85b4) |
|
1 |
|
/*************************************************************************** |
|
2 |
|
* Pinfo is a ncurses based lynx style info documentation browser |
|
3 |
|
* |
|
4 |
|
* Copyright (C) 1999 Przemek Borys <pborys@dione.ids.pl> |
|
5 |
|
* Copyright (C) 2005 Bas Zoetekouw <bas@debian.org> |
|
6 |
|
* |
|
7 |
|
* This program is free software; you can redistribute it and/or modify |
|
8 |
|
* it under the terms of version 2 of the GNU General Public License as |
|
9 |
|
* published by the Free Software Foundation. |
|
10 |
|
* |
|
11 |
|
* This program is distributed in the hope that it will be useful, but |
|
12 |
|
* WITHOUT ANY WARRANTY; without even the implied warranty of |
|
13 |
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
14 |
|
* General Public License for more details. |
|
15 |
|
* |
|
16 |
|
* You should have received a copy of the GNU General Public License |
|
17 |
|
* along with this program; if not, write to the Free Software |
|
18 |
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 |
|
19 |
|
* USA |
|
20 |
|
***************************************************************************/ |
|
21 |
|
|
1 |
22 |
/* |
/* |
2 |
23 |
* $Id$ |
* $Id$ |
3 |
24 |
*/ |
*/ |
File src/readlinewrapper.c changed (mode: 100644) (index 53c9051..b52bd47) |
|
1 |
|
/*************************************************************************** |
|
2 |
|
* Pinfo is a ncurses based lynx style info documentation browser |
|
3 |
|
* |
|
4 |
|
* Copyright (C) 1999 Przemek Borys <pborys@dione.ids.pl> |
|
5 |
|
* Copyright (C) 2005 Bas Zoetekouw <bas@debian.org> |
|
6 |
|
* |
|
7 |
|
* This program is free software; you can redistribute it and/or modify |
|
8 |
|
* it under the terms of version 2 of the GNU General Public License as |
|
9 |
|
* published by the Free Software Foundation. |
|
10 |
|
* |
|
11 |
|
* This program is distributed in the hope that it will be useful, but |
|
12 |
|
* WITHOUT ANY WARRANTY; without even the implied warranty of |
|
13 |
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
14 |
|
* General Public License for more details. |
|
15 |
|
* |
|
16 |
|
* You should have received a copy of the GNU General Public License |
|
17 |
|
* along with this program; if not, write to the Free Software |
|
18 |
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 |
|
19 |
|
* USA |
|
20 |
|
***************************************************************************/ |
1 |
21 |
#include "common_includes.h" |
#include "common_includes.h" |
2 |
22 |
|
|
3 |
23 |
RCSID("$Id$") |
RCSID("$Id$") |
File src/readlinewrapper.h changed (mode: 100644) (index 1f82fd3..0dc9cfe) |
|
1 |
|
/*************************************************************************** |
|
2 |
|
* Pinfo is a ncurses based lynx style info documentation browser |
|
3 |
|
* |
|
4 |
|
* Copyright (C) 1999 Przemek Borys <pborys@dione.ids.pl> |
|
5 |
|
* Copyright (C) 2005 Bas Zoetekouw <bas@debian.org> |
|
6 |
|
* |
|
7 |
|
* This program is free software; you can redistribute it and/or modify |
|
8 |
|
* it under the terms of version 2 of the GNU General Public License as |
|
9 |
|
* published by the Free Software Foundation. |
|
10 |
|
* |
|
11 |
|
* This program is distributed in the hope that it will be useful, but |
|
12 |
|
* WITHOUT ANY WARRANTY; without even the implied warranty of |
|
13 |
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
14 |
|
* General Public License for more details. |
|
15 |
|
* |
|
16 |
|
* You should have received a copy of the GNU General Public License |
|
17 |
|
* along with this program; if not, write to the Free Software |
|
18 |
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 |
|
19 |
|
* USA |
|
20 |
|
***************************************************************************/ |
|
21 |
|
|
1 |
22 |
#ifndef __READLINEWRAPPER_H |
#ifndef __READLINEWRAPPER_H |
2 |
23 |
#define __READLINEWRAPPER_H |
#define __READLINEWRAPPER_H |
3 |
24 |
|
|
File src/regexp_search.c changed (mode: 100644) (index 5963f0d..9600137) |
|
1 |
|
/*************************************************************************** |
|
2 |
|
* Pinfo is a ncurses based lynx style info documentation browser |
|
3 |
|
* |
|
4 |
|
* Copyright (C) 1999 Przemek Borys <pborys@dione.ids.pl> |
|
5 |
|
* Copyright (C) 2005 Bas Zoetekouw <bas@debian.org> |
|
6 |
|
* |
|
7 |
|
* This program is free software; you can redistribute it and/or modify |
|
8 |
|
* it under the terms of version 2 of the GNU General Public License as |
|
9 |
|
* published by the Free Software Foundation. |
|
10 |
|
* |
|
11 |
|
* This program is distributed in the hope that it will be useful, but |
|
12 |
|
* WITHOUT ANY WARRANTY; without even the implied warranty of |
|
13 |
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
14 |
|
* General Public License for more details. |
|
15 |
|
* |
|
16 |
|
* You should have received a copy of the GNU General Public License |
|
17 |
|
* along with this program; if not, write to the Free Software |
|
18 |
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 |
|
19 |
|
* USA |
|
20 |
|
***************************************************************************/ |
1 |
21 |
|
|
2 |
22 |
#include"common_includes.h" |
#include"common_includes.h" |
3 |
23 |
|
|
File src/regexp_search.h changed (mode: 100644) (index f1887b9..8a94d22) |
|
1 |
|
/*************************************************************************** |
|
2 |
|
* Pinfo is a ncurses based lynx style info documentation browser |
|
3 |
|
* |
|
4 |
|
* Copyright (C) 1999 Przemek Borys <pborys@dione.ids.pl> |
|
5 |
|
* Copyright (C) 2005 Bas Zoetekouw <bas@debian.org> |
|
6 |
|
* |
|
7 |
|
* This program is free software; you can redistribute it and/or modify |
|
8 |
|
* it under the terms of version 2 of the GNU General Public License as |
|
9 |
|
* published by the Free Software Foundation. |
|
10 |
|
* |
|
11 |
|
* This program is distributed in the hope that it will be useful, but |
|
12 |
|
* WITHOUT ANY WARRANTY; without even the implied warranty of |
|
13 |
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
14 |
|
* General Public License for more details. |
|
15 |
|
* |
|
16 |
|
* You should have received a copy of the GNU General Public License |
|
17 |
|
* along with this program; if not, write to the Free Software |
|
18 |
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 |
|
19 |
|
* USA |
|
20 |
|
***************************************************************************/ |
|
21 |
|
|
1 |
22 |
#ifndef __REGEXP_SEARCH_H |
#ifndef __REGEXP_SEARCH_H |
2 |
23 |
#define __REGEXP_SEARCH_H |
#define __REGEXP_SEARCH_H |
3 |
24 |
#ifndef ___DONT_USE_REGEXP_SEARCH___ |
#ifndef ___DONT_USE_REGEXP_SEARCH___ |
File src/sigblock.h changed (mode: 100644) (index 6ee66bc..ded3a29) |
|
1 |
|
/*************************************************************************** |
|
2 |
|
* Pinfo is a ncurses based lynx style info documentation browser |
|
3 |
|
* |
|
4 |
|
* Copyright (C) 1999 Przemek Borys <pborys@dione.ids.pl> |
|
5 |
|
* Copyright (C) 2005 Bas Zoetekouw <bas@debian.org> |
|
6 |
|
* |
|
7 |
|
* This program is free software; you can redistribute it and/or modify |
|
8 |
|
* it under the terms of version 2 of the GNU General Public License as |
|
9 |
|
* published by the Free Software Foundation. |
|
10 |
|
* |
|
11 |
|
* This program is distributed in the hope that it will be useful, but |
|
12 |
|
* WITHOUT ANY WARRANTY; without even the implied warranty of |
|
13 |
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
14 |
|
* General Public License for more details. |
|
15 |
|
* |
|
16 |
|
* You should have received a copy of the GNU General Public License |
|
17 |
|
* along with this program; if not, write to the Free Software |
|
18 |
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 |
|
19 |
|
* USA |
|
20 |
|
***************************************************************************/ |
|
21 |
|
|
1 |
22 |
#ifndef _SIG_H |
#ifndef _SIG_H |
2 |
23 |
#define _SIG_H |
#define _SIG_H |
3 |
24 |
|
|
File src/signal_handler.c changed (mode: 100644) (index d0d434d..b0120cf) |
|
1 |
|
/*************************************************************************** |
|
2 |
|
* Pinfo is a ncurses based lynx style info documentation browser |
|
3 |
|
* |
|
4 |
|
* Copyright (C) 1999 Przemek Borys <pborys@dione.ids.pl> |
|
5 |
|
* Copyright (C) 2005 Bas Zoetekouw <bas@debian.org> |
|
6 |
|
* |
|
7 |
|
* This program is free software; you can redistribute it and/or modify |
|
8 |
|
* it under the terms of version 2 of the GNU General Public License as |
|
9 |
|
* published by the Free Software Foundation. |
|
10 |
|
* |
|
11 |
|
* This program is distributed in the hope that it will be useful, but |
|
12 |
|
* WITHOUT ANY WARRANTY; without even the implied warranty of |
|
13 |
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
14 |
|
* General Public License for more details. |
|
15 |
|
* |
|
16 |
|
* You should have received a copy of the GNU General Public License |
|
17 |
|
* along with this program; if not, write to the Free Software |
|
18 |
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 |
|
19 |
|
* USA |
|
20 |
|
***************************************************************************/ |
1 |
21 |
#include "common_includes.h" |
#include "common_includes.h" |
2 |
22 |
|
|
3 |
23 |
RCSID("$Id$") |
RCSID("$Id$") |
File src/signal_handler.h changed (mode: 100644) (index 317cfc8..267b7b4) |
|
1 |
|
/*************************************************************************** |
|
2 |
|
* Pinfo is a ncurses based lynx style info documentation browser |
|
3 |
|
* |
|
4 |
|
* Copyright (C) 1999 Przemek Borys <pborys@dione.ids.pl> |
|
5 |
|
* Copyright (C) 2005 Bas Zoetekouw <bas@debian.org> |
|
6 |
|
* |
|
7 |
|
* This program is free software; you can redistribute it and/or modify |
|
8 |
|
* it under the terms of version 2 of the GNU General Public License as |
|
9 |
|
* published by the Free Software Foundation. |
|
10 |
|
* |
|
11 |
|
* This program is distributed in the hope that it will be useful, but |
|
12 |
|
* WITHOUT ANY WARRANTY; without even the implied warranty of |
|
13 |
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
14 |
|
* General Public License for more details. |
|
15 |
|
* |
|
16 |
|
* You should have received a copy of the GNU General Public License |
|
17 |
|
* along with this program; if not, write to the Free Software |
|
18 |
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 |
|
19 |
|
* USA |
|
20 |
|
***************************************************************************/ |
|
21 |
|
|
1 |
22 |
#ifndef __SIGNAL_HANDLER_H |
#ifndef __SIGNAL_HANDLER_H |
2 |
23 |
#define __SIGNAL_HANDLER_H |
#define __SIGNAL_HANDLER_H |
3 |
24 |
void signal_handler (); /* handles various signals, coming to pinfo */ |
void signal_handler (); /* handles various signals, coming to pinfo */ |
File src/utils.c changed (mode: 100644) (index 3632b9e..099a9e8) |
|
1 |
|
/*************************************************************************** |
|
2 |
|
* Pinfo is a ncurses based lynx style info documentation browser |
|
3 |
|
* |
|
4 |
|
* Copyright (C) 1999 Przemek Borys <pborys@dione.ids.pl> |
|
5 |
|
* Copyright (C) 2005 Bas Zoetekouw <bas@debian.org> |
|
6 |
|
* |
|
7 |
|
* This program is free software; you can redistribute it and/or modify |
|
8 |
|
* it under the terms of version 2 of the GNU General Public License as |
|
9 |
|
* published by the Free Software Foundation. |
|
10 |
|
* |
|
11 |
|
* This program is distributed in the hope that it will be useful, but |
|
12 |
|
* WITHOUT ANY WARRANTY; without even the implied warranty of |
|
13 |
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
14 |
|
* General Public License for more details. |
|
15 |
|
* |
|
16 |
|
* You should have received a copy of the GNU General Public License |
|
17 |
|
* along with this program; if not, write to the Free Software |
|
18 |
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 |
|
19 |
|
* USA |
|
20 |
|
***************************************************************************/ |
|
21 |
|
|
1 |
22 |
#include "common_includes.h" |
#include "common_includes.h" |
2 |
23 |
|
|
3 |
24 |
RCSID("$Id$") |
RCSID("$Id$") |
File src/utils.h changed (mode: 100644) (index 8e4c674..78c78a2) |
|
1 |
|
/*************************************************************************** |
|
2 |
|
* Pinfo is a ncurses based lynx style info documentation browser |
|
3 |
|
* |
|
4 |
|
* Copyright (C) 1999 Przemek Borys <pborys@dione.ids.pl> |
|
5 |
|
* Copyright (C) 2005 Bas Zoetekouw <bas@debian.org> |
|
6 |
|
* |
|
7 |
|
* This program is free software; you can redistribute it and/or modify |
|
8 |
|
* it under the terms of version 2 of the GNU General Public License as |
|
9 |
|
* published by the Free Software Foundation. |
|
10 |
|
* |
|
11 |
|
* This program is distributed in the hope that it will be useful, but |
|
12 |
|
* WITHOUT ANY WARRANTY; without even the implied warranty of |
|
13 |
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
14 |
|
* General Public License for more details. |
|
15 |
|
* |
|
16 |
|
* You should have received a copy of the GNU General Public License |
|
17 |
|
* along with this program; if not, write to the Free Software |
|
18 |
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 |
|
19 |
|
* USA |
|
20 |
|
***************************************************************************/ |
|
21 |
|
|
1 |
22 |
#ifndef __UTILS_H |
#ifndef __UTILS_H |
2 |
23 |
#define __UTILS_H |
#define __UTILS_H |
3 |
24 |
|
|
File src/video.c changed (mode: 100644) (index 3730532..2649a00) |
|
1 |
|
/*************************************************************************** |
|
2 |
|
* Pinfo is a ncurses based lynx style info documentation browser |
|
3 |
|
* |
|
4 |
|
* Copyright (C) 1999 Przemek Borys <pborys@dione.ids.pl> |
|
5 |
|
* Copyright (C) 2005 Bas Zoetekouw <bas@debian.org> |
|
6 |
|
* |
|
7 |
|
* This program is free software; you can redistribute it and/or modify |
|
8 |
|
* it under the terms of version 2 of the GNU General Public License as |
|
9 |
|
* published by the Free Software Foundation. |
|
10 |
|
* |
|
11 |
|
* This program is distributed in the hope that it will be useful, but |
|
12 |
|
* WITHOUT ANY WARRANTY; without even the implied warranty of |
|
13 |
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
14 |
|
* General Public License for more details. |
|
15 |
|
* |
|
16 |
|
* You should have received a copy of the GNU General Public License |
|
17 |
|
* along with this program; if not, write to the Free Software |
|
18 |
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 |
|
19 |
|
* USA |
|
20 |
|
***************************************************************************/ |
|
21 |
|
|
1 |
22 |
|
|
2 |
23 |
#include "common_includes.h" |
#include "common_includes.h" |
3 |
24 |
|
|
File src/video.h changed (mode: 100644) (index abac65f..631b152) |
|
1 |
|
/*************************************************************************** |
|
2 |
|
* Pinfo is a ncurses based lynx style info documentation browser |
|
3 |
|
* |
|
4 |
|
* Copyright (C) 1999 Przemek Borys <pborys@dione.ids.pl> |
|
5 |
|
* Copyright (C) 2005 Bas Zoetekouw <bas@debian.org> |
|
6 |
|
* |
|
7 |
|
* This program is free software; you can redistribute it and/or modify |
|
8 |
|
* it under the terms of version 2 of the GNU General Public License as |
|
9 |
|
* published by the Free Software Foundation. |
|
10 |
|
* |
|
11 |
|
* This program is distributed in the hope that it will be useful, but |
|
12 |
|
* WITHOUT ANY WARRANTY; without even the implied warranty of |
|
13 |
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
14 |
|
* General Public License for more details. |
|
15 |
|
* |
|
16 |
|
* You should have received a copy of the GNU General Public License |
|
17 |
|
* along with this program; if not, write to the Free Software |
|
18 |
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 |
|
19 |
|
* USA |
|
20 |
|
***************************************************************************/ |
|
21 |
|
|
1 |
22 |
|
|
2 |
23 |
#ifndef __VIDEO_H |
#ifndef __VIDEO_H |
3 |
24 |
#define __VIDEO_H |
#define __VIDEO_H |