代码搜索结果

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

cfgmacro.h

/* * New editor name: tde, the Thomson-Davis Editor. * Author: Frank Davis * Date: June 5, 1991 * */ struct screen macro_screen[] = { {1,0,"This utility reads a

dvideo.c

/*----------------------------[ dvideo.c ]-----------------------------*/ /* Hardware Interface Routines */ /*--------------------------------------------------

sscroll.c

/* ------------------------------------------------------------ Smooth Scrolling ------------------------------------------------------------ * Using OpenGL and sub-pixel accurate rendering. * Map

xalloccolor.html

Xlib Programming Manual: XAllocColor XAllocColor Syntax

4-5.c

/*4-5.c*/ #include #include #include #include void save_restore_screen(char *buf); int maxx,maxy; int main(void) { int gdriver=DETECT,gmode,errorcode;

pc.c

/* ********************************************************************************************************* * PC SUPPORT FUNCTIONS * *

readme.bsd

0. 请注意 zhcon 目前只能在第一个控制台运行! 可以配合screen使用多个控制台: zhcon screen 来启动screen 之后可以用Ctrl-a Ctrl-c来产生新的console session 其它功能请 man screen 可以将以下脚本放到.bashrc中来在登录的时候自动启动zhcon和screen #automatic

cfgmacro.h

/* * New editor name: tde, the Thomson-Davis Editor. * Author: Frank Davis * Date: June 5, 1991 * */ struct screen macro_screen[] = { {1,0,"This utility reads a

exmem.c

/* * Example program for the Allegro library, by Shawn Hargreaves. * * This program demonstrates the use of memory bitmaps. It creates * a small temporary bitmap in memory, draws some

dvideo.c

/* +++Date last modified: 05-Jul-1997 */ /*----------------------------[ dvideo.c ]-----------------------------*/ /* Hardware Interface Routines */ /*----