Deleted Added
full compact
vms.termcap.c (316957) vms.termcap.c (354195)
1/* $Header: /p/tcsh/cvsroot/tcsh/vms.termcap.c,v 1.12 2011/01/09 16:25:29 christos Exp $ */
2/*
3 * termcap.c 1.1 20/7/87 agc Joypace Ltd
4 *
5 * Copyright Joypace Ltd, London, UK, 1987. All rights reserved.
6 * This file may be freely distributed provided that this notice
7 * remains attached.
8 *
9 * A public domain implementation of the termcap(3) routines.
10 */
11#include "sh.h"
1/*
2 * termcap.c 1.1 20/7/87 agc Joypace Ltd
3 *
4 * Copyright Joypace Ltd, London, UK, 1987. All rights reserved.
5 * This file may be freely distributed provided that this notice
6 * remains attached.
7 *
8 * A public domain implementation of the termcap(3) routines.
9 */
10#include "sh.h"
12RCSID("$tcsh: vms.termcap.c,v 1.12 2011/01/09 16:25:29 christos Exp $")
11
13#if defined(_VMS_POSIX) || defined(_OSD_POSIX) || defined(__ANDROID__)
14/* efth 1988-Apr-29
15
16 - Correct when TERM != name and TERMCAP is defined [tgetent]
17 - Correct the comparison for the terminal name [tgetent]
18 - Correct the value of ^x escapes [tgetstr]
19 - Added %r to reverse row/column [tgoto]
20

--- 334 unchanged lines hidden ---
12#if defined(_VMS_POSIX) || defined(_OSD_POSIX) || defined(__ANDROID__)
13/* efth 1988-Apr-29
14
15 - Correct when TERM != name and TERMCAP is defined [tgetent]
16 - Correct the comparison for the terminal name [tgetent]
17 - Correct the value of ^x escapes [tgetstr]
18 - Added %r to reverse row/column [tgoto]
19

--- 334 unchanged lines hidden ---