Deleted Added
full compact
1/* $Header: /p/tcsh/cvsroot/tcsh/vms.termcap.c,v 1.12 2011/01/09 16:25:29 christos Exp $ */
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
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 ---