scrolltext

来自「早期freebsd实现」· 代码 · 共 35 行

TXT
35
字号
Subject: File: scrollText.h/* * Scrollable Text Window Header File * * David Harrison * University of California,  Berkeley * 1986 * * This file contains definitions for a scrollable text window * with scroll bar support. */int TxtGrab();   /* Take hold of a previously created window */#define TXT_NO_COLOR	-1int TxtAddFont();   /* Loads a new font for use later */int TxtWinP();   /* Returns non-zero value if the window is text window */int TxtClear();   /* Clears text window and resets text buffer */int TxtWriteStr();   /* Writes a string to window with immediate update */int TxtJamStr();   /* Write a string without causing update to screen */int TxtRepaint();   /* Repaints entire scrollable text window */int TxtFilter();   /* Handles events related to text window */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?