ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/command.C
(Generate patch)

Comparing rxvt-unicode/src/command.C (file contents):
Revision 1.216 by root, Tue Dec 27 01:25:42 2005 UTC vs.
Revision 1.243 by root, Fri Jan 6 05:43:36 2006 UTC

25 * - extensive modifications 25 * - extensive modifications
26 * Copyright (c) 1998 Alfredo K. Kojima <kojima@windowmaker.org> 26 * Copyright (c) 1998 Alfredo K. Kojima <kojima@windowmaker.org>
27 * Copyright (c) 2001 Marius Gedminas 27 * Copyright (c) 2001 Marius Gedminas
28 * - Ctrl/Mod4+Tab works like Meta+Tab (options) 28 * - Ctrl/Mod4+Tab works like Meta+Tab (options)
29 * Copyright (c) 2003 Rob McMullen <robm@flipturn.org> 29 * Copyright (c) 2003 Rob McMullen <robm@flipturn.org>
30 * Copyright (c) 2003-2005 Marc Lehmann <pcg@goof.com> 30 * Copyright (c) 2003-2006 Marc Lehmann <pcg@goof.com>
31 * 31 *
32 * This program is free software; you can redistribute it and/or modify 32 * This program is free software; you can redistribute it and/or modify
33 * it under the terms of the GNU General Public License as published by 33 * it under the terms of the GNU General Public License as published by
34 * the Free Software Foundation; either version 2 of the License, or 34 * the Free Software Foundation; either version 2 of the License, or
35 * (at your option) any later version. 35 * (at your option) any later version.
43 * along with this program; if not, write to the Free Software 43 * along with this program; if not, write to the Free Software
44 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 44 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
45 *----------------------------------------------------------------------*/ 45 *----------------------------------------------------------------------*/
46 46
47/*{{{ includes: */ 47/*{{{ includes: */
48#include "../config.h" /* NECESSARY */ 48#include "../config.h"
49#include "rxvt.h" /* NECESSARY */ 49#include "rxvt.h"
50#include "rxvtperl.h"
50#include "version.h" 51#include "version.h"
51#include "command.h" 52#include "command.h"
53
54#if HAVE_SCHED_YIELD
55#undef HAVE_SCHED_YIELD // disabled for the time being
56//# include <sched.h>
57#endif
52 58
53#ifdef KEYSYM_RESOURCE 59#ifdef KEYSYM_RESOURCE
54# include "keyboard.h" 60# include "keyboard.h"
55#endif 61#endif
56 62
147 153
148 text_t t = l.t[x]; 154 text_t t = l.t[x];
149 155
150 if (t != NOCHAR || !x) 156 if (t != NOCHAR || !x)
151 { 157 {
152 iso14755_51 (l.t[x], l.r[x]); 158 iso14755_51 (l.t[x], l.r[x], x, y);
153 iso14755buf = ISO_14755_54; 159 iso14755buf = ISO_14755_54;
154 break; 160 break;
155 } 161 }
156 162
157 x--; 163 x--;
158 } 164 }
159} 165}
160#endif
161 166
162#if ENABLE_OVERLAY
163void 167void
164rxvt_term::iso14755_51 (unicode_t ch, rend_t r) 168rxvt_term::iso14755_51 (unicode_t ch, rend_t r, int x, int y)
165{ 169{
166 rxvt_fontset *fs = FONTSET (r); 170 rxvt_fontset *fs = FONTSET (r);
167 rxvt_font *f = (*fs)[fs->find_font (ch)]; 171 rxvt_font *f = (*fs)[fs->find_font (ch)];
168 wchar_t *chr, *alloc, ch2, *fname; 172 wchar_t *chr, *alloc, ch2, *fname;
169 int len; 173 int len;
170 174
171 fname = rxvt_utf8towcs (f->name); 175 fname = rxvt_utf8towcs (f->name);
172 176
173#if ENABLE_COMBINING 177# if ENABLE_COMBINING
174 if (IS_COMPOSE (ch)) 178 if (IS_COMPOSE (ch))
175 { 179 {
176 len = rxvt_composite.expand (ch, 0); 180 len = rxvt_composite.expand (ch, 0);
177 alloc = chr = new wchar_t[len]; 181 alloc = chr = new wchar_t[len];
178 rxvt_composite.expand (ch, chr); 182 rxvt_composite.expand (ch, chr);
179 } 183 }
180 else 184 else
181#endif 185# endif
182 { 186 {
183 ch2 = ch; 187 ch2 = ch;
184 188
185 alloc = 0; 189 alloc = 0;
186 chr = &ch2; 190 chr = &ch2;
189 193
190 char attr[80]; // plenty 194 char attr[80]; // plenty
191 195
192 sprintf (attr, "%08x = fg %d bg %d%s%s%s%s%s%s", 196 sprintf (attr, "%08x = fg %d bg %d%s%s%s%s%s%s",
193 (int)r, 197 (int)r,
194 GET_FGCOLOR (r), GET_BGCOLOR (r), 198 fgcolor_of (r), bgcolor_of (r),
195 r & RS_Bold ? " bold" : "", 199 r & RS_Bold ? " bold" : "",
196 r & RS_Italic ? " italic" : "", 200 r & RS_Italic ? " italic" : "",
197 r & RS_Blink ? " blink" : "", 201 r & RS_Blink ? " blink" : "",
198 r & RS_RVid ? " rvid" : "", 202 r & RS_RVid ? " rvid" : "",
199 r & RS_Uline ? " uline" : "", 203 r & RS_Uline ? " uline" : "",
202 int width = wcswidth (fname, wcslen (fname)); 206 int width = wcswidth (fname, wcslen (fname));
203 207
204 max_it (width, 8+5); // for char + hey 208 max_it (width, 8+5); // for char + hey
205 max_it (width, strlen (attr)); 209 max_it (width, strlen (attr));
206 210
211 if (y >= 0)
212 {
213 y = (y >= nrow - len - 4 && x < width + 2) ? 0 : -1;
214 x = 0;
215 }
216
207 scr_overlay_new (0, -1, width, len + 2); 217 scr_overlay_new (x, y, width, len + 2);
208 218
209 r = SET_STYLE (OVERLAY_RSTYLE, GET_STYLE (r)); 219 r = SET_STYLE (OVERLAY_RSTYLE, GET_STYLE (r));
210 220
211 for (int y = 0; y < len; y++) 221 for (int y = 0; y < len; y++)
212 { 222 {
215 ch = *chr++; 225 ch = *chr++;
216 226
217 sprintf (buf, "%8x", ch); 227 sprintf (buf, "%8x", ch);
218 scr_overlay_set (0, y, buf); 228 scr_overlay_set (0, y, buf);
219 scr_overlay_set (9, y, '='); 229 scr_overlay_set (9, y, '=');
220#if !UNICODE3 230# if !UNICODE3
221 if (ch >= 0x10000) 231 if (ch >= 0x10000)
222 ch = 0xfffd; 232 ch = 0xfffd;
223#endif 233# endif
224 scr_overlay_set (11, y, ch, r); 234 scr_overlay_set (11, y, ch, r);
225 scr_overlay_set (12, y, NOCHAR, r); 235 scr_overlay_set (12, y, NOCHAR, r);
226 } 236 }
227 237
228 scr_overlay_set (0, len , attr); 238 scr_overlay_set (0, len , attr);
229 scr_overlay_set (0, len + 1, fname); 239 scr_overlay_set (0, len + 1, fname);
230 240
231 free (fname); 241 free (fname);
232 242
233#if ENABLE_COMBINING 243# if ENABLE_COMBINING
234 if (alloc) 244 if (alloc)
235 delete [] alloc; 245 delete [] alloc;
236#endif 246# endif
237} 247}
238#endif 248#endif
239 249
240void 250void
241rxvt_term::commit_iso14755 () 251rxvt_term::commit_iso14755 ()
258 mb[0] = ch[0]; 268 mb[0] = ch[0];
259 len = 1; 269 len = 1;
260 } 270 }
261 271
262 if (len > 0) 272 if (len > 0)
263 tt_write ((unsigned char *)mb, len); 273 tt_write (mb, len);
264 else 274 else
265 scr_bell (); 275 scr_bell ();
266 } 276 }
267 277
268 iso14755buf = 0; 278 iso14755buf = 0;
296 KeySym keysym; 306 KeySym keysym;
297#ifdef DEBUG_CMD 307#ifdef DEBUG_CMD
298 static int debug_key = 1; /* accessible by a debugger only */ 308 static int debug_key = 1; /* accessible by a debugger only */
299#endif 309#endif
300 int valid_keysym; 310 int valid_keysym;
301 unsigned char kbuf[KBUFSZ]; 311 char kbuf[KBUFSZ];
302 312
303 /* 313 /*
304 * use Num_Lock to toggle Keypad on/off. If Num_Lock is off, allow an 314 * use Num_Lock to toggle Keypad on/off. If Num_Lock is off, allow an
305 * escape sequence to toggle the Keypad. 315 * escape sequence to toggle the Keypad.
306 * 316 *
324 Status status_return; 334 Status status_return;
325 335
326#if 0 336#if 0
327#ifdef X_HAVE_UTF8_STRING 337#ifdef X_HAVE_UTF8_STRING
328 if (enc_utf8 && 0) // currently disabled, doesn't seem to work, nor is useful 338 if (enc_utf8 && 0) // currently disabled, doesn't seem to work, nor is useful
329 len = Xutf8LookupString (Input_Context, &ev, (char *)kbuf, 339 len = Xutf8LookupString (Input_Context, &ev, kbuf,
330 KBUFSZ, &keysym, &status_return); 340 KBUFSZ, &keysym, &status_return);
331 else 341 else
332#endif 342#endif
333#endif 343#endif
334 { 344 {
371 || status_return == XLookupBoth; 381 || status_return == XLookupBoth;
372 } 382 }
373 else 383 else
374#endif 384#endif
375 { 385 {
376 len = XLookupString (&ev, (char *)kbuf, KBUFSZ, &keysym, &compose); 386 len = XLookupString (&ev, kbuf, KBUFSZ, &keysym, &compose);
377 valid_keysym = keysym != NoSymbol; 387 valid_keysym = keysym != NoSymbol;
378 } 388 }
379 389
380 if (valid_keysym) 390 if (valid_keysym)
381 { 391 {
845 { 855 {
846#ifdef META8_OPTION 856#ifdef META8_OPTION
847 /* set 8-bit on */ 857 /* set 8-bit on */
848 if (meta && (meta_char == 0x80)) 858 if (meta && (meta_char == 0x80))
849 { 859 {
850 unsigned char *ch; 860 char *ch;
851 861
852 for (ch = kbuf; ch < kbuf + len; ch++) 862 for (ch = kbuf; ch < kbuf + len; ch++)
853 *ch |= 0x80; 863 *ch |= 0x80;
854 864
855 meta = 0; 865 meta = 0;
857#endif 867#endif
858 /* nil */ ; 868 /* nil */ ;
859 } 869 }
860 } 870 }
861 871
872 if (HOOK_INVOKE ((this, HOOK_KEY_PRESS, DT_XEVENT, &ev, DT_STRING_LEN, kbuf, len, DT_END)))
873 return;
874
862 if (len <= 0) 875 if (len <= 0)
863 return; /* not mapped */ 876 return; /* not mapped */
864 877
865 if (options & Opt_scrollTtyKeypress) 878 if (OPTION (Opt_scrollTtyKeypress))
866 if (view_start) 879 if (view_start)
867 { 880 {
868 view_start = 0; 881 view_start = 0;
869 want_refresh = 1; 882 want_refresh = 1;
870 } 883 }
888#ifdef META8_OPTION 901#ifdef META8_OPTION
889 && meta_char == C0_ESC 902 && meta_char == C0_ESC
890#endif 903#endif
891 ) 904 )
892 { 905 {
893 const unsigned char ch = C0_ESC; 906 const char ch = C0_ESC;
894 tt_write (&ch, 1); 907 tt_write (&ch, 1);
895 } 908 }
896 909
897#if defined(DEBUG_CMD) 910#if defined(DEBUG_CMD)
898 /* Display keyboard buffer contents */ 911 /* Display keyboard buffer contents */
910 923
911#if MENUBAR_MAX || defined (KEYSYM_RESOURCE) 924#if MENUBAR_MAX || defined (KEYSYM_RESOURCE)
912/*{{{ rxvt_cmd_write (), rxvt_cmd_getc () */ 925/*{{{ rxvt_cmd_write (), rxvt_cmd_getc () */
913/* attempt to `write' count to the input buffer */ 926/* attempt to `write' count to the input buffer */
914unsigned int 927unsigned int
915rxvt_term::cmd_write (const unsigned char *str, unsigned int count) 928rxvt_term::cmd_write (const char *str, unsigned int count)
916{ 929{
917 unsigned int n, s; 930 unsigned int n, s;
918 931
919 n = cmdbuf_ptr - cmdbuf_base; 932 n = cmdbuf_ptr - cmdbuf_base;
920 s = cmdbuf_base + CBUFSIZ - 1 - cmdbuf_endp; 933 s = cmdbuf_base + CBUFSIZ - 1 - cmdbuf_endp;
957 } 970 }
958#endif 971#endif
959 972
960 if (want_refresh) 973 if (want_refresh)
961 { 974 {
975 if (SHOULD_INVOKE (HOOK_LINE_UPDATE))
976 {
977 int row = -view_start;
978
979 while (row > -nsaved && ROW (row - 1).is_longer ())
980 --row;
981
982 while (row < -view_start + nrow)
983 {
984 int start_row = row;
985 line_t *l;
986
987 do
988 {
989 l = &ROW (row);
990
991 if (!(l->f & LINE_FILTERED))
992 {
993 // line not filtered, mark it as filtered
994 l->f |= LINE_FILTERED;
995 while (l->is_longer ())
996 {
997 l = &ROW (++row);
998 l->f |= LINE_FILTERED;
999 }
1000
1001 // and filter it
1002 HOOK_INVOKE ((this, HOOK_LINE_UPDATE, DT_INT, start_row, DT_END));
1003
1004 break;
1005 }
1006 }
1007 while (l->is_longer ());
1008
1009 row++;
1010 }
1011
1012 }
1013
962 scr_refresh (refresh_type); 1014 scr_refresh (refresh_type);
963 scrollbar_show (1); 1015 scrollbar_show (1);
964#ifdef USE_XIM 1016#ifdef USE_XIM
965 IMSendSpot (); 1017 IMSendSpot ();
966#endif 1018#endif
976 SET_LOCALE (locale); 1028 SET_LOCALE (locale);
977 1029
978 display->flush (); 1030 display->flush ();
979 1031
980 if (want_refresh && !flush_ev.active) 1032 if (want_refresh && !flush_ev.active)
981 flush_ev.start (NOW + 0.01); 1033 flush_ev.start (NOW + 1. / 60.); // refresh at max. 60 hz normally
982} 1034}
983 1035
984void 1036void
985rxvt_term::flush_cb (time_watcher &w) 1037rxvt_term::flush_cb (time_watcher &w)
986{ 1038{
1061 w.start (w.at + SCROLLBAR_CONTINUOUS_DELAY); 1113 w.start (w.at + SCROLLBAR_CONTINUOUS_DELAY);
1062 } 1114 }
1063} 1115}
1064#endif 1116#endif
1065 1117
1118#if HAVE_SCHED_YIELD
1119static struct event_handler
1120{
1121 check_watcher cw_yield;
1122
1123 void yield (check_watcher &w)
1124 {
1125 sched_yield ();
1126 w.stop ();
1127 }
1128
1129 event_handler ()
1130 : cw_yield (this, &event_handler::yield)
1131 {
1132 }
1133} event_handler;
1134#endif
1135
1066bool 1136bool
1067rxvt_term::pty_fill () 1137rxvt_term::pty_fill ()
1068{ 1138{
1069 ssize_t n = cmdbuf_endp - cmdbuf_ptr; 1139 ssize_t n = cmdbuf_endp - cmdbuf_ptr;
1070 1140
1071 if (CBUFSIZ == n) 1141 if (CBUFSIZ == n)
1072 { 1142 {
1073 rxvt_warn ("pty_fill on full buffer, draining input, continuing.\n"); 1143 rxvt_warn ("PLEASE REPORT: pty_fill on full buffer, draining input, continuing.\n");
1074 n = 0; 1144 n = 0;
1075 } 1145 }
1076 1146
1077 memmove (cmdbuf_base, cmdbuf_ptr, n); 1147 memmove (cmdbuf_base, cmdbuf_ptr, n);
1078 cmdbuf_ptr = cmdbuf_base; 1148 cmdbuf_ptr = cmdbuf_base;
1079 cmdbuf_endp = cmdbuf_ptr + n; 1149 cmdbuf_endp = cmdbuf_ptr + n;
1080 1150
1081 n = read (pty.pty, cmdbuf_endp, CBUFSIZ - n); 1151 ssize_t r = read (pty.pty, cmdbuf_endp, CBUFSIZ - n);
1082 1152
1083 if (n > 0) 1153 if (r > 0)
1084 { 1154 {
1085 cmdbuf_endp += n; 1155 cmdbuf_endp += r;
1086 return true; 1156 return true;
1087 } 1157 }
1088 else if ((n < 0 && errno != EAGAIN && errno != EINTR) || n == 0) 1158 else if (r < 0 && (errno == EAGAIN || errno == EINTR))
1159 {
1160#if HAVE_SCHED_YIELD
1161 if (display->is_local)
1162 event_handler.cw_yield.start ();
1163#endif
1164 }
1165 else
1089 { 1166 {
1090 pty_ev.stop (); 1167 pty_ev.stop ();
1091 1168
1092 if (!(options & Opt_hold)) 1169 if (!OPTION (Opt_hold))
1093 destroy (); 1170 destroy ();
1094 } 1171 }
1095 1172
1096 return false; 1173 return false;
1097} 1174}
1119 recolour_cursor (); 1196 recolour_cursor ();
1120 1197
1121#ifdef POINTER_BLANK 1198#ifdef POINTER_BLANK
1122 hidden_pointer = 0; 1199 hidden_pointer = 0;
1123 1200
1124 if (options & Opt_pointerBlank) 1201 if (OPTION (Opt_pointerBlank))
1125 pointer_ev.start (NOW + pointerBlankDelay); 1202 pointer_ev.start (NOW + pointerBlankDelay);
1126#endif 1203#endif
1127} 1204}
1128 1205
1129#ifdef POINTER_BLANK 1206#ifdef POINTER_BLANK
1130void 1207void
1131rxvt_term::pointer_blank () 1208rxvt_term::pointer_blank ()
1132{ 1209{
1133 if (! (options & Opt_pointerBlank)) 1210 if (!OPTION (Opt_pointerBlank))
1134 return; 1211 return;
1135 1212
1136 XDefineCursor (display->display, vt, display->blank_cursor); 1213 XDefineCursor (display->display, vt, display->blank_cursor);
1137 XFlush (display->display); 1214 XFlush (display->display);
1138 1215
1236 1313
1237 SET_R (this); 1314 SET_R (this);
1238 SET_LOCALE (locale); 1315 SET_LOCALE (locale);
1239 1316
1240#if defined(CURSOR_BLINK) 1317#if defined(CURSOR_BLINK)
1241 if ((options & Opt_cursorBlink) && ev.type == KeyPress) 1318 if (OPTION (Opt_cursorBlink) && ev.type == KeyPress)
1242 { 1319 {
1243 if (hidden_cursor) 1320 if (hidden_cursor)
1244 { 1321 {
1245 hidden_cursor = 0; 1322 hidden_cursor = 0;
1246 want_refresh = 1; 1323 want_refresh = 1;
1249 cursor_blink_ev.start (NOW + BLINK_INTERVAL); 1326 cursor_blink_ev.start (NOW + BLINK_INTERVAL);
1250 } 1327 }
1251#endif 1328#endif
1252 1329
1253#if defined(POINTER_BLANK) 1330#if defined(POINTER_BLANK)
1254 if ((options & Opt_pointerBlank) && pointerBlankDelay > 0) 1331 if (OPTION (Opt_pointerBlank) && pointerBlankDelay > 0)
1255 { 1332 {
1256 if (ev.type == MotionNotify 1333 if (ev.type == MotionNotify
1257 || ev.type == ButtonPress 1334 || ev.type == ButtonPress
1258 || ev.type == ButtonRelease) 1335 || ev.type == ButtonRelease)
1259 if (hidden_pointer) 1336 if (hidden_pointer)
1337# endif 1414# endif
1338 else 1415 else
1339 iso14755buf = 0; 1416 iso14755buf = 0;
1340 } 1417 }
1341#endif 1418#endif
1419
1420 if (ev.xany.window == vt && HOOK_INVOKE ((this, HOOK_KEY_RELEASE, DT_XEVENT, &ev, DT_END)))
1421 break;
1342 1422
1343#if defined(MOUSE_WHEEL) && defined(MOUSE_SLIP_WHEELING) 1423#if defined(MOUSE_WHEEL) && defined(MOUSE_SLIP_WHEELING)
1344 if (!(ev.xkey.state & ControlMask)) 1424 if (!(ev.xkey.state & ControlMask))
1345 slip_wheel_ev.stop (); 1425 slip_wheel_ev.stop ();
1346 else if (ks == XK_Control_L || ks == XK_Control_R) 1426 else if (ks == XK_Control_L || ks == XK_Control_R)
1455 seen_resize = 1; 1535 seen_resize = 1;
1456 resize_all_windows (ev.xconfigure.width, ev.xconfigure.height, 1); 1536 resize_all_windows (ev.xconfigure.width, ev.xconfigure.height, 1);
1457 } 1537 }
1458 1538
1459#ifdef TRANSPARENT /* XXX: maybe not needed - leave in for now */ 1539#ifdef TRANSPARENT /* XXX: maybe not needed - leave in for now */
1460 if (options & Opt_transparent) 1540 if (OPTION (Opt_transparent))
1461 check_our_parents (); 1541 check_our_parents ();
1462#endif 1542#endif
1463 } 1543 }
1464 break; 1544 break;
1465 1545
1561 if ((priv_modes & PrivMode_mouse_report) && !bypass_keystate) 1641 if ((priv_modes & PrivMode_mouse_report) && !bypass_keystate)
1562 break; 1642 break;
1563 1643
1564 if (ev.xany.window == vt) 1644 if (ev.xany.window == vt)
1565 { 1645 {
1646 if (HOOK_INVOKE ((this, HOOK_MOTION_NOTIFY, DT_XEVENT, &ev, DT_END)))
1647 ; // nop
1566 if (ev.xbutton.state & (Button1Mask | Button3Mask)) 1648 else if (ev.xbutton.state & (Button1Mask | Button3Mask))
1567 { 1649 {
1568 while (XCheckTypedWindowEvent (disp, vt, MotionNotify, &ev)) 1650 while (XCheckTypedWindowEvent (disp, vt, MotionNotify, &ev))
1569 ; 1651 ;
1570 1652
1571 XQueryPointer (disp, vt, 1653 XQueryPointer (disp, vt,
1666{ 1748{
1667 if (!focus) 1749 if (!focus)
1668 { 1750 {
1669 focus = 1; 1751 focus = 1;
1670 want_refresh = 1; 1752 want_refresh = 1;
1753
1754 HOOK_INVOKE ((this, HOOK_FOCUS_OUT, DT_END));
1755
1671#if USE_XIM 1756#if USE_XIM
1672 if (Input_Context != NULL) 1757 if (Input_Context != NULL)
1673 { 1758 {
1674 IMSetStatusPosition (); 1759 IMSetStatusPosition ();
1675 XSetICFocus (Input_Context); 1760 XSetICFocus (Input_Context);
1676 } 1761 }
1677#endif 1762#endif
1678#if CURSOR_BLINK 1763#if CURSOR_BLINK
1679 if (options & Opt_cursorBlink) 1764 if (OPTION (Opt_cursorBlink))
1680 cursor_blink_ev.start (NOW + BLINK_INTERVAL); 1765 cursor_blink_ev.start (NOW + BLINK_INTERVAL);
1681#endif 1766#endif
1682#if OFF_FOCUS_FADING 1767#if OFF_FOCUS_FADING
1683 if (rs[Rs_fade]) 1768 if (rs[Rs_fade])
1684 { 1769 {
1695 if (focus) 1780 if (focus)
1696 { 1781 {
1697 focus = 0; 1782 focus = 0;
1698 want_refresh = 1; 1783 want_refresh = 1;
1699 1784
1785 HOOK_INVOKE ((this, HOOK_FOCUS_OUT, DT_END));
1786
1700#if ENABLE_FRILLS || ISO_14755 1787#if ENABLE_FRILLS || ISO_14755
1788 if (iso14755buf)
1789 {
1701 iso14755buf = 0; 1790 iso14755buf = 0;
1702#endif
1703#if ENABLE_OVERLAY 1791# if ENABLE_OVERLAY
1704 scr_overlay_off (); 1792 scr_overlay_off ();
1793# endif
1794 }
1705#endif 1795#endif
1706#if USE_XIM 1796#if USE_XIM
1707 if (Input_Context != NULL) 1797 if (Input_Context != NULL)
1708 XUnsetICFocus (Input_Context); 1798 XUnsetICFocus (Input_Context);
1709#endif 1799#endif
1710#if CURSOR_BLINK 1800#if CURSOR_BLINK
1711 if (options & Opt_cursorBlink) 1801 if (OPTION (Opt_cursorBlink))
1712 cursor_blink_ev.stop (); 1802 cursor_blink_ev.stop ();
1713 hidden_cursor = 0; 1803 hidden_cursor = 0;
1714#endif 1804#endif
1715#if OFF_FOCUS_FADING 1805#if OFF_FOCUS_FADING
1716 if (rs[Rs_fade]) 1806 if (rs[Rs_fade])
1740 && ev.xproperty.atom != xa[XA_ESETROOT_PMAP_ID]) 1830 && ev.xproperty.atom != xa[XA_ESETROOT_PMAP_ID])
1741 return; 1831 return;
1742 1832
1743 /* FALLTHROUGH */ 1833 /* FALLTHROUGH */
1744 case ReparentNotify: 1834 case ReparentNotify:
1745 if ((options & Opt_transparent) && check_our_parents () && am_transparent) 1835 if (OPTION (Opt_transparent) && check_our_parents () && am_transparent)
1746 want_refresh = want_full_refresh = 1; 1836 want_refresh = want_full_refresh = 1;
1747 break; 1837 break;
1748 } 1838 }
1749} 1839}
1750#endif 1840#endif
1753rxvt_term::button_press (XButtonEvent &ev) 1843rxvt_term::button_press (XButtonEvent &ev)
1754{ 1844{
1755 int reportmode = 0, clickintime; 1845 int reportmode = 0, clickintime;
1756 1846
1757 bypass_keystate = ev.state & (ModMetaMask | ShiftMask); 1847 bypass_keystate = ev.state & (ModMetaMask | ShiftMask);
1848
1758 if (!bypass_keystate) 1849 if (!bypass_keystate)
1759 reportmode = !! (priv_modes & PrivMode_mouse_report); 1850 reportmode = !! (priv_modes & PrivMode_mouse_report);
1760 1851
1761 /* 1852 /*
1762 * VT window processing of button press 1853 * VT window processing of button press
1782#ifdef MOUSE_REPORT_DOUBLECLICK 1873#ifdef MOUSE_REPORT_DOUBLECLICK
1783 if (ev.button == MEvent.button && clickintime) 1874 if (ev.button == MEvent.button && clickintime)
1784 { 1875 {
1785 /* same button, within alloted time */ 1876 /* same button, within alloted time */
1786 MEvent.clicks++; 1877 MEvent.clicks++;
1878
1787 if (MEvent.clicks > 1) 1879 if (MEvent.clicks > 1)
1788 { 1880 {
1789 /* only report double clicks */ 1881 /* only report double clicks */
1790 MEvent.clicks = 2; 1882 MEvent.clicks = 2;
1791 mouse_report (ev); 1883 mouse_report (ev);
1811 else 1903 else
1812 { 1904 {
1813 if (ev.button != MEvent.button) 1905 if (ev.button != MEvent.button)
1814 MEvent.clicks = 0; 1906 MEvent.clicks = 0;
1815 1907
1908 if (!HOOK_INVOKE ((this, HOOK_BUTTON_PRESS, DT_XEVENT, &ev, DT_END)))
1816 switch (ev.button) 1909 switch (ev.button)
1817 { 1910 {
1818 case Button1: 1911 case Button1:
1819 /* allow meta + click to select rectangular areas */ 1912 /* allow meta + click to select rectangular areas */
1820 /* should be done in screen.C */ 1913 /* should be done in screen.C */
1821#if ENABLE_FRILLS 1914#if ENABLE_FRILLS
1822 selection.rect = !!(ev.state & ModMetaMask); 1915 selection.rect = !!(ev.state & ModMetaMask);
1823#else 1916#else
1824 selection.rect = false; 1917 selection.rect = false;
1825#endif 1918#endif
1826 1919
1827 /* allow shift+left click to extend selection */ 1920 /* allow shift+left click to extend selection */
1828 if (ev.state & ShiftMask && ! (priv_modes & PrivMode_mouse_report)) 1921 if (ev.state & ShiftMask && ! (priv_modes & PrivMode_mouse_report))
1829 { 1922 {
1830 if (MEvent.button == Button1 && clickintime) 1923 if (MEvent.button == Button1 && clickintime)
1831 selection_rotate (ev.x, ev.y); 1924 selection_rotate (ev.x, ev.y);
1832 else 1925 else
1833 selection_extend (ev.x, ev.y, 1); 1926 selection_extend (ev.x, ev.y, 1);
1834 } 1927 }
1835 else 1928 else
1836 { 1929 {
1837 if (MEvent.button == Button1 && clickintime) 1930 if (MEvent.button == Button1 && clickintime)
1838 MEvent.clicks++; 1931 MEvent.clicks++;
1839 else 1932 else
1840 MEvent.clicks = 1; 1933 MEvent.clicks = 1;
1841 1934
1842 selection_click (MEvent.clicks, ev.x, ev.y); 1935 selection_click (MEvent.clicks, ev.x, ev.y);
1843 } 1936 }
1844 1937
1845 MEvent.button = Button1; 1938 MEvent.button = Button1;
1846 break; 1939 break;
1847 1940
1848 case Button3: 1941 case Button3:
1849 if (MEvent.button == Button3 && clickintime) 1942 if (MEvent.button == Button3 && clickintime)
1850 selection_rotate (ev.x, ev.y); 1943 selection_rotate (ev.x, ev.y);
1851 else 1944 else
1852 selection_extend (ev.x, ev.y, 1); 1945 selection_extend (ev.x, ev.y, 1);
1853 1946
1854 MEvent.button = Button3; 1947 MEvent.button = Button3;
1855 break; 1948 break;
1856 } 1949 }
1857 } 1950 }
1858 1951
1859 MEvent.time = ev.time; 1952 MEvent.time = ev.time;
1860 return; 1953 return;
1861 } 1954 }
1862 1955
1998 } 2091 }
1999 2092
2000 break; 2093 break;
2001 } 2094 }
2002 } 2095 }
2096
2003 return; 2097 return;
2004 } 2098 }
2099
2005#if MENUBAR 2100#if MENUBAR
2006 /* 2101 /*
2007 * Menubar window processing of button press 2102 * Menubar window processing of button press
2008 */ 2103 */
2009 if (isMenuBarWindow (ev.window)) 2104 if (isMenuBarWindow (ev.window))
2072 if (priv_modes & PrivMode_mouse_report 2167 if (priv_modes & PrivMode_mouse_report
2073 && bypass_keystate 2168 && bypass_keystate
2074 && ev.button == Button1 && MEvent.clicks <= 1) 2169 && ev.button == Button1 && MEvent.clicks <= 1)
2075 selection_extend (ev.x, ev.y, 0); 2170 selection_extend (ev.x, ev.y, 0);
2076 2171
2172 if (!HOOK_INVOKE ((this, HOOK_BUTTON_RELEASE, DT_XEVENT, &ev, DT_END)))
2173 return;
2174
2077 switch (ev.button) 2175 switch (ev.button)
2078 { 2176 {
2079 case Button1: 2177 case Button1:
2080 case Button3: 2178 case Button3:
2081 selection_make (ev.time); 2179 selection_make (ev.time);
2092 2190
2093 v = ev.button == Button4 ? UP : DN; 2191 v = ev.button == Button4 ? UP : DN;
2094 2192
2095 if (ev.state & ShiftMask) 2193 if (ev.state & ShiftMask)
2096 i = 1; 2194 i = 1;
2097 else if (options & Opt_mouseWheelScrollPage) 2195 else if (OPTION (Opt_mouseWheelScrollPage))
2098 i = nrow - 1; 2196 i = nrow - 1;
2099 else 2197 else
2100 i = 5; 2198 i = 5;
2101 2199
2102# ifdef MOUSE_SLIP_WHEELING 2200# ifdef MOUSE_SLIP_WHEELING
2388 XWindowAttributes wattr, wrootattr; 2486 XWindowAttributes wattr, wrootattr;
2389 dDisp; 2487 dDisp;
2390 2488
2391 pchanged = 0; 2489 pchanged = 0;
2392 2490
2393 if (!(options & Opt_transparent)) 2491 if (!OPTION (Opt_transparent))
2394 return pchanged; /* Don't try any more */ 2492 return pchanged; /* Don't try any more */
2395 2493
2396 XGetWindowAttributes (disp, display->root, &wrootattr); 2494 XGetWindowAttributes (disp, display->root, &wrootattr);
2397 rootdepth = wrootattr.depth; 2495 rootdepth = wrootattr.depth;
2398 2496
2626bool 2724bool
2627rxvt_term::cmd_parse () 2725rxvt_term::cmd_parse ()
2628{ 2726{
2629 bool flag = false; 2727 bool flag = false;
2630 unicode_t ch = NOCHAR; 2728 unicode_t ch = NOCHAR;
2631 unsigned char *seq_begin; // remember start of esc-sequence here 2729 char *seq_begin; // remember start of esc-sequence here
2632 2730
2633 for (;;) 2731 for (;;)
2634 { 2732 {
2635 if (ch == NOCHAR) 2733 if (ch == NOCHAR)
2636 { 2734 {
2637 seq_begin = cmdbuf_ptr; 2735 seq_begin = cmdbuf_ptr;
2638 ch = next_char (); 2736 ch = next_char ();
2639 }
2640 2737
2641 if (ch == NOCHAR) // TODO: improve 2738 if (ch == NOCHAR)
2642 break; 2739 break;
2740 }
2643 2741
2644 if (!IS_CONTROL (ch) || ch == C0_LF || ch == C0_CR || ch == C0_HT) 2742 if (!IS_CONTROL (ch) || ch == C0_LF || ch == C0_CR || ch == C0_HT)
2645 { 2743 {
2646 if (!seen_input) 2744 if (!seen_input)
2647 { 2745 {
2676 if (ch == C0_LF) 2774 if (ch == C0_LF)
2677 nlines++; 2775 nlines++;
2678 2776
2679 refresh_count++; 2777 refresh_count++;
2680 2778
2681 if (!(options & Opt_jumpScroll) 2779 if (!OPTION (Opt_jumpScroll)
2682 || (refresh_count >= refresh_limit * (nrow - 1))) 2780 || (refresh_count >= refresh_limit * (nrow - 1)))
2683 { 2781 {
2684 refreshnow = true; 2782 refreshnow = true;
2783 refresh_count = 0;
2685 ch = NOCHAR; 2784 ch = NOCHAR;
2686 break; 2785 break;
2687 } 2786 }
2688 2787
2689 // scr_add_lines only works for nlines <= nrow - 1. 2788 // scr_add_lines only works for nlines <= nrow - 1.
2690 if (nlines >= nrow - 1) 2789 if (nlines >= nrow - 1)
2691 { 2790 {
2791 if (!HOOK_INVOKE ((this, HOOK_ADD_LINES, DT_USTRING_LEN, buf, str - buf, DT_END)))
2692 scr_add_lines (buf, nlines, str - buf); 2792 scr_add_lines (buf, nlines, str - buf);
2793
2693 nlines = 0; 2794 nlines = 0;
2694 str = buf; 2795 str = buf;
2695 eol = str + min (ncol, UBUFSIZ); 2796 eol = str + min (ncol, UBUFSIZ);
2696 } 2797 }
2697 2798
2710 2811
2711 seq_begin = cmdbuf_ptr; 2812 seq_begin = cmdbuf_ptr;
2712 ch = next_char (); 2813 ch = next_char ();
2713 } 2814 }
2714 2815
2816 if (!HOOK_INVOKE ((this, HOOK_ADD_LINES, DT_USTRING_LEN, buf, str - buf, DT_END)))
2715 scr_add_lines (buf, nlines, str - buf); 2817 scr_add_lines (buf, nlines, str - buf);
2716 2818
2717 /* 2819 /*
2718 * If there have been a lot of new lines, then update the screen 2820 * If there have been a lot of new lines, then update the screen
2719 * What the heck I'll cheat and only refresh less than every page-full. 2821 * What the heck I'll cheat and only refresh less than every page-full.
2720 * the number of pages between refreshes is refresh_limit, which 2822 * the number of pages between refreshes is refresh_limit, which
2721 * is incremented here because we must be doing flat-out scrolling. 2823 * is incremented here because we must be doing flat-out scrolling.
2722 */ 2824 */
2723 if (refreshnow) 2825 if (refreshnow)
2724 { 2826 {
2725 if ((options & Opt_jumpScroll) && refresh_limit < REFRESH_PERIOD) 2827 if (OPTION (Opt_jumpScroll) && refresh_limit < REFRESH_PERIOD)
2726 refresh_limit++; 2828 refresh_limit++;
2727 else 2829 else
2728 { 2830 {
2729 flag = true; 2831 flag = true;
2730 scr_refresh (refresh_type); 2832 scr_refresh (refresh_type);
2833 flush_ev.stop ();
2731 } 2834 }
2732 } 2835 }
2733 2836
2734 } 2837 }
2735 else 2838 else
2766rxvt_term::next_char () 2869rxvt_term::next_char ()
2767{ 2870{
2768 while (cmdbuf_ptr < cmdbuf_endp) 2871 while (cmdbuf_ptr < cmdbuf_endp)
2769 { 2872 {
2770 // assume 7-bit to be ascii ALWAYS 2873 // assume 7-bit to be ascii ALWAYS
2771 if (*cmdbuf_ptr <= 0x7f && *cmdbuf_ptr != 0x1b) 2874 if ((unsigned char)*cmdbuf_ptr <= 0x7f && *cmdbuf_ptr != 0x1b)
2772 return *cmdbuf_ptr++; 2875 return *cmdbuf_ptr++;
2773 2876
2774 wchar_t wc; 2877 wchar_t wc;
2775 size_t len = mbrtowc (&wc, (char *)cmdbuf_ptr, cmdbuf_endp - cmdbuf_ptr, mbstate); 2878 size_t len = mbrtowc (&wc, cmdbuf_ptr, cmdbuf_endp - cmdbuf_ptr, mbstate);
2776 2879
2777 if (len == (size_t)-2) 2880 if (len == (size_t)-2)
2778 { 2881 {
2779 // the mbstate stores incomplete sequences. didn't know this :/ 2882 // the mbstate stores incomplete sequences. didn't know this :/
2780 cmdbuf_ptr = cmdbuf_endp; 2883 cmdbuf_ptr = cmdbuf_endp;
2919 case C0_ESC: 3022 case C0_ESC:
2920 process_escape_seq (); 3023 process_escape_seq ();
2921 break; 3024 break;
2922 case C0_ENQ: /* terminal Status */ 3025 case C0_ENQ: /* terminal Status */
2923 if (rs[Rs_answerbackstring]) 3026 if (rs[Rs_answerbackstring])
2924 tt_write ((const unsigned char *)rs[Rs_answerbackstring], 3027 tt_write (rs [Rs_answerbackstring], strlen (rs [Rs_answerbackstring]));
2925 (unsigned int)strlen (rs[Rs_answerbackstring]));
2926 else 3028 else
2927 tt_write ((unsigned char *)VT100_ANS, 3029 tt_write (VT100_ANS, strlen (VT100_ANS));
2928 (unsigned int)strlen (VT100_ANS));
2929 break; 3030 break;
2930 case C0_BEL: /* bell */ 3031 case C0_BEL: /* bell */
2931 scr_bell (); 3032 scr_bell ();
2932 break; 3033 break;
2933 case C0_BS: /* backspace */ 3034 case C0_BS: /* backspace */
3121 process_dcs_seq (); 3222 process_dcs_seq ();
3122 break; 3223 break;
3123 3224
3124 /* 8.3.110: SINGLE CHARACTER INTRODUCER */ 3225 /* 8.3.110: SINGLE CHARACTER INTRODUCER */
3125 case C1_SCI: /* ESC Z */ 3226 case C1_SCI: /* ESC Z */
3126 tt_write ((const unsigned char *)ESCZ_ANSWER, 3227 tt_write (ESCZ_ANSWER, sizeof (ESCZ_ANSWER) - 1);
3127 (unsigned int) (sizeof (ESCZ_ANSWER) - 1));
3128 break; /* steal obsolete ESC [ c */ 3228 break; /* steal obsolete ESC [ c */
3129 3229
3130 /* 8.3.16: CONTROL SEQUENCE INTRODUCER */ 3230 /* 8.3.16: CONTROL SEQUENCE INTRODUCER */
3131 case C1_CSI: /* ESC [ */ 3231 case C1_CSI: /* ESC [ */
3132 process_csi_seq (); 3232 process_csi_seq ();
3376 case CSI_SU: /* 8.3.148: (1) SCROLL UP */ 3476 case CSI_SU: /* 8.3.148: (1) SCROLL UP */
3377 scr_scroll_text (screen.tscroll, screen.bscroll, arg[0]); 3477 scr_scroll_text (screen.tscroll, screen.bscroll, arg[0]);
3378 break; 3478 break;
3379 3479
3380 case CSI_DA: /* 8.3.24: (0) DEVICE ATTRIBUTES */ 3480 case CSI_DA: /* 8.3.24: (0) DEVICE ATTRIBUTES */
3381 tt_write ((const unsigned char *)VT100_ANS, 3481 tt_write (VT100_ANS, sizeof (VT100_ANS) - 1);
3382 (unsigned int) (sizeof (VT100_ANS) - 1));
3383 break; 3482 break;
3384 3483
3385 case CSI_SGR: /* 8.3.118: (0) SELECT GRAPHIC RENDITION */ 3484 case CSI_SGR: /* 8.3.118: (0) SELECT GRAPHIC RENDITION */
3386 process_sgr_mode (nargs, arg); 3485 process_sgr_mode (nargs, arg);
3387 break; 3486 break;
3394 break; 3493 break;
3395 case 6: /* CPR requested */ 3494 case 6: /* CPR requested */
3396 scr_report_position (); 3495 scr_report_position ();
3397 break; 3496 break;
3398 case 7: /* unofficial extension */ 3497 case 7: /* unofficial extension */
3399 if (options & Opt_insecure) 3498 if (OPTION (Opt_insecure))
3400 tt_printf ("%-.250s\012", rs[Rs_display_name]); 3499 tt_printf ("%-.250s\012", rs[Rs_display_name]);
3401 break; 3500 break;
3402 case 8: /* unofficial extension */ 3501 case 8: /* unofficial extension */
3403 process_xterm_seq (XTerm_title, RESNAME "-" VERSION, CHAR_ST); 3502 process_xterm_seq (XTerm_title, RESNAME "-" VERSION, CHAR_ST);
3404 break; 3503 break;
3568 break; 3667 break;
3569 case 20: /* report icon label */ 3668 case 20: /* report icon label */
3570 { 3669 {
3571 char *s; 3670 char *s;
3572 XGetIconName (disp, parent[0], &s); 3671 XGetIconName (disp, parent[0], &s);
3573 tt_printf ("\033]L%-.250s\234", (options & Opt_insecure) && s ? s : ""); /* 8bit ST */ 3672 tt_printf ("\033]L%-.250s\234", OPTION (Opt_insecure) && s ? s : ""); /* 8bit ST */
3574 XFree (s); 3673 XFree (s);
3575 } 3674 }
3576 break; 3675 break;
3577 case 21: /* report window title */ 3676 case 21: /* report window title */
3578 { 3677 {
3579 char *s; 3678 char *s;
3580 XFetchName (disp, parent[0], &s); 3679 XFetchName (disp, parent[0], &s);
3581 tt_printf ("\033]l%-.250s\234", (options & Opt_insecure) && s ? s : ""); /* 8bit ST */ 3680 tt_printf ("\033]l%-.250s\234", OPTION (Opt_insecure) && s ? s : ""); /* 8bit ST */
3582 XFree (s); 3681 XFree (s);
3583 } 3682 }
3584 break; 3683 break;
3585 } 3684 }
3586} 3685}
3589/*----------------------------------------------------------------------*/ 3688/*----------------------------------------------------------------------*/
3590/* 3689/*
3591 * get input up until STRING TERMINATOR (or BEL) 3690 * get input up until STRING TERMINATOR (or BEL)
3592 * ends_how is terminator used. returned input must be free()'d 3691 * ends_how is terminator used. returned input must be free()'d
3593 */ 3692 */
3594unsigned char * 3693char *
3595rxvt_term::get_to_st (unicode_t &ends_how) 3694rxvt_term::get_to_st (unicode_t &ends_how)
3596{ 3695{
3597 unicode_t ch; 3696 unicode_t ch;
3598 bool seen_esc = false; 3697 bool seen_esc = false;
3599 unsigned int n = 0; 3698 unsigned int n = 0;
3632 3731
3633 string[n++] = '\0'; 3732 string[n++] = '\0';
3634 3733
3635 ends_how = (ch == 0x5c ? C0_ESC : ch); 3734 ends_how = (ch == 0x5c ? C0_ESC : ch);
3636 3735
3637 return (unsigned char *)rxvt_wcstombs (string); 3736 return rxvt_wcstombs (string);
3638} 3737}
3639 3738
3640/*----------------------------------------------------------------------*/ 3739/*----------------------------------------------------------------------*/
3641/* 3740/*
3642 * process DEVICE CONTROL STRING `ESC P ... (ST|BEL)' or `0x90 ... (ST|BEL)' 3741 * process DEVICE CONTROL STRING `ESC P ... (ST|BEL)' or `0x90 ... (ST|BEL)'
3643 */ 3742 */
3644void 3743void
3645rxvt_term::process_dcs_seq () 3744rxvt_term::process_dcs_seq ()
3646{ 3745{
3647 unsigned char *s; 3746 char *s;
3648 unicode_t eh; 3747 unicode_t eh;
3649 3748
3650 /* 3749 /*
3651 * Not handled yet 3750 * Not handled yet
3652 */ 3751 */
3671 for (arg = 0; isdigit (ch); ch = cmd_getc ()) 3770 for (arg = 0; isdigit (ch); ch = cmd_getc ())
3672 arg = arg * 10 + (ch - '0'); 3771 arg = arg * 10 + (ch - '0');
3673 3772
3674 if (ch == ';') 3773 if (ch == ';')
3675 { 3774 {
3676 unsigned char *s = get_to_st (eh); 3775 char *s = get_to_st (eh);
3677 3776
3678 if (s) 3777 if (s)
3679 { 3778 {
3680 process_xterm_seq (arg, (char *)s, eh); 3779 process_xterm_seq (arg, s, eh);
3681 free (s); 3780 free (s);
3682 } 3781 }
3683 } 3782 }
3684} 3783}
3685 3784
3686void 3785void
3687rxvt_term::process_color_seq (int report, int color, const char *str, unsigned char resp) 3786rxvt_term::process_color_seq (int report, int color, const char *str, char resp)
3688{ 3787{
3689 if (str[0] == '?' && !str[1]) 3788 if (str[0] == '?' && !str[1])
3690 { 3789 {
3691 unsigned short r, g, b; 3790 unsigned short r, g, b;
3692 pix_colors_focused[color].get (display, r, g, b); 3791 pix_colors_focused[color].get (display, r, g, b);
3698 3797
3699/* 3798/*
3700 * XTerm escape sequences: ESC ] Ps;Pt (ST|BEL) 3799 * XTerm escape sequences: ESC ] Ps;Pt (ST|BEL)
3701 */ 3800 */
3702void 3801void
3703rxvt_term::process_xterm_seq (int op, const char *str, unsigned char resp) 3802rxvt_term::process_xterm_seq (int op, const char *str, char resp)
3704{ 3803{
3705 int changed = 0; 3804 int changed = 0;
3706 int color; 3805 int color;
3707 char *buf, *name; 3806 char *buf, *name;
3708 bool query = str[0] == '?' && !str[1]; 3807 bool query = str[0] == '?' && !str[1];
3862 // TODO, when secure mode? 3961 // TODO, when secure mode?
3863 break; 3962 break;
3864 3963
3865#ifdef MENUBAR 3964#ifdef MENUBAR
3866 case URxvt_Menu: 3965 case URxvt_Menu:
3867 if (options & Opt_insecure) 3966 if (OPTION (Opt_insecure))
3868 menubar_dispatch (const_cast<char *>(str)); // casting away constness is checked 3967 menubar_dispatch (const_cast<char *>(str)); // casting away constness is checked
3869 break; 3968 break;
3870#endif 3969#endif
3871#if 0 3970#if 0
3872 case XTerm_dumpscreen: /* no error notices */ 3971 case XTerm_dumpscreen: /* no error notices */
3888 case URxvt_italicFont: 3987 case URxvt_italicFont:
3889 case URxvt_boldItalicFont: 3988 case URxvt_boldItalicFont:
3890#endif 3989#endif
3891 if (query) 3990 if (query)
3892 tt_printf ("\33]%d;%-.250s%c", saveop, 3991 tt_printf ("\33]%d;%-.250s%c", saveop,
3893 (options & Opt_insecure) && fontset[op - URxvt_font]->fontdesc 3992 OPTION (Opt_insecure) && fontset[op - URxvt_font]->fontdesc
3894 ? fontset[op - URxvt_font]->fontdesc : "", 3993 ? fontset[op - URxvt_font]->fontdesc : "",
3895 resp); 3994 resp);
3896 else 3995 else
3897 { 3996 {
3898 const char *&res = rs[Rs_font + (op - URxvt_font)]; 3997 const char *&res = rs[Rs_font + (op - URxvt_font)];
3904 break; 4003 break;
3905 4004
3906#if ENABLE_FRILLS 4005#if ENABLE_FRILLS
3907 case URxvt_locale: 4006 case URxvt_locale:
3908 if (query) 4007 if (query)
3909 tt_printf ("\33]%d;%-.250s%c", URxvt_locale, (options & Opt_insecure) ? locale : "", resp); 4008 tt_printf ("\33]%d;%-.250s%c", URxvt_locale, OPTION (Opt_insecure) ? locale : "", resp);
3910 else 4009 else
3911 { 4010 {
3912 set_locale (str); 4011 set_locale (str);
3913 pty.set_utf8_mode (enc_utf8); 4012 pty.set_utf8_mode (enc_utf8);
3914 init_xlocale (); 4013 init_xlocale ();
3915 } 4014 }
3916 break; 4015 break;
3917 4016
3918 case URxvt_view_up: 4017 case URxvt_view_up:
3919 case URxvt_view_down: 4018 case URxvt_view_down:
4019 {
3920 int lines = atoi (str); 4020 int lines = atoi (str);
3921 4021
3922 if (lines) 4022 if (lines)
3923 scr_page (op == URxvt_view_up ? UP : DN, lines); 4023 scr_page (op == URxvt_view_up ? UP : DN, lines);
3924 else 4024 else
3925 {
3926 scr_erase_savelines (); 4025 scr_erase_savelines ();
3927 } 4026 }
3928 4027
4028 break;
4029#endif
4030
4031#if ENABLE_PERL
4032 case URxvt_perl:
4033 if (HOOK_INVOKE ((this, HOOK_OSC_SEQ, DT_STRING, str, DT_END)))
4034 ; // no responses yet
3929 break; 4035 break;
3930#endif 4036#endif
3931 } 4037 }
3932} 4038}
3933/*----------------------------------------------------------------------*/ 4039/*----------------------------------------------------------------------*/
4042 } 4148 }
4043 4149
4044 /* extra handling for values with state unkept */ 4150 /* extra handling for values with state unkept */
4045 switch (arg[i]) 4151 switch (arg[i])
4046 { 4152 {
4153#if ENABLE_STYLES
4154 case 1021:
4155 if (mode)
4156 SET_OPTION (Opt_intensityStyles);
4157 else
4158 CLR_OPTION (Opt_intensityStyles);
4159
4160 scr_touch (true);
4161 break;
4162#endif
4047 case 1048: /* alternative cursor save */ 4163 case 1048: /* alternative cursor save */
4048 case 1049: 4164 case 1049:
4049 if (options & Opt_secondaryScreen) 4165 if (OPTION (Opt_secondaryScreen))
4050 if (mode == 0) 4166 if (mode == 0)
4051 scr_cursor (RESTORE); 4167 scr_cursor (RESTORE);
4052 else if (mode == 1) 4168 else if (mode == 1)
4053 scr_cursor (SAVE); 4169 scr_cursor (SAVE);
4054 break; 4170 break;
4069 case 3: /* 80/132 */ 4185 case 3: /* 80/132 */
4070 if (priv_modes & PrivMode_132OK) 4186 if (priv_modes & PrivMode_132OK)
4071 set_widthheight (((state ? 132 : 80) * fwidth), height); 4187 set_widthheight (((state ? 132 : 80) * fwidth), height);
4072 break; 4188 break;
4073 case 4: /* smooth scrolling */ 4189 case 4: /* smooth scrolling */
4074 if (state) 4190 if (!state)
4075 options &= ~Opt_jumpScroll; 4191 SET_OPTION (Opt_jumpScroll);
4076 else 4192 else
4077 options |= Opt_jumpScroll; 4193 CLR_OPTION (Opt_jumpScroll);
4078 break; 4194 break;
4079 case 5: /* reverse video */ 4195 case 5: /* reverse video */
4080 scr_rvideo_mode (state); 4196 scr_rvideo_mode (state);
4081 break; 4197 break;
4082 case 6: /* relative/absolute origins */ 4198 case 6: /* relative/absolute origins */
4123#if 0 4239#if 0
4124 case 1001: 4240 case 1001:
4125 break; /* X11 mouse highlighting */ 4241 break; /* X11 mouse highlighting */
4126#endif 4242#endif
4127 case 1010: /* scroll to bottom on TTY output inhibit */ 4243 case 1010: /* scroll to bottom on TTY output inhibit */
4128 if (state) 4244 if (!state)
4129 options &= ~Opt_scrollTtyOutput; 4245 SET_OPTION (Opt_scrollTtyOutput);
4130 else 4246 else
4131 options |= Opt_scrollTtyOutput; 4247 CLR_OPTION (Opt_scrollTtyOutput);
4132 break; 4248 break;
4133 case 1011: /* scroll to bottom on key press */ 4249 case 1011: /* scroll to bottom on key press */
4134 if (state) 4250 if (state)
4135 options |= Opt_scrollTtyKeypress; 4251 SET_OPTION (Opt_scrollTtyKeypress);
4136 else 4252 else
4137 options &= ~Opt_scrollTtyKeypress; 4253 CLR_OPTION (Opt_scrollTtyKeypress);
4138 break; 4254 break;
4139 case 1047: /* secondary screen w/ clearing last */ 4255 case 1047: /* secondary screen w/ clearing last */
4140 if (options & Opt_secondaryScreen) 4256 if (OPTION (Opt_secondaryScreen))
4141 if (current_screen != PRIMARY) 4257 if (current_screen != PRIMARY)
4142 scr_erase_screen (2); 4258 scr_erase_screen (2);
4143 scr_change_screen (state); 4259 scr_change_screen (state);
4144 break; 4260 break;
4145 case 1049: /* secondary screen w/ clearing first */ 4261 case 1049: /* secondary screen w/ clearing first */
4146 scr_change_screen (state); 4262 scr_change_screen (state);
4147 if (options & Opt_secondaryScreen) 4263 if (OPTION (Opt_secondaryScreen))
4148 if (current_screen != PRIMARY) 4264 if (current_screen != PRIMARY)
4149 scr_erase_screen (2); 4265 scr_erase_screen (2);
4150 break; 4266 break;
4151 default: 4267 default:
4152 break; 4268 break;
4280 scr_color (Color_bg, Color_bg); 4396 scr_color (Color_bg, Color_bg);
4281 break; 4397 break;
4282 4398
4283 //case 50: // not variable spacing 4399 //case 50: // not variable spacing
4284 4400
4285#ifndef NO_BRIGHTCOLOR 4401#if ENABLE_FRILLS
4286 case 90: 4402 case 90:
4287 case 91: /* set bright fg color */ 4403 case 91: /* set bright fg color */
4288 case 92: 4404 case 92:
4289 case 93: 4405 case 93:
4290 case 94: 4406 case 94:
4302 case 106: 4418 case 106:
4303 case 107: 4419 case 107:
4304 scr_color ((unsigned int) (minBrightCOLOR + (arg[i] - 100)), Color_bg); 4420 scr_color ((unsigned int) (minBrightCOLOR + (arg[i] - 100)), Color_bg);
4305 break; 4421 break;
4306#endif 4422#endif
4307
4308 } 4423 }
4309 } 4424 }
4310} 4425}
4311/*}}} */ 4426/*}}} */
4312 4427
4336 */ 4451 */
4337void 4452void
4338rxvt_term::tt_printf (const char *fmt,...) 4453rxvt_term::tt_printf (const char *fmt,...)
4339{ 4454{
4340 va_list arg_ptr; 4455 va_list arg_ptr;
4341 unsigned char buf[256]; 4456 char buf[256];
4342 4457
4343 va_start (arg_ptr, fmt); 4458 va_start (arg_ptr, fmt);
4344 vsnprintf ((char *)buf, 256, fmt, arg_ptr); 4459 vsnprintf ((char *)buf, 256, fmt, arg_ptr);
4345 va_end (arg_ptr); 4460 va_end (arg_ptr);
4346 tt_write (buf, strlen (buf)); 4461 tt_write (buf, strlen (buf));
4351 * or generated by us in response to a query ESC sequence. 4466 * or generated by us in response to a query ESC sequence.
4352 */ 4467 */
4353const unsigned int MAX_PTY_WRITE = 255; // minimum MAX_INPUT 4468const unsigned int MAX_PTY_WRITE = 255; // minimum MAX_INPUT
4354 4469
4355void 4470void
4356rxvt_term::tt_write (const unsigned char *data, unsigned int len) 4471rxvt_term::tt_write (const char *data, unsigned int len)
4357{ 4472{
4473 if (pty.pty < 0)
4474 return;
4475
4358 if (v_buflen == 0) 4476 if (v_buflen == 0)
4359 { 4477 {
4360 ssize_t written = write (pty.pty, data, min (len, MAX_PTY_WRITE)); 4478 ssize_t written = write (pty.pty, data, min (len, MAX_PTY_WRITE));
4361 4479
4362 if ((unsigned int)written == len) 4480 if ((unsigned int)written == len)
4364 4482
4365 data += written; 4483 data += written;
4366 len -= written; 4484 len -= written;
4367 } 4485 }
4368 4486
4369 v_buffer = (unsigned char *)realloc (v_buffer, v_buflen + len); 4487 v_buffer = (char *)realloc (v_buffer, v_buflen + len);
4370 4488
4371 memcpy (v_buffer + v_buflen, data, len); 4489 memcpy (v_buffer + v_buflen, data, len);
4372 v_buflen += len; 4490 v_buflen += len;
4373 4491
4374 pty_ev.set (EVENT_READ | EVENT_WRITE); 4492 pty_ev.set (EVENT_READ | EVENT_WRITE);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines