📄 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 + -