ftp.nice.ch/pub/next/unix/editor/ne-1.0.NI.s.tar.gz#/ne-1.0.NI.s/src/termchar.h

This is termchar.h in view mode; [Download] [Up]

/* extern's of flags describing terminal's characteristics.

   Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc.
    Originally part of GNU Emacs.
    Vastly edited and modified for use within ne.

   Copyright (C) 1993 Sebastiano Vigna

    This file is part of ne, the nice editor.

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2, or (at your option)
    any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

In other words, you are welcome to use, share and improve this program.
You are forbidden to forbid anyone else to use, share and improve
what you give them.   Help stamp out software-hoarding!  */


extern int line_ins_del_ok;			/* Terminal can insert and delete lines */

extern int char_ins_del_ok;			/* Terminal can insert and delete chars */

extern int scroll_region_ok;			/* Terminal supports setting the scroll window */

extern int standout_ok;					/* Terminal supports standout without magic cookies */

extern int cursor_on_off_ok;			/* Terminal can make the cursor visible or invisible */

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.