Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 168281 | Differences between
and this patch

Collapse All | Expand All

(-)screen-4.0.3-orig/acls.h (+4 lines)
Lines 21-26 Link Here
21
 ****************************************************************
21
 ****************************************************************
22
 */
22
 */
23
23
24
#ifndef _SCREEN_ACLS_H_
25
#define _SCREEN_ACLS_H_
26
24
#ifdef MULTIUSER
27
#ifdef MULTIUSER
25
28
26
/* three known bits: */
29
/* three known bits: */
Lines 91-93 Link Here
91
94
92
extern int DefaultEsc, DefaultMetaEsc;
95
extern int DefaultEsc, DefaultMetaEsc;
93
96
97
#endif /* define _SCREEN_ACLS_H_ */
(-)screen-4.0.3-orig/ansi.h (+5 lines)
Lines 22-27 Link Here
22
 * $Id: ansi.h,v 1.6 1994/05/31 12:31:28 mlschroe Exp $ FAU
22
 * $Id: ansi.h,v 1.6 1994/05/31 12:31:28 mlschroe Exp $ FAU
23
 */
23
 */
24
24
25
#ifndef _SCREEN_ANSI_H_
26
#define _SCREEN_ANSI_H_
27
25
#define NATTR		6
28
#define NATTR		6
26
29
27
#define ATTR_DI		0	/* Dim mode */
30
#define ATTR_DI		0	/* Dim mode */
Lines 168-170 Link Here
168
# define dw_left(ml, x, enc) 0
171
# define dw_left(ml, x, enc) 0
169
# define dw_right(ml, x, enc) 0
172
# define dw_right(ml, x, enc) 0
170
#endif
173
#endif
174
175
#endif /* define _SCREEN_ANSI_H_ */
(-)screen-4.0.3-orig/braille.h (+5 lines)
Lines 25-30 Link Here
25
 * $Id: braille.h,v 1.1 1995/09/06 15:51:18 jnweiger Exp jnweiger $ FAU
25
 * $Id: braille.h,v 1.1 1995/09/06 15:51:18 jnweiger Exp jnweiger $ FAU
26
 */
26
 */
27
27
28
#ifndef _SCREEN_BRAILLE_H_
29
#define _SCREEN_BRAILLE_H_
30
28
#ifdef HAVE_BRAILLE
31
#ifdef HAVE_BRAILLE
29
32
30
extern void StartBraille __P((void));
33
extern void StartBraille __P((void));
Lines 81-83 Link Here
81
#define BD_FORE bd.bd_dpy->d_fore
84
#define BD_FORE bd.bd_dpy->d_fore
82
85
83
#endif
86
#endif
87
88
#endif /* define _SCREEN_BRAILLE_H_ */
(-)screen-4.0.3-orig/display.h (+5 lines)
Lines 22-27 Link Here
22
 * $Id: display.h,v 1.9 1994/05/31 12:31:54 mlschroe Exp $ FAU
22
 * $Id: display.h,v 1.9 1994/05/31 12:31:54 mlschroe Exp $ FAU
23
 */
23
 */
24
24
25
#ifndef _SCREEN_DISPLAY_H_
26
#define _SCREEN_DISPLAY_H_
27
25
#ifdef MAPKEYS
28
#ifdef MAPKEYS
26
29
27
#define KMAP_KEYS (T_OCAPS-T_CAPS)
30
#define KMAP_KEYS (T_OCAPS-T_CAPS)
Lines 343-345 Link Here
343
#define HSTATUS_MESSAGE		2
346
#define HSTATUS_MESSAGE		2
344
#define HSTATUS_HS		3
347
#define HSTATUS_HS		3
345
#define HSTATUS_ALWAYS		(1<<2)
348
#define HSTATUS_ALWAYS		(1<<2)
349
350
#endif /* define _SCREEN_DISPLAY_H_ */
(-)screen-4.0.3-orig/extern.h (+5 lines)
Lines 22-27 Link Here
22
 * $Id: extern.h,v 1.18 1994/05/31 12:31:57 mlschroe Exp $ FAU
22
 * $Id: extern.h,v 1.18 1994/05/31 12:31:57 mlschroe Exp $ FAU
23
 */
23
 */
24
24
25
#ifndef _SCREEN_EXTERN_H_
26
#define _SCREEN_EXTERN_H_
27
25
#if !defined(__GNUC__) || __GNUC__ < 2
28
#if !defined(__GNUC__) || __GNUC__ < 2
26
#undef __attribute__
29
#undef __attribute__
27
#define __attribute__(x)
30
#define __attribute__(x)
Lines 490-492 Link Here
490
# endif
493
# endif
491
#endif
494
#endif
492
extern int   EncodeChar __P((char *, int, int, int *));
495
extern int   EncodeChar __P((char *, int, int, int *));
496
497
#endif /* define _SCREEN_EXTERN_H_ */
(-)screen-4.0.3-orig/image.h (+4 lines)
Lines 22-27 Link Here
22
 * $Id: image.h,v 1.9 1994/05/31 12:31:54 mlschroe Exp $ FAU
