?? tl_prof.c
字號:
/*** thinlib (c) 2001 Matthew Conte (matt@conte.com)****** tl_prof.c**** Screen border color profiler nastiness.**** $Id: $*/#include <pc.h>#include "tl_types.h"#include "tl_prof.h"void thin_prof_setborder(int pal_index){ inportb(0x3DA); outportb(0x3C0, 0x31); outportb(0x3C0, (uint8) pal_index);}/*** $Log: $*/
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -