代码搜索结果

找到约 10,000 项符合 Screen 的代码

vidattr.3cur

.TH vidattr 3cur .SH Name vidattr, vidputs \- output a string that sets terminal display .SH Syntax .B vidattr(attrs) .br .B vidputs(attrs, putc) .SH Description .NXR "vidattr subroutine" .NXR "vidp

keypad.3cur

.TH keypad 3cur .SH Name keypad \- enable keypad .SH Syntax .br .B #include .PP .B int keypad(win, bf) .br .B WINDOW \(**win; .br .B bool bf; .SH Description .NXR "keypad subroutine" This

clearok.3cur

.TH clearok 3cur .SH Name clearok \- enable screen clearing .SH Syntax .B #include .PP .br .B int clearok(win, bf) .br .B WINDOW \(**win; .br .B bool bf; .SH Description .NXR "clearok sub

gridtext.c

/* GridText.c ** CHARACTER GRID HYPERTEXT OBJECT ** ** (c) COPYRIGHT MIT 1995. ** Please first read the full copyright statement in the file COPYRIGH. ** @(#) $Id: GridText.c,v 1.46 1999/0

main.c

/* * Copyright (C) 2003, 2004 Philip Blundell * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License

misc.c

/* * misc.c * * This is a collection of several routines from gzip-1.0.3 * adapted for Linux. * * malloc by Hannu Savolainen 1993 * puts by Nick Holloway 1993 */ #include "gzip.h"