22
 * $Id: image.h,v 1.9 1994/05/31 12:31:54 mlschroe Exp $ FAU
23
 */
23
 */
24
24
25
#ifndef _SCREEN_IMAGE_H_
26
#define _SCREEN_IMAGE_H_
25
27
26
#undef IFFONT
28
#undef IFFONT
27
#undef IFCOLOR
29
#undef IFCOLOR
Lines 161-163 Link Here
161
#  define cole2i(c) ((c) ^ 9)
163
#  define cole2i(c) ((c) ^ 9)
162
# endif
164
# endif
163
#endif
165
#endif
166
167
#endif /* define _SCREEN_IMAGE_H_ */
(-)screen-4.0.3-orig/layer.h (+4 lines)
Lines 22-27 Link Here
22
 * $Id: overlay.h,v 1.3 1994/05/31 12:32:31 mlschroe Exp $ FAU
22
 * $Id: overlay.h,v 1.3 1994/05/31 12:32:31 mlschroe Exp $ FAU
23
 */
23
 */
24
24
25
#ifndef _SCREEN_LAYER_H_
26
#define _SCREEN_LAYER_H_
27
25
/*
28
/*
26
 * This is the overlay structure. It is used to create a seperate
29
 * This is the overlay structure. It is used to create a seperate
27
 * layer over the current windows.
30
 * layer over the current windows.
Lines 103-105 Link Here
103
	  display = olddisplay;				\
106
	  display = olddisplay;				\
104
	} while(0)
107
	} while(0)
105
108
109
#endif /* define _SCREEN_LAYER_H_ */
(-)screen-4.0.3-orig/logfile.h (+5 lines)
Lines 22-27 Link Here
22
 * $Id: logfile.h,v 1.11 1994/05/31 12:33:27 jnweiger Exp $ FAU
22
 * $Id: logfile.h,v 1.11 1994/05/31 12:33:27 jnweiger Exp $ FAU
23
 */
23
 */
