/*
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
* Common Development and Distribution License, Version 1.0 only
* (the "License"). You may not use this file except in compliance
* with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* See the License for the specific language governing permissions
* and limitations under the License.
*
* When distributing Covered Code, include this CDDL HEADER in each
* file and include the License file at usr/src/OPENSOLARIS.LICENSE.
* If applicable, add the following below this CDDL HEADER, with the
* fields enclosed by brackets "[]" replaced with your own identifying
* information: Portions Copyright [yyyy] [name of copyright owner]
*
* CDDL HEADER END
*/
/*
* Copyright 1997 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
/* Copyright (c) 1988 AT&T */
/* All Rights Reserved */
/*
* University Copyright- Copyright (c) 1982, 1986, 1988
* The Regents of the University of California
* All Rights Reserved
*
* University Acknowledgment- Portions of this document are derived from
* software developed by the University of California, Berkeley, and its
* contributors.
*/
#pragma ident "%Z%%M% %I% %E% SMI"
/*LINTLIBRARY*/
#include "curses_inc.h"
/*
* This routine prints the character in the current position.
* Think of it as putc.
*/
int
{
#ifdef DEBUG
if (outf)
if (c == rawc)
else
#endif /* DEBUG */
goto next;
goto nextw;
}
switch (rawc) {
case '\n':
goto new_line;
case '\r':
goto move_to_begin_line;
case '\b':
if (--x < 0)
x = 0;
goto out_move_only;
default:
if (rawc == '\t') {
int newx;
for (; x < newx; x++)
goto next;
} else {
next :
}
}
break;
}
#ifdef DEBUG
#endif /* DEBUG */
/* clear any partial multi-column character */
break;
}
#ifdef _VR3_COMPAT_CODE
if (_y16update)
/* LINTED */
#endif /* _VR3_COMPAT_CODE */
}
--x;
#ifdef DEBUG
if (outf) {
int i;
"(%d, %d) > (%d, %d)\n",
i++)
}
#endif /* DEBUG */
break;
} else
savimmed = 1;
} else
y++;
x = 0;
} else
savimmed += 2;
#ifdef FULLDEBUG
if (outf)
"firstch = %d, lastch = %d\n", y, x,
#endif /* FULLDEBUG */
break;
}
/* sync with ancestor structures */
if (savimmed == 3)
return ((*_quick_ptr)(win, c));
}