⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 feature.h

📁 multi-tabed terminal based on rxvt
💻 H
📖 第 1 页 / 共 2 页
字号:
/*--------------------------------*-H-*---------------------------------* * File:    feature.h *----------------------------------------------------------------------* * * All portions of code are copyright by their respective author/s. * Copyright (c) 1997-1998   Oezguer Kesim <kesim@math.fu-berlin.de> * Copyright (c) 2005        William P. Y. Hadisoeseno * 					<williampoetra@users.sourceforge.net> * Copyright (c) 2004-2006   Jingmin Zhou <jimmyzhou@users.sourceforge.net> * Copyright (c) 2005-2006   Gautam Iyer <gautam@math.uchicago.edu> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. *----------------------------------------------------------------------*/#ifndef __FEATURE_H__#define __FEATURE_H__#ifndef X11USRLIBDIR# define X11USRLIBDIR	    "/usr/X11R6/lib"#endif#ifndef X11LIBDIR# define X11LIBDIR	X11USRLIBDIR "/X11"#endif#ifndef XAPPLOADDIR# define XAPPLOADDIR	    X11LIBDIR "/app-defaults" # define XAPPLOADDIRLOCALE  X11LIBDIR "/%-.*s/app-defaults"#endif/* Check ~/.Xdefaults and ~/.Xresources as well */#define HAVE_EXTRA_XRESOURCE_FILES/*-----------------------SCREEN OPTIONS AND COLOURS-----------------{{{1*//* * Define the name of the environment variable to be used in * addition to the "PATH" environment and the `path' resource. * Usually it should point to where you keep your background pixmaps and/or * your menu files */#define PATH_ENV    "RXVTPATH"/* * Avoid enabling the colour cursor (-cr, cursorColor, cursorColor2) *//* #define NO_CURSORCOLOR *//* * Suppress use of BOLD and BLINK attributes for setting bright foreground * and background, respectively.  Simulate BOLD using colorBD, boldFont or * overstrike characters. *//* #define NO_BRIGHTCOLOR *//* * Try and brighten colors in the 16--255 range (if possible) instead of using * the bold attribute. *//* #define BOLD_BRIGHTENS_256_COLORS *//* * Make colours match xterm colours instead of `traditional' rxvt colours */#define XTERM_COLORS/* * Disable separate colours for bold, underline and reverse video *//* #define NO_BOLD_UNDERLINE_REVERSE *//* * Disable using simulated bold using overstrike.  You can also turn off * overstrike just for multi char fonts * Note: NO_BOLDOVERSTRIKE implies NO_BOLDOVERSTRIKE_MULTI *//* #define NO_BOLDOVERSTRIKE *//* #define NO_BOLDOVERSTRIKE_MULTI *//* * Don't bother cleaning up pixel droppings.  If you don't use bold * overstrike then you don't usually need this *//* #define NO_PIXEL_DROPPING_AVOIDANCE *//* * Compile without support for real bold fonts *//* #define NO_BOLDFONT *//* * Add support for '-hc colour' for background highlight of selection */#define OPTION_HC/* * Define maximum possible columns and rows */#define MAX_COLS    1000#define MAX_ROWS    1000/* * Define default colours for certain items.  If you have a low colour * display, then consider using colours which are already pre-allocated: *   Black	(#000000) *   Red3	(#CD0000)   + these *   Green3	(#00CD00)   + colours *   Yellow3	    (#CDCD00)	+ are *   Blue3	(#0000CD)   + not *   Magenta3	    (#CD00CD)	+ pre-allocated *   Cyan3	(#00CDCD)   + if *   AntiqueWhite   (#FAEBD7)	+ NO_BRIGHTCOLOR *   Grey25	(#404040)   + defined *   Red	(#FF0000) *   Green	(#00FF00) *   Yellow	(#FFFF00) *   Blue	(#0000FF) *   Magenta	    (#FF00FF) *   Cyan	(#00FFFF) *   White	(#FFFFFF) *//* These colours MUST be defined */#define COLOR_FOREGROUND    "Black"#define COLOR_BACKGROUND    "White"#define COLOR_SCROLLBAR	    "#B2B2B2"	/* scrollColor match Netscape */#define COLOR_SCROLLTROUGH  "#969696"/* * The cursor colours are special.  Be very careful about setting these: * foreground/background colours may be modified by command line or resources * prior to this allocation.  Also, they are not valid if NO_CURSORCOLOR is * defined */#define COLOR_CURSOR_FOREGROUND	NULL	/* if NULL, use background colour */#define COLOR_CURSOR_BACKGROUND	NULL	/* if NULL, use foreground colour *//* * Define to remove support for XCopyArea() support.  XCopyArea() is useful * for scrolling on non-local X displays *//* #define NO_SLOW_LINK_SUPPORT *//* * Printer pipe which will be used for emulation of attached vt100 printer */#define PRINTPIPE   "lpr"/* * Allow 80/132 mode switching on startup *//* #define ALLOW_132_MODE */ /*------------------------------RESOURCES---------------------------{{{1*//* * Define to find installed application defaults for rxvt *//* #define USE_XAPPLOADDIR *//* * Add support for the Offix DND (Drag 'n' Drop) protocol *//* #define OFFIX_DND *//*---------------------------------KEYS-----------------------------{{{1*//* * Define defaults for backspace and delete keys - unless they have been * configured out with --disable-backspace-key / --disable-delete-key *//* #define DEFAULT_BACKSPACE	"DEC"	    */ /* SPECIAL *//* #define DEFAULT_BACKSPACE	"\177"	    *//* #define DEFAULT_DELETE   "\033[3~"	*//* * If defined, then escape sequences for keys with a modifier pressed will be * the same as those sent by Xterm, instead of those sent by rxvt. */#define XTERM_KEYS/* * If defined, then when numlock is on, the DEC terminal sequences sent by all * the keypad keys (including +,-,*, etc) will be the sequences sent with the * shift modifier ignored. Otherwise only the numeric keys and the decimal point * will ignore the shift modifier. */#define NUMLOCK_ALWAYS_IGNORES_SHIFT/* * If defined, macros will be allowed to be "UNSHIFTED" (i.e. your macros don't * necessarily need a modifier key). */#define UNSHIFTED_MACROS/* (Hops) Set to choose a number of lines of context between pages *      (rather than a proportion (1/5) of savedlines buffer) *      when paging the savedlines with SHIFT-{Prior,Next} keys. */#define PAGING_CONTEXT_LINES (1)/* * Have either Ctrl+Tab or Mod4+Tab emit \e\t * Useful when window manager grabs Alt+Tab   -- mg *//* #define CTRL_TAB_MAKES_META *//* #define MOD4_TAB_MAKES_META *//* * default mode switch when greek keyboard is enabled (i.e. GREEK_SUPPORT) */#ifndef GREEK_KEYBOARD_MODESWITCH# define GREEK_KEYBOARD_MODESWITCH XK_Mode_switch#endif/*--------------------------------MOUSE-----------------------------{{{1*//* *  Enable jump scrolling when use mouse wheel */#ifdef MOUSE_WHEEL# define JUMP_MOUSE_WHEEL#endif/* * Disable sending escape sequences (up, down, page up/down) * from the scrollbar when XTerm mouse reporting is enabled *//* #define NO_SCROLLBAR_REPORT *//* * Default separating chars for multiple-click selection * Space and tab are separate separating characters and are not settable */#define CUTCHARS    "\"&'()*,;<=>?@[\\]^`{|}~"/* * Add run-time support for changing the cutchars for double click selection */#define CUTCHAR_RESOURCE/* * Have mouse reporting include double-click info for button1 *//* #define MOUSE_REPORT_DOUBLECLICK *//* * Set delay between multiple click events [default: 500 milliseconds] *//* #define MULTICLICK_TIME 500 *//* * Time factor to slow down a `jumpy' mouse.  Motion isn't recognised until * this long after the last mouse click [default: 50 milliseconds] */#define MOUSE_THRESHOLD	    50/* * If mouse wheel is defined, then scrolling is by 5 lines (or 1 line * if the shift key is down).  Scrolling can be smooth or jump scrolling *//* #define JUMP_MOUSE_WHEEL *//* * Set delay periods for continuous scrolling with scrollbar buttons *//* #define SCROLLBAR_INITIAL_DELAY 40 *//* #define SCROLLBAR_CONTINUOUS_DELAY 2 *//* * The speed of selection scrolling is proportional to the distance * the mouse pointer is out of the text window.  This is the max

⌨️ 快捷键说明

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