24
24
25
#ifndef _SCREEN_LOGFILE_H_
26
#define _SCREEN_LOGFILE_H_
27
25
struct logfile
28
struct logfile
26
{
29
{
27
  struct logfile *next;
30
  struct logfile *next;
Lines 80-82 Link Here
80
 * It closes fd and opens wantfd to access whatever fd accessed.
83
 * It closes fd and opens wantfd to access whatever fd accessed.
81
 */
84
 */
82
int lf_move_fd __P((int fd, int wantfd));
85
int lf_move_fd __P((int fd, int wantfd));
86
87
#endif /* define _SCREEN_LOGFILE_H_ */
(-)screen-4.0.3-orig/mark.h (+4 lines)
Lines 22-27 Link Here
22
 * $Id: mark.h,v 1.1.1.1 1993/06/16 23:51:13 jnweiger Exp $ FAU
22
 * $Id: mark.h,v 1.1.1.1 1993/06/16 23:51:13 jnweiger Exp $ FAU
23
 */
23
 */
24
24
25
#ifndef _SCREEN_MARK_H_
26
#define _SCREEN_MARK_H_
27
25
struct markdata
28
struct markdata
26
{
29
{
27
  struct win *md_window;/* pointer to window we are working on */
30
  struct win *md_window;/* pointer to window we are working on */
Lines 47-49 Link Here
47
#define W2D(y) ((y) - markdata->hist_offset)
50
#define W2D(y) ((y) - markdata->hist_offset)
48
#define D2W(y) ((y) + markdata->hist_offset)
51
#define D2W(y) ((y) + markdata->hist_offset)
49
52
53
#endif /* define _SCREEN_MARK_H_ */
(-)screen-4.0.3-orig/osdef.h.in (+4 lines)
Lines 28-33 Link Here
28
 ****************************************************************
28
 ****************************************************************
29
 */
29
 */
30
30
31
#ifndef _SCREEN_OSDEF_H_
32
#define _SCREEN_OSDEF_H_
33
31
extern int   printf __P((char *, ...));
34
extern int   printf __P((char *, ...));
32
extern int   fprintf __P((FILE *, char *, ...));
35
extern int   fprintf __P((FILE *, char *, ...));
33
extern int   sprintf __P((char *, char *, ...));
36
extern int   sprintf __P((char *, char *, ...));
Lines 199-201 Link Here
199
extern int getloadavg(double *, int);
202
extern int getloadavg(double *, int);
200
#endif
203
#endif
201
204
205
#endif /* define _SCREEN_OSDEF_H_ */
(-)screen-4.0.3-orig/os.h (+4 lines)
Lines 22-27 Link Here
22
 * $Id: os.h,v 1.10 1994/05/31 12:32:22 mlschroe Exp $ FAU
22
 * $Id: os.h,v 1.10 1994/05/31 12:32:22 mlschroe Exp $ FAU
23
 */
23
 */
24
24
25
#ifndef _SCREEN_OS_H_
26
#define _SCREEN_OS_H_
27
25
#include <stdio.h>
28
#include <stdio.h>
26
#include <errno.h>
29
#include <errno.h>
27
30
Lines 531-533 Link Here
531
 */
534
 */
532
#define IOSIZE		4096
535
#define IOSIZE		4096
533
536
537
#endif /* define _SCREEN_OS_H_ */
(-)screen-4.0.3-orig/patchlevel.h (+5 lines)
Lines 524-532 Link Here
524
 *                     -- DISTRIBUTED
524
 *                     -- DISTRIBUTED
525
 */
525
 */
526
526
527
#ifndef _SCREEN_PATCHLEVEL_H_
528
#define _SCREEN_PATCHLEVEL_H_
529
527
#define ORIGIN "FAU"
530
#define ORIGIN "FAU"
528
#define REV 4
531
#define REV 4
529
#define VERS 0
532
#define VERS 0
530
#define PATCHLEVEL 3
533
#define PATCHLEVEL 3
531
#define DATE "23-Oct-06"
534
#define DATE "23-Oct-06"
532
#define STATE ""
535
#define STATE ""
536
537
#endif /* define _SCREEN_PATCHLEVEL_H_ */
(-)screen-4.0.3-orig/sched.h (+7 lines)
Lines 22-27 Link Here
22
 * $Id: sched.h,v 1.1.1.1 1993/06/16 23:51:13 jnweiger Exp $ FAU
22
 * $Id: sched.h,v 1.1.1.1 1993/06/16 23:51:13 jnweiger Exp $ FAU
23
 */
23
 */
24
24
25
#ifndef _SCREEN_SCHED_H_
26
#define _SCREEN_SCHED_H_
27
28
#include <sys/types.h>
29
25
struct event
30
struct event
26
{
31
{
27
  struct event *next;
32
  struct event *next;
Lines 41-43 Link Here
41
#define EV_READ		1
46
#define EV_READ		1
42
#define EV_WRITE	2
47
#define EV_WRITE	2
43
#define EV_ALWAYS	3
48
#define EV_ALWAYS	3
49
50
#endif /* define _SCREEN_SCHED_H_ */
(-)screen-4.0.3-orig/screen.h (+5 lines)
Lines 22-27 Link Here
22
 * $Id: screen.h,v 1.12 1994/05/31 12:32:54 mlschroe Exp $ FAU
22
 * $Id: screen.h,v 1.12 1994/05/31 12:32:54 mlschroe Exp $ FAU
23
 */
23
 */
24
24
25
#ifndef _SCREEN_SCREEN_H_
26
#define _SCREEN_SCREEN_H_
27
25
#include "os.h"
28
#include "os.h"
26
29
27
#if defined(__STDC__)
30
#if defined(__STDC__)
Lines 293-295 Link Here
293
 */
296
 */
294
#define WLIST_NUM 0
297
#define WLIST_NUM 0
295
#define WLIST_MRU 1
298
#define WLIST_MRU 1
299
300
#endif /* define _SCREEN_SCREEN_H_ */
(-)screen-4.0.3-orig/window.h (+4 lines)
Lines 22-27 Link Here
22
 * $Id: window.h,v 1.11 1994/05/31 12:33:27 mlschroe Exp $ FAU
22
 * $Id: window.h,v 1.11 1994/05/31 12:33:27 mlschroe Exp $ FAU
23
 */
23
 */
24
24
25
#ifndef _SCREEN_WINDOW_H_
26
#define _SCREEN_WINDOW_H_
25
27
26
/* keep this in sync with the initialisations in window.c */
28
/* keep this in sync with the initialisations in window.c */
27
struct NewWindow
29
struct NewWindow
Lines 315-317 Link Here
315
    : &fore->w_mlines[y - fore->w_histheight])
317
    : &fore->w_mlines[y - fore->w_histheight])
316
318
317
#define Layer2Window(l) ((struct win *)(l)->l_bottom->l_data)
319
#define Layer2Window(l) ((struct win *)(l)->l_bottom->l_data)
320
321
#endif /* define _SCREEN_WINDOW_H_ */

Return to bug 168281