comparison usr/src/cmd/fmli/inc/vt.h @ 4:1a15d5aaf794

synchronized with onnv_86 (6202) in onnv-gate
author Koji Uno <koji.uno@sun.com>
date Mon, 31 Aug 2009 14:38:03 +0900
parents c9caec207d52
children
comparison
equal deleted inserted replaced
3:f211edc0065f 4:1a15d5aaf794
27 * Copyright (c) 1985 AT&T 27 * Copyright (c) 1985 AT&T
28 * All Rights Reserved 28 * All Rights Reserved
29 * 29 *
30 */ 30 */
31 31
32 #ident "@(#)vt.h 1.6 05/06/08 SMI" /* SVr4.0 1.9 */ 32 #ident "%Z%%M% %I% %E% SMI" /* SVr4.0 1.9 */
33 33
34 struct vt { 34 struct vt {
35 char *title; 35 char *title;
36 WINDOW *win; 36 WINDOW *win;
37 WINDOW *subwin; 37 WINDOW *subwin;