📄 changelog
字号:
add option to show tabbar at the bottom of terminal window add configure script and related files. We are preparing for a stable release soon add support of text shadow for tab title add hotkey to hide/show menubar/scrollbar add ctrl_tab as hotkey to activate next page (like Windows) add escape sequence to hide/show menubar/scrollbar change text shadow command line option fix desktop option/resource for WindowMaker fix color residual problem when switch to a new tab fix buffer overflow in rxvt_tt_printf (from gentoo) fix sprintf in xdefaults.c fix EUCJ/SJIS encoding (http://gentoo.nedlinux.nl/distfiles/ rxvt-2.7.10-rk.patch) fix Next/SGI style scrollbar width (too fat before) fix selection on 64bit systems (from suse) fix utmpx check for Interix (from netbsd) fix bsd os check (from netbsd) fix window properties, use X11R4 (and later) functions fix window resizing code fix compile dependency on Xt header fix reverse video on individual terminal foreground/background fix tabbar button vertical position fix cursor blinking fix pointer blank fix possible integer overflow when calling rxvt_malloc fix focus/off-focus color code fix fade/shade values, previously they are reversed fix SlackBuild script update README and FAQ0.3.5 to 0.3.6\-----------------------------------Jimmy Zhou <jimmyzhou@users.sourceforge.net> add xft antialias, hinting, autohint, globaladvance, weight, width, size, slant and rgba options add option syncTabTitle to synchronize terminal title with tab title add support to set foreground and background for individual terminal. It does not work well with off-focus fading now add option hideTabbar to hide tabbar on initialization add hotkey and escape sequence to hide/show tabbar add option to fade transparent background or background image since many people have requested this feature :-) add support to run user's default shell in the /etc/passwd file if the SHELL environment variable is not defined fix mouse report mode (hopefully) by moving PrivateModes and SavedModes from global to individual terminal fix default PrivateModes by removing PrivMode_aplKP. It seems that vim clears this flag anyway. However, if anything goes wrong, we will restore it fix configure.ac, use xft-config instead of pkg-config to find xft since some systems do not have pkg-config fix configure.ac for xft-config's complaint about rejection by preprocessor. fix xft font resource name fix xft font display residual and wipe problems fix tab title when use xft fix text shadow when use xft fix resizing when use xft. But apprently there is something wrong if we want to destroy the old font pattern. So now we do not destroy it, which wastes some system resources. fix active tab title color fix compile error if background image is disabled fix document install directory. Hope it is correct now!0.3.4 to 0.3.5\-----------------------------------Jimmy Zhou <jimmyzhou@users.sourceforge.net> add saveLines/pixmap/tabtitle option for all tabs add support of utempter library for utmp/wtmp add support of xft, finally! but not support multichar set yet. add hotkey to switch between tabs 1..9 add hotkey to switch between tabs visited previously add escape sequence to change tint color and shade value add support of user supplied foreground color for inactive tab add middle button click on tabbar as shortcut to change tab title add SlackBuild script for slackware add xft code (still not ready yet) fix tab width when resize font fix display problem when enable text shadow (unset clip mask!) fix output of usage fix background color of inactive tab fix display of multichars in tab title fix setuid root permission, give it up immediately after program starts fix compile error when jpeg/png is chosen but not xpm fix sgi style scrollbar fix next style scrollbar buttons fix session init, simplify the logic to choose session fix big5 encoding and default fonts fix korea encoding fix configure.ac to compile mrxvt using -fPIC option by default so that mrxvt can enjoy the benefit of PIE (position independent execution). In plaintext, it means mrxvt can be loaded into random memory location if the system supports it. It may reduce performance a little bit, e.g., 1% on x86, but can improve security.0.3.3 to 0.3.4\-----------------------------------Jimmy Zhou <jimmyzhou@users.sourceforge.net> add support of user supplied scrollbar background image add support of user supplied menubar background image add support of plain style scrollbar add support of gnome-terminal/konsole's default hotkeys add clean exit routines for debugging purpose add new escape sequence to create a new tab with user supplied tab title (settitle.c, -c option) add new escape sequence to switch tabs (settitle.c, -n -p options) add simple session support add protectSecondary resource to control close of tab add cmdAllSession resource to control session command add initSession option to load session only on initialization add secondary option bitmap to extend options to 60 add MRXVT_TABTITLE environment variable (thanks to wwp) fix close button so that a tab in secondary screen is not closable fix inactive tab background resources name fix font resources loading error (reported by afo@zlug.org) fix 64 bits Atom (rxvt screen.c rev 1.268) fix updwtmpx on Interix (rxvt loggin.c 1.42) fix compile warning of logging.c on Mac OS X fix terminal exit problem on Mac OS X and cygwin fix default scrollbar, do not use SGI scrollbar by default fix command line options fix command line option for individual terminals fix screen refresh problem (thanks to wwp) fix XIM invoking problem in terminal window fix menubar macro fix doc installation directory fix background image and transparent support fix broken transparent background on scrollbar/tabbar/menubar fix off-focus fading (thanks to wwp) update man page update FAQ update README update TIPS update README.configure update sample .Xdefaults file0.3.2 to 0.3.3\-----------------------------------Jimmy Zhou <jimmyzhou@users.sourceforge.net> fix CHOOSE_GC_FG, using XSetForeground instead of XChangeGC add support of user supplied inactive tab color add support of SGI IRIX style scrollbar (not complete yet!) add support of color text shadow add support of Chinese GBK font add support of Thai (not complete yet!) add rxvt_clean_exit as normal exit routine add xft configure option (not implemented yet!) add doc of XIM specification fix tabbar button transparent background issue fix configure script help message of linespace, int/ext border fix configure script of --enable-everything option fix configure script of multi-language option fix configure script of encoding and terminfo options fix crash on rxvt_scr_poweron when use escape sequence "\033c" fix XIM support (always call setlocale in encoding.c) fix user specified encoding method clean up font code update README and README.configure0.3.1 to 0.3.2\-----------------------------------Jimmy Zhou <jimmyzhou@users.sourceforge.net> add support of user supplied tabbar foreground/background colors add support of user supplied tabbar background image add option to turn on/off background image on tabs add support for multiple tab's own title, saveLines and bg image add tinting for background image use server side pixmap to improve tabbar buttons performance add sample settitle.c in doc/ add major feature list in README add option to show/hide menubar fix bug in initial window position (thanks to wwp) fix crash on resizing window (thanks to wwp) fix internal/external border, line space and blankdelay features fix mfont for non-multichar charsets fix background image/transparent support fix comments of no_frills configure option fix missing jpeg/png option in the output of feature list fix compile problems on solaris fix lastlog support fix the copyright information fix menubar loading crash fix xresource names cleanup code in rxvtlib.h0.3.0 to 0.3.1\-----------------------------------Jimmy Zhou <jimmyzhou@users.sourceforge.net> add bell throttle support based on David Hull's patch for rxvt add support for transparent scrollbar/tabbar/menubar add support for off-focus fading add support for background tinting reduce X resource usage (GC) and improve update speed for tabbar reduce X resource usage (GC) for xterm-style scrollbar reduce X resource usage (GC) for rxvt-style scrollbar reduce X resource usage (GC) for next-style scrollbar reduce X resource usage (GC) for menubar fix conflict of non-transparent parent and transparent scrollbar fix conflict of non-transparent parent and transparent tabbar fix conflict of non-transparent parent and transparent menubar fix scrolling problem introduce vterm structure to improve performance of destroying vt fix num_fds adjustment code, move it into tabbar.c fix crash on loading background imagerxvt 2.7.11 CVS to mrxvt 0.3.0\-----------------------------------Jimmy Zhou <jimmyzhou@users.sourceforge.net> fix the *horrible* indent of source code, but still not all add jpeg/png background support rewrite configure.ac, add bootstrap script add multi-tab support, and reorganize code add hotkeys for multi-tab support rewrite code on window layout split window resizing code to three parts split font initialization and resizing code reorganize code of x event processing rewrite multi-char encoding and default fonts modify scrollbar code merge external function prototypes into protos.h, remove AWK scripts merge headers into rxvt.h move GC of menubar and scrollbar from rxvt_hidden to scrollBar_t and menuBar_t update documents remove graphics and W11 support remove rclock2.7.10 to 2.7.11 CVS\-----------------------------------Geoff Wing <gcw@pobox.com> et al. fixed handling of cursor colour when reverse colour is displayed fixed utmp writing if we have ttyslot fixed compile when --with-encoding=kr added hiding of mouse pointer while the user is typing or from mouse inactivity, with configure --enable-pointer-blank, resource pointerBlank (default: false) and resource pointerBlankDelay (default: 2 seconds) added "-bc" blinking cursor, configure --enable-cursor-blink added 256 colour support for CygwinGlyn Kennington (glyn_k@sourceforge) added feature ACS_ASCII which converts ACS line drawing characters to similar ASCII characters, resource acsCharsRob McMullen <robm@flipturn.org> added selection scrolling - scrolling viewpoint when making a selection and going past top/bottom of window, with configure --enable-selectionscrollingChris Wareham <chris.wareham@btinternet.com> added rconf utility for rclock appointment configurationLauri Leukkunen (lleukkun@sourceforge) added "-ufbg/--ufbackground colour" to have the background change to this colour when the window is unfocused2.7.9 to 2.7.10\-----------------------------------Geoff Wing <gcw@pobox.com> et al. removed screen dump feature as it can aid as a security hole removed menubar escape sequence access as it can aid a security hole removed reporting of title and icon settings as they can aid a security holeMikko Lepp鋘en <m.leppanen@iki.fi> fixed clearing problem when internalBorder is zero
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -