- update iom.C, make it call ptytty::sanitise_stdfd on init.
- when !XFT, change rounding of colours to use a less correct formula to
meet user expectancies (#aaa becomes #a000a000a000 not #9f9f9f9f9f9f).
+ - change the starting offset of the pixmap set with backgroundPixmap
+ from (50,50) to (0,0).
+ - fix a typo in button_release, now meta-button2 request the value of
+ the Clipboard selection as it should (patch by Serge Koksharov).
8.1 Thu Dec 7 22:27:25 CET 2006
- ケリスマスプレゼント - zomg!!1, it's too early!!!
all all available codeset groups
zh common chinese encodings
- zh_ext rarely used but very big chinese encodigs
+ zh_ext rarely used but very big chinese encodings
jp common japanese encodings
jp_ext rarely used but big japanese encodings
kr korean encodings
some round-trip time optimisations
nearest color allocation on pseudocolor screens
- UTF8_STRING supporr for selection
+ UTF8_STRING support for selection
sgr modes 90..97 and 100..107
backindex and forwardindex escape sequences
- view change/zero scorllback esacpe sequences
+ view change/zero scrollback escape sequences
locale switching escape sequence
window op and some xterm/OSC escape sequences
rectangular selections
case Button2:
if (IN_RANGE_EXC (ev.x, 0, width) && IN_RANGE_EXC (ev.y, 0, height)) // inside window?
- selection_request (ev.time, ev.state & ModMetaMask ? Sel_Primary : Sel_Primary);
+ selection_request (ev.time, ev.state & ModMetaMask ? Sel_Clipboard : Sel_Primary);
break;
#ifdef MOUSE_WHEEL
oldcursor.row = oldcursor.col = -1;
#ifdef XPM_BACKGROUND
/* bgPixmap.w = bgPixmap.h = 0; */
- bgPixmap.x = bgPixmap.y = 50;
+ bgPixmap.x = bgPixmap.y = 0;
bgPixmap.pixmap = None;
#endif