代码搜索结果

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

basic.c

/************************************************************************** * This file contains function routines that parallel those found in * * QuickBasic 4.5 and otherwise. Written by Dav

readme.bsd

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

cat-id-tbl.c

/* Automatically generated by po2tbl.sed from gpegsol.pot. */ #if HAVE_CONFIG_H # include #endif #include "libgettext.h" const struct _msg_ent _msg_tbl[] = { {"", 1}, {"Congratulati

tload2.c

/* * tload.c - terminal version of xload * * Options: * -s initial scaling exponent (default = 6) * -d delay * -b background mode: don't update if window in background * Uses less cpu time an

watch.java

import java.awt.*; import java.util.*; public class Watch extends javax.swing.JApplet { private Color butterscotch = new Color(255, 204, 102); private String lastTime = ""; public

newwatch.java

import java.awt.*; import java.util.*; public class NewWatch extends javax.swing.JApplet { private Color butterscotch = new Color(255, 204, 102); private String lastTime = ""; Color

solong.java

import java.awt.*; public class SoLong extends javax.swing.JApplet { public void paint(Graphics screen) { Graphics screen2D = (Graphics2D)screen; Font f = new Font("monospa

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;

vbios.h

/*@A (C) 1992 Allen I. Holub */ #ifndef __VBIOS_H #define __VBIOS_H #include #define VIDEO_INT 0x10 /* Video interrupt

sdl-anim1.c

/* Animation with SDL -- first attempt. */ #include #include #include #define NUM_PENGUINS 100 #define MAX_SPEED 6 /* This structure stores the information for one