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.223 by root, Sun Jan 1 05:28:28 2006 UTC vs.
Revision 1.262 by root, Sun Jan 15 06:02:40 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"
52 53
54#if HAVE_SCHED_YIELD
55#undef HAVE_SCHED_YIELD // disabled for the time being
56//# include <sched.h>
57#endif
58
53#ifdef KEYSYM_RESOURCE 59#ifdef KEYSYM_RESOURCE
54# include "keyboard.h" 60# include "keyboard.h"
55#endif 61#endif
56 62
57#include <csignal> 63#include <csignal>
58
59#define HAVE_SCHED_YIELD 1 //D//TODO//FIXME
60#if HAVE_SCHED_YIELD
61# include <sched.h>
62#endif
63 64
64/*----------------------------------------------------------------------*/ 65/*----------------------------------------------------------------------*/
65 66
66#define IS_CONTROL(ch) !((ch) & 0xffffff60UL) 67#define IS_CONTROL(ch) !((ch) & 0xffffff60UL)
67 68
146 || !IN_RANGE_EXC (y, 0, nrow)) 147 || !IN_RANGE_EXC (y, 0, nrow))
147 return; 148 return;
148 149
149 for (;;) 150 for (;;)
150 { 151 {
151 const line_t &l = ROW(y - view_start); 152 const line_t &l = ROW(y + view_start);
152 153
153 text_t t = l.t[x]; 154 text_t t = l.t[x];
154 155
155 if (t != NOCHAR || !x) 156 if (t != NOCHAR || !x)
156 { 157 {
267 mb[0] = ch[0]; 268 mb[0] = ch[0];
268 len = 1; 269 len = 1;
269 } 270 }
270 271
271 if (len > 0) 272 if (len > 0)
272 tt_write ((unsigned char *)mb, len); 273 tt_write (mb, len);
273 else 274 else
274 scr_bell (); 275 scr_bell ();
275 } 276 }
276 277
277 iso14755buf = 0; 278 iso14755buf = 0;
305 KeySym keysym; 306 KeySym keysym;
306#ifdef DEBUG_CMD 307#ifdef DEBUG_CMD
307 static int debug_key = 1; /* accessible by a debugger only */ 308 static int debug_key = 1; /* accessible by a debugger only */
308#endif 309#endif
309 int valid_keysym; 310 int valid_keysym;
310 unsigned char kbuf[KBUFSZ]; 311 char kbuf[KBUFSZ];
311 312
312 /* 313 /*
313 * 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
314 * escape sequence to toggle the Keypad. 315 * escape sequence to toggle the Keypad.
315 * 316 *
333 Status status_return; 334 Status status_return;
334 335
335#if 0 336#if 0
336#ifdef X_HAVE_UTF8_STRING 337#ifdef X_HAVE_UTF8_STRING
337 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
338 len = Xutf8LookupString (Input_Context, &ev, (char *)kbuf, 339 len = Xutf8LookupString (Input_Context, &ev, kbuf,
339 KBUFSZ, &keysym, &status_return); 340 KBUFSZ, &keysym, &status_return);
340 else 341 else
341#endif 342#endif
342#endif 343#endif
343 { 344 {
380 || status_return == XLookupBoth; 381 || status_return == XLookupBoth;
381 } 382 }
382 else 383 else
383#endif 384#endif
384 { 385 {
385 len = XLookupString (&ev, (char *)kbuf, KBUFSZ, &keysym, &compose); 386 len = XLookupString (&ev, kbuf, KBUFSZ, &keysym, &compose);
386 valid_keysym = keysym != NoSymbol; 387 valid_keysym = keysym != NoSymbol;
387 } 388 }
388 389
389 if (valid_keysym) 390 if (valid_keysym)
390 { 391 {
854 { 855 {
855#ifdef META8_OPTION 856#ifdef META8_OPTION
856 /* set 8-bit on */ 857 /* set 8-bit on */
857 if (meta && (meta_char == 0x80)) 858 if (meta && (meta_char == 0x80))
858 { 859 {
859 unsigned char *ch; 860 char *ch;
860 861
861 for (ch = kbuf; ch < kbuf + len; ch++) 862 for (ch = kbuf; ch < kbuf + len; ch++)
862 *ch |= 0x80; 863 *ch |= 0x80;
863 864
864 meta = 0; 865 meta = 0;
865 } 866 }
866#endif 867#endif
867 /* nil */ ; 868 /* nil */ ;
868 } 869 }
869 } 870 }
871
872 if (HOOK_INVOKE ((this, HOOK_KEY_PRESS, DT_XEVENT, &ev, DT_INT, keysym, DT_STR_LEN, kbuf, len, DT_END)))
873 return;
870 874
871 if (len <= 0) 875 if (len <= 0)
872 return; /* not mapped */ 876 return; /* not mapped */
873 877
874 if (OPTION (Opt_scrollTtyKeypress)) 878 if (OPTION (Opt_scrollTtyKeypress))
897#ifdef META8_OPTION 901#ifdef META8_OPTION
898 && meta_char == C0_ESC 902 && meta_char == C0_ESC
899#endif 903#endif
900 ) 904 )
901 { 905 {
902 const unsigned char ch = C0_ESC; 906 const char ch = C0_ESC;
903 tt_write (&ch, 1); 907 tt_write (&ch, 1);
904 } 908 }
905 909
906#if defined(DEBUG_CMD) 910#if defined(DEBUG_CMD)
907 /* Display keyboard buffer contents */ 911 /* Display keyboard buffer contents */
919 923
920#if MENUBAR_MAX || defined (KEYSYM_RESOURCE) 924#if MENUBAR_MAX || defined (KEYSYM_RESOURCE)
921/*{{{ rxvt_cmd_write (), rxvt_cmd_getc () */ 925/*{{{ rxvt_cmd_write (), rxvt_cmd_getc () */
922/* attempt to `write' count to the input buffer */ 926/* attempt to `write' count to the input buffer */
923unsigned int 927unsigned int
924rxvt_term::cmd_write (const unsigned char *str, unsigned int count) 928rxvt_term::cmd_write (const char *str, unsigned int count)
925{ 929{
926 unsigned int n, s; 930 unsigned int n, s;
927 931
928 n = cmdbuf_ptr - cmdbuf_base; 932 n = cmdbuf_ptr - cmdbuf_base;
929 s = cmdbuf_base + CBUFSIZ - 1 - cmdbuf_endp; 933 s = cmdbuf_base + CBUFSIZ - 1 - cmdbuf_endp;
966 } 970 }
967#endif 971#endif
968 972
969 if (want_refresh) 973 if (want_refresh)
970 { 974 {
975 if (SHOULD_INVOKE (HOOK_LINE_UPDATE))
976 {
977 int row = view_start;
978 int end_row = row + nrow;
979
980 while (row > top_row && ROW (row - 1).is_longer ())
981 --row;
982
983 do
984 {
985 int start_row = row;
986 line_t *l;
987
988 do
989 {
990 l = &ROW (row++);
991
992 if (!(l->f & LINE_FILTERED))
993 {
994 // line not filtered, mark it as filtered
995 l->f |= LINE_FILTERED;
996 while (l->is_longer ())
997 {
998 l = &ROW (row++);
999 l->f |= LINE_FILTERED;
1000 }
1001
1002 // and filter it
1003 HOOK_INVOKE ((this, HOOK_LINE_UPDATE, DT_INT, start_row, DT_END));
1004
1005 break;
1006 }
1007 }
1008 while (l->is_longer () && row < end_row);
1009 }
1010 while (row < end_row);
1011 }
1012
971 scr_refresh (refresh_type); 1013 scr_refresh (refresh_type);
972 scrollbar_show (1); 1014 scrollbar_show (1);
973#ifdef USE_XIM 1015#ifdef USE_XIM
974 IMSendSpot (); 1016 IMSendSpot ();
975#endif 1017#endif
985 SET_LOCALE (locale); 1027 SET_LOCALE (locale);
986 1028
987 display->flush (); 1029 display->flush ();
988 1030
989 if (want_refresh && !flush_ev.active) 1031 if (want_refresh && !flush_ev.active)
990 flush_ev.start (NOW + 0.01); 1032 flush_ev.start (NOW + 1. / 60.); // refresh at max. 60 hz normally
991} 1033}
992 1034
993void 1035void
994rxvt_term::flush_cb (time_watcher &w) 1036rxvt_term::flush_cb (time_watcher &w)
995{ 1037{
1059{ 1101{
1060 if (mouse_slip_wheel_speed == 0 1102 if (mouse_slip_wheel_speed == 0
1061 || mouse_slip_wheel_speed < 0 ? scr_page (DN, -mouse_slip_wheel_speed) 1103 || mouse_slip_wheel_speed < 0 ? scr_page (DN, -mouse_slip_wheel_speed)
1062 : scr_page (UP, mouse_slip_wheel_speed)) 1104 : scr_page (UP, mouse_slip_wheel_speed))
1063 { 1105 {
1064 if (view_start == nsaved || 1106 if (view_start == top_row || view_start == 0)
1065 view_start == 0)
1066 mouse_slip_wheel_speed = 0; 1107 mouse_slip_wheel_speed = 0;
1067 1108
1068 refresh_type |= SMOOTH_REFRESH; 1109 refresh_type |= SMOOTH_REFRESH;
1069 want_refresh = 1; 1110 want_refresh = 1;
1070 w.start (w.at + SCROLLBAR_CONTINUOUS_DELAY); 1111 w.start (w.at + SCROLLBAR_CONTINUOUS_DELAY);
1071 } 1112 }
1072} 1113}
1073#endif 1114#endif
1074 1115
1116#if HAVE_SCHED_YIELD
1117static struct event_handler
1118{
1119 check_watcher cw_yield;
1120
1121 void yield (check_watcher &w)
1122 {
1123 sched_yield ();
1124 w.stop ();
1125 }
1126
1127 event_handler ()
1128 : cw_yield (this, &event_handler::yield)
1129 {
1130 }
1131} event_handler;
1132#endif
1133
1075bool 1134bool
1076rxvt_term::pty_fill () 1135rxvt_term::pty_fill ()
1077{ 1136{
1078 ssize_t n = cmdbuf_endp - cmdbuf_ptr; 1137 ssize_t n = cmdbuf_endp - cmdbuf_ptr;
1079 1138
1080 if (CBUFSIZ == n) 1139 if (CBUFSIZ == n)
1081 { 1140 {
1082 rxvt_warn ("pty_fill on full buffer, draining input, continuing.\n"); 1141 rxvt_warn ("PLEASE REPORT: pty_fill on full buffer, draining input, continuing.\n");
1083 n = 0; 1142 n = 0;
1084 } 1143 }
1085 1144
1086 memmove (cmdbuf_base, cmdbuf_ptr, n); 1145 memmove (cmdbuf_base, cmdbuf_ptr, n);
1087 cmdbuf_ptr = cmdbuf_base; 1146 cmdbuf_ptr = cmdbuf_base;
1095 return true; 1154 return true;
1096 } 1155 }
1097 else if (r < 0 && (errno == EAGAIN || errno == EINTR)) 1156 else if (r < 0 && (errno == EAGAIN || errno == EINTR))
1098 { 1157 {
1099#if HAVE_SCHED_YIELD 1158#if HAVE_SCHED_YIELD
1100 sched_yield (); 1159 if (display->is_local)
1160 event_handler.cw_yield.start ();
1101#endif 1161#endif
1102 } 1162 }
1103 else 1163 else
1104 { 1164 {
1105 pty_ev.stop (); 1165 pty_ev.stop ();
1143 1203
1144#ifdef POINTER_BLANK 1204#ifdef POINTER_BLANK
1145void 1205void
1146rxvt_term::pointer_blank () 1206rxvt_term::pointer_blank ()
1147{ 1207{
1148 if (! OPTION (Opt_pointerBlank)) 1208 if (!OPTION (Opt_pointerBlank))
1149 return; 1209 return;
1150 1210
1151 XDefineCursor (display->display, vt, display->blank_cursor); 1211 XDefineCursor (display->display, vt, display->blank_cursor);
1152 XFlush (display->display); 1212 XFlush (display->display);
1153 1213
1250 dDisp; 1310 dDisp;
1251 1311
1252 SET_R (this); 1312 SET_R (this);
1253 SET_LOCALE (locale); 1313 SET_LOCALE (locale);
1254 1314
1255#if defined(CURSOR_BLINK) 1315 if (ev.xany.window == vt
1256 if (OPTION (Opt_cursorBlink) && ev.type == KeyPress) 1316 && HOOK_INVOKE ((this, HOOK_X_EVENT, DT_XEVENT, &ev, DT_END)))
1257 { 1317 return;
1258 if (hidden_cursor)
1259 {
1260 hidden_cursor = 0;
1261 want_refresh = 1;
1262 }
1263 1318
1264 cursor_blink_ev.start (NOW + BLINK_INTERVAL); 1319 // for XQueryPointer
1265 }
1266#endif
1267
1268#if defined(POINTER_BLANK)
1269 if (OPTION (Opt_pointerBlank) && pointerBlankDelay > 0)
1270 {
1271 if (ev.type == MotionNotify
1272 || ev.type == ButtonPress
1273 || ev.type == ButtonRelease)
1274 if (hidden_pointer)
1275 pointer_unblank ();
1276
1277 if (ev.type == KeyPress && hidden_pointer == 0)
1278 pointer_blank ();
1279 }
1280#endif
1281
1282 Window unused_root, unused_child; 1320 Window unused_root, unused_child;
1283 int unused_root_x, unused_root_y; 1321 int unused_root_x, unused_root_y;
1284 unsigned int unused_mask; 1322 unsigned int unused_mask;
1285 1323
1286 switch (ev.type) 1324 switch (ev.type)
1293 1331
1294 break; 1332 break;
1295 1333
1296 case KeyRelease: 1334 case KeyRelease:
1297 { 1335 {
1298#if (MOUSE_WHEEL && MOUSE_SLIP_WHEELING) || ISO_14755 1336#if (MOUSE_WHEEL && MOUSE_SLIP_WHEELING) || ISO_14755 || ENABLE_PERL
1299 KeySym ks; 1337 KeySym keysym;
1300 1338
1301 ks = XLookupKeysym (&ev.xkey, ev.xkey.state & ShiftMask ? 1 : 0); // sorry, only shift supported :/ 1339 keysym = XLookupKeysym (&ev.xkey, ev.xkey.state & ShiftMask ? 1 : 0); // sorry, only shift supported :/
1302#endif 1340#endif
1303 1341
1304#if ENABLE_FRILLS || ISO_14755 1342#if ENABLE_FRILLS || ISO_14755
1305 // ISO 14755 support 1343 // ISO 14755 support
1306 if (iso14755buf) 1344 if (iso14755buf)
1311# endif 1349# endif
1312# if ISO_14755 1350# if ISO_14755
1313 // iso14755 part 5.2 handling: release time 1351 // iso14755 part 5.2 handling: release time
1314 // first: controls 1352 // first: controls
1315 if ((ev.xkey.state & ControlMask) 1353 if ((ev.xkey.state & ControlMask)
1316 && ((ks >= 0x40 && ks <= 0x5f) 1354 && ((keysym >= 0x40 && keysym <= 0x5f)
1317 || (ks >= 0x61 && ks <= 0x7f))) 1355 || (keysym >= 0x61 && keysym <= 0x7f)))
1318 { 1356 {
1319 iso14755buf = ISO_14755_51 | 0x2400 | (ks & 0x1f); 1357 iso14755buf = ISO_14755_51 | 0x2400 | (keysym & 0x1f);
1320 commit_iso14755 (); 1358 commit_iso14755 ();
1321 return; // case-break; 1359 goto skip_switch;
1322 } 1360 }
1323 1361
1324 for (unsigned short *i = iso14755_symtab; i[0]; i+= 2) 1362 for (unsigned short *i = iso14755_symtab; i[0]; i+= 2)
1325 if (i[0] == ks) 1363 if (i[0] == keysym)
1326 { 1364 {
1327 iso14755buf = ISO_14755_51 | i[1]; 1365 iso14755buf = ISO_14755_51 | i[1];
1328 commit_iso14755 (); 1366 commit_iso14755 ();
1329 return; // case-break; 1367 goto skip_switch;
1330 } 1368 }
1331 1369
1332 scr_bell (); 1370 scr_bell ();
1333# endif 1371# endif
1334 iso14755buf = 0; 1372 iso14755buf = 0;
1353 else 1391 else
1354 iso14755buf = 0; 1392 iso14755buf = 0;
1355 } 1393 }
1356#endif 1394#endif
1357 1395
1396 if (ev.xany.window == vt
1397 && HOOK_INVOKE ((this, HOOK_KEY_RELEASE, DT_XEVENT, &ev, DT_INT, keysym, DT_END)))
1398 break;
1399
1358#if defined(MOUSE_WHEEL) && defined(MOUSE_SLIP_WHEELING) 1400#if defined(MOUSE_WHEEL) && defined(MOUSE_SLIP_WHEELING)
1359 if (!(ev.xkey.state & ControlMask)) 1401 if (!(ev.xkey.state & ControlMask))
1360 slip_wheel_ev.stop (); 1402 slip_wheel_ev.stop ();
1361 else if (ks == XK_Control_L || ks == XK_Control_R) 1403 else if (keysym == XK_Control_L || keysym == XK_Control_R)
1362 mouse_slip_wheel_speed = 0; 1404 mouse_slip_wheel_speed = 0;
1363#endif 1405#endif
1364 break; 1406 break;
1365 } 1407 }
1366 1408
1496 1538
1497 case SelectionRequest: 1539 case SelectionRequest:
1498 selection_send (ev.xselectionrequest); 1540 selection_send (ev.xselectionrequest);
1499 break; 1541 break;
1500 1542
1543 case MapNotify:
1544 mapped = 1;
1545#ifdef TEXT_BLINK
1546 text_blink_ev.start (NOW + TEXT_BLINK_INTERVAL);
1547#endif
1548 HOOK_INVOKE ((this, HOOK_MAP_NOTIFY, DT_XEVENT, &ev, DT_END));
1549 break;
1550
1501 case UnmapNotify: 1551 case UnmapNotify:
1502 mapped = 0; 1552 mapped = 0;
1503#ifdef TEXT_BLINK 1553#ifdef TEXT_BLINK
1504 text_blink_ev.stop (); 1554 text_blink_ev.stop ();
1505#endif 1555#endif
1506 break; 1556 HOOK_INVOKE ((this, HOOK_UNMAP_NOTIFY, DT_XEVENT, &ev, DT_END));
1507
1508 case MapNotify:
1509 mapped = 1;
1510#ifdef TEXT_BLINK
1511 text_blink_ev.start (NOW + TEXT_BLINK_INTERVAL);
1512#endif
1513 break; 1557 break;
1514 1558
1515#ifdef TRANSPARENT 1559#ifdef TRANSPARENT
1516 case ReparentNotify: 1560 case ReparentNotify:
1517 rootwin_cb (ev); 1561 rootwin_cb (ev);
1531 1575
1532 while (XCheckTypedWindowEvent (disp, vt, ev.xany.type, &ev)) 1576 while (XCheckTypedWindowEvent (disp, vt, ev.xany.type, &ev))
1533 scr_expose (ev.xexpose.x, ev.xexpose.y, 1577 scr_expose (ev.xexpose.x, ev.xexpose.y,
1534 ev.xexpose.width, ev.xexpose.height, False); 1578 ev.xexpose.width, ev.xexpose.height, False);
1535 1579
1536 scr_refresh (refresh_type); 1580 want_refresh = 1;
1537 } 1581 }
1538 else 1582 else
1539 { 1583 {
1540 XEvent unused_event; 1584 XEvent unused_event;
1541 1585
1576 if ((priv_modes & PrivMode_mouse_report) && !bypass_keystate) 1620 if ((priv_modes & PrivMode_mouse_report) && !bypass_keystate)
1577 break; 1621 break;
1578 1622
1579 if (ev.xany.window == vt) 1623 if (ev.xany.window == vt)
1580 { 1624 {
1625 if (HOOK_INVOKE ((this, HOOK_MOTION_NOTIFY, DT_XEVENT, &ev, DT_END)))
1626 ; // nop
1581 if (ev.xbutton.state & (Button1Mask | Button3Mask)) 1627 else if (ev.xbutton.state & (Button1Mask | Button3Mask))
1582 { 1628 {
1583 while (XCheckTypedWindowEvent (disp, vt, MotionNotify, &ev)) 1629 while (XCheckTypedWindowEvent (disp, vt, MotionNotify, &ev))
1584 ; 1630 ;
1585 1631
1586 XQueryPointer (disp, vt, 1632 XQueryPointer (disp, vt,
1666 &unused_root_x, &unused_root_y, 1712 &unused_root_x, &unused_root_y,
1667 &ev.xbutton.x, &ev.xbutton.y, 1713 &ev.xbutton.x, &ev.xbutton.y,
1668 &unused_mask); 1714 &unused_mask);
1669 scr_move_to (scrollbar_position (ev.xbutton.y) - csrO, 1715 scr_move_to (scrollbar_position (ev.xbutton.y) - csrO,
1670 scrollbar_size ()); 1716 scrollbar_size ());
1671 scr_refresh (refresh_type); 1717 want_refresh = 1;
1672 refresh_limit = 0; 1718 refresh_limit = 0;
1673 scrollbar_show (1); 1719 scrollbar_show (1);
1674 } 1720 }
1675 break; 1721 break;
1676 } 1722 }
1723
1724skip_switch: ;
1725
1726#if defined(CURSOR_BLINK)
1727 if (OPTION (Opt_cursorBlink) && ev.type == KeyPress)
1728 {
1729 if (hidden_cursor)
1730 {
1731 hidden_cursor = 0;
1732 want_refresh = 1;
1733 }
1734
1735 cursor_blink_ev.start (NOW + BLINK_INTERVAL);
1736 }
1737#endif
1738
1739#if defined(POINTER_BLANK)
1740 if (OPTION (Opt_pointerBlank) && pointerBlankDelay > 0)
1741 {
1742 if (ev.type == MotionNotify
1743 || ev.type == ButtonPress
1744 || ev.type == ButtonRelease)
1745 if (hidden_pointer)
1746 pointer_unblank ();
1747
1748 if (ev.type == KeyPress && hidden_pointer == 0)
1749 pointer_blank ();
1750 }
1751#endif
1677} 1752}
1678 1753
1679void 1754void
1680rxvt_term::focus_in () 1755rxvt_term::focus_in ()
1681{ 1756{
1682 if (!focus) 1757 if (!focus)
1683 { 1758 {
1684 focus = 1; 1759 focus = 1;
1685 want_refresh = 1; 1760 want_refresh = 1;
1761
1762 HOOK_INVOKE ((this, HOOK_FOCUS_OUT, DT_END));
1763
1686#if USE_XIM 1764#if USE_XIM
1687 if (Input_Context != NULL) 1765 if (Input_Context != NULL)
1688 { 1766 {
1689 IMSetStatusPosition (); 1767 IMSetStatusPosition ();
1690 XSetICFocus (Input_Context); 1768 XSetICFocus (Input_Context);
1710 if (focus) 1788 if (focus)
1711 { 1789 {
1712 focus = 0; 1790 focus = 0;
1713 want_refresh = 1; 1791 want_refresh = 1;
1714 1792
1793 HOOK_INVOKE ((this, HOOK_FOCUS_OUT, DT_END));
1794
1715#if ENABLE_FRILLS || ISO_14755 1795#if ENABLE_FRILLS || ISO_14755
1796 if (iso14755buf)
1797 {
1716 iso14755buf = 0; 1798 iso14755buf = 0;
1717#endif
1718#if ENABLE_OVERLAY 1799# if ENABLE_OVERLAY
1719 scr_overlay_off (); 1800 scr_overlay_off ();
1801# endif
1802 }
1720#endif 1803#endif
1721#if USE_XIM 1804#if USE_XIM
1722 if (Input_Context != NULL) 1805 if (Input_Context != NULL)
1723 XUnsetICFocus (Input_Context); 1806 XUnsetICFocus (Input_Context);
1724#endif 1807#endif
1768rxvt_term::button_press (XButtonEvent &ev) 1851rxvt_term::button_press (XButtonEvent &ev)
1769{ 1852{
1770 int reportmode = 0, clickintime; 1853 int reportmode = 0, clickintime;
1771 1854
1772 bypass_keystate = ev.state & (ModMetaMask | ShiftMask); 1855 bypass_keystate = ev.state & (ModMetaMask | ShiftMask);
1856
1773 if (!bypass_keystate) 1857 if (!bypass_keystate)
1774 reportmode = !! (priv_modes & PrivMode_mouse_report); 1858 reportmode = !! (priv_modes & PrivMode_mouse_report);
1775 1859
1776 /* 1860 /*
1777 * VT window processing of button press 1861 * VT window processing of button press
1797#ifdef MOUSE_REPORT_DOUBLECLICK 1881#ifdef MOUSE_REPORT_DOUBLECLICK
1798 if (ev.button == MEvent.button && clickintime) 1882 if (ev.button == MEvent.button && clickintime)
1799 { 1883 {
1800 /* same button, within alloted time */ 1884 /* same button, within alloted time */
1801 MEvent.clicks++; 1885 MEvent.clicks++;
1886
1802 if (MEvent.clicks > 1) 1887 if (MEvent.clicks > 1)
1803 { 1888 {
1804 /* only report double clicks */ 1889 /* only report double clicks */
1805 MEvent.clicks = 2; 1890 MEvent.clicks = 2;
1806 mouse_report (ev); 1891 mouse_report (ev);
1826 else 1911 else
1827 { 1912 {
1828 if (ev.button != MEvent.button) 1913 if (ev.button != MEvent.button)
1829 MEvent.clicks = 0; 1914 MEvent.clicks = 0;
1830 1915
1916 if (!HOOK_INVOKE ((this, HOOK_BUTTON_PRESS, DT_XEVENT, &ev, DT_END)))
1831 switch (ev.button) 1917 switch (ev.button)
1832 { 1918 {
1833 case Button1: 1919 case Button1:
1834 /* allow meta + click to select rectangular areas */ 1920 /* allow meta + click to select rectangular areas */
1835 /* should be done in screen.C */ 1921 /* should be done in screen.C */
1836#if ENABLE_FRILLS 1922#if ENABLE_FRILLS
1837 selection.rect = !!(ev.state & ModMetaMask); 1923 selection.rect = !!(ev.state & ModMetaMask);
1838#else 1924#else
1839 selection.rect = false; 1925 selection.rect = false;
1840#endif 1926#endif
1841 1927
1842 /* allow shift+left click to extend selection */ 1928 /* allow shift+left click to extend selection */
1843 if (ev.state & ShiftMask && ! (priv_modes & PrivMode_mouse_report)) 1929 if (ev.state & ShiftMask && !(priv_modes & PrivMode_mouse_report))
1844 { 1930 {
1845 if (MEvent.button == Button1 && clickintime) 1931 if (MEvent.button == Button1 && clickintime)
1846 selection_rotate (ev.x, ev.y); 1932 selection_rotate (ev.x, ev.y);
1847 else 1933 else
1848 selection_extend (ev.x, ev.y, 1); 1934 selection_extend (ev.x, ev.y, 1);
1849 } 1935 }
1850 else 1936 else
1851 { 1937 {
1852 if (MEvent.button == Button1 && clickintime) 1938 if (MEvent.button == Button1 && clickintime)
1853 MEvent.clicks++; 1939 MEvent.clicks++;
1854 else 1940 else
1855 MEvent.clicks = 1; 1941 MEvent.clicks = 1;
1856 1942
1857 selection_click (MEvent.clicks, ev.x, ev.y); 1943 selection_click (MEvent.clicks, ev.x, ev.y);
1858 } 1944 }
1859 1945
1860 MEvent.button = Button1; 1946 MEvent.button = Button1;
1861 break; 1947 break;
1862 1948
1863 case Button3: 1949 case Button3:
1864 if (MEvent.button == Button3 && clickintime) 1950 if (MEvent.button == Button3 && clickintime)
1865 selection_rotate (ev.x, ev.y); 1951 selection_rotate (ev.x, ev.y);
1866 else 1952 else
1867 selection_extend (ev.x, ev.y, 1); 1953 selection_extend (ev.x, ev.y, 1);
1868 1954
1869 MEvent.button = Button3; 1955 MEvent.button = Button3;
1870 break; 1956 break;
1871 } 1957 }
1872 } 1958 }
1873 1959
1874 MEvent.time = ev.time; 1960 MEvent.time = ev.time;
1875 return; 1961 return;
1876 } 1962 }
1877 1963
2013 } 2099 }
2014 2100
2015 break; 2101 break;
2016 } 2102 }
2017 } 2103 }
2104
2018 return; 2105 return;
2019 } 2106 }
2107
2020#if MENUBAR 2108#if MENUBAR
2021 /* 2109 /*
2022 * Menubar window processing of button press 2110 * Menubar window processing of button press
2023 */ 2111 */
2024 if (isMenuBarWindow (ev.window)) 2112 if (isMenuBarWindow (ev.window))
2087 if (priv_modes & PrivMode_mouse_report 2175 if (priv_modes & PrivMode_mouse_report
2088 && bypass_keystate 2176 && bypass_keystate
2089 && ev.button == Button1 && MEvent.clicks <= 1) 2177 && ev.button == Button1 && MEvent.clicks <= 1)
2090 selection_extend (ev.x, ev.y, 0); 2178 selection_extend (ev.x, ev.y, 0);
2091 2179
2180 if (HOOK_INVOKE ((this, HOOK_BUTTON_RELEASE, DT_XEVENT, &ev, DT_END)))
2181 return;
2182
2092 switch (ev.button) 2183 switch (ev.button)
2093 { 2184 {
2094 case Button1: 2185 case Button1:
2095 case Button3: 2186 case Button3:
2096 selection_make (ev.time); 2187 selection_make (ev.time);
2127 slip_wheel_ev.start (); 2218 slip_wheel_ev.start ();
2128 } 2219 }
2129 else 2220 else
2130 { 2221 {
2131# endif 2222# endif
2132# ifdef JUMP_MOUSE_WHEEL
2133 scr_page (v, i); 2223 scr_page (v, i);
2134 scr_refresh (SMOOTH_REFRESH);
2135 scrollbar_show (1); 2224 scrollbar_show (1);
2136# else
2137 while (i--)
2138 {
2139 scr_page (v, 1);
2140 scr_refresh (SMOOTH_REFRESH);
2141 scrollbar_show (1);
2142 }
2143# endif
2144# ifdef MOUSE_SLIP_WHEELING 2225# ifdef MOUSE_SLIP_WHEELING
2145 } 2226 }
2146#endif 2227# endif
2147 } 2228 }
2148 break; 2229 break;
2149#endif 2230#endif
2150 } 2231 }
2151 } 2232 }
2640 2721
2641bool 2722bool
2642rxvt_term::cmd_parse () 2723rxvt_term::cmd_parse ()
2643{ 2724{
2644 bool flag = false; 2725 bool flag = false;
2645 unicode_t ch = NOCHAR; 2726 wchar_t ch = NOCHAR;
2646 unsigned char *seq_begin; // remember start of esc-sequence here 2727 char *seq_begin; // remember start of esc-sequence here
2647 2728
2648 for (;;) 2729 for (;;)
2649 { 2730 {
2650 if (ch == NOCHAR) 2731 if (ch == NOCHAR)
2651 { 2732 {
2652 seq_begin = cmdbuf_ptr; 2733 seq_begin = cmdbuf_ptr;
2653 ch = next_char (); 2734 ch = next_char ();
2654 }
2655 2735
2656 if (ch == NOCHAR) // TODO: improve 2736 if (ch == NOCHAR)
2657 break; 2737 break;
2738 }
2658 2739
2659 if (!IS_CONTROL (ch) || ch == C0_LF || ch == C0_CR || ch == C0_HT) 2740 if (!IS_CONTROL (ch) || ch == C0_LF || ch == C0_CR || ch == C0_HT)
2660 { 2741 {
2661 if (!seen_input) 2742 if (!seen_input)
2662 { 2743 {
2671 if (seen_resize && cmd_pid) 2752 if (seen_resize && cmd_pid)
2672 kill (-cmd_pid, SIGWINCH); 2753 kill (-cmd_pid, SIGWINCH);
2673 } 2754 }
2674 2755
2675 /* Read a text string from the input buffer */ 2756 /* Read a text string from the input buffer */
2676 unicode_t buf[UBUFSIZ]; 2757 wchar_t buf[UBUFSIZ];
2677 bool refreshnow = false; 2758 bool refreshnow = false;
2678 int nlines = 0; 2759 int nlines = 0;
2679 unicode_t *str = buf; 2760 wchar_t *str = buf;
2680 unicode_t *eol = str + min (ncol, UBUFSIZ); 2761 wchar_t *eol = str + min (ncol, UBUFSIZ);
2681 2762
2682 for (;;) 2763 for (;;)
2683 { 2764 {
2684 if (ch == NOCHAR || (IS_CONTROL (ch) && ch != C0_LF && ch != C0_CR && ch != C0_HT)) 2765 if (ch == NOCHAR || (IS_CONTROL (ch) && ch != C0_LF && ch != C0_CR && ch != C0_HT))
2685 break; 2766 break;
2695 2776
2696 if (!OPTION (Opt_jumpScroll) 2777 if (!OPTION (Opt_jumpScroll)
2697 || (refresh_count >= refresh_limit * (nrow - 1))) 2778 || (refresh_count >= refresh_limit * (nrow - 1)))
2698 { 2779 {
2699 refreshnow = true; 2780 refreshnow = true;
2781 refresh_count = 0;
2700 ch = NOCHAR; 2782 ch = NOCHAR;
2701 break; 2783 break;
2702 } 2784 }
2703 2785
2704 // scr_add_lines only works for nlines <= nrow - 1. 2786 // scr_add_lines only works for nlines <= nrow - 1.
2705 if (nlines >= nrow - 1) 2787 if (nlines >= nrow - 1)
2706 { 2788 {
2789 if (!HOOK_INVOKE ((this, HOOK_ADD_LINES, DT_WCS_LEN, buf, str - buf, DT_END)))
2707 scr_add_lines (buf, nlines, str - buf); 2790 scr_add_lines (buf, str - buf, nlines);
2791
2708 nlines = 0; 2792 nlines = 0;
2709 str = buf; 2793 str = buf;
2710 eol = str + min (ncol, UBUFSIZ); 2794 eol = str + min (ncol, UBUFSIZ);
2711 } 2795 }
2712 2796
2725 2809
2726 seq_begin = cmdbuf_ptr; 2810 seq_begin = cmdbuf_ptr;
2727 ch = next_char (); 2811 ch = next_char ();
2728 } 2812 }
2729 2813
2814 if (!HOOK_INVOKE ((this, HOOK_ADD_LINES, DT_WCS_LEN, buf, str - buf, DT_END)))
2730 scr_add_lines (buf, nlines, str - buf); 2815 scr_add_lines (buf, str - buf, nlines);
2731 2816
2732 /* 2817 /*
2733 * If there have been a lot of new lines, then update the screen 2818 * If there have been a lot of new lines, then update the screen
2734 * What the heck I'll cheat and only refresh less than every page-full. 2819 * What the heck I'll cheat and only refresh less than every page-full.
2735 * the number of pages between refreshes is refresh_limit, which 2820 * the number of pages between refreshes is refresh_limit, which
2741 refresh_limit++; 2826 refresh_limit++;
2742 else 2827 else
2743 { 2828 {
2744 flag = true; 2829 flag = true;
2745 scr_refresh (refresh_type); 2830 scr_refresh (refresh_type);
2831 want_refresh = 1;
2746 } 2832 }
2747 } 2833 }
2748 2834
2749 } 2835 }
2750 else 2836 else
2765 } 2851 }
2766 2852
2767 return flag; 2853 return flag;
2768} 2854}
2769 2855
2770// read the next octet
2771unicode_t
2772rxvt_term::next_octet ()
2773{
2774 return cmdbuf_ptr < cmdbuf_endp
2775 ? *cmdbuf_ptr++
2776 : NOCHAR;
2777}
2778
2779// read the next character 2856// read the next character
2780unicode_t 2857wchar_t
2781rxvt_term::next_char () 2858rxvt_term::next_char ()
2782{ 2859{
2783 while (cmdbuf_ptr < cmdbuf_endp) 2860 while (cmdbuf_ptr < cmdbuf_endp)
2784 { 2861 {
2785 // assume 7-bit to be ascii ALWAYS 2862 // assume 7-bit to be ascii ALWAYS
2786 if (*cmdbuf_ptr <= 0x7f && *cmdbuf_ptr != 0x1b) 2863 if ((unsigned char)*cmdbuf_ptr <= 0x7f && *cmdbuf_ptr != 0x1b)
2787 return *cmdbuf_ptr++; 2864 return *cmdbuf_ptr++;
2788 2865
2789 wchar_t wc; 2866 wchar_t wc;
2790 size_t len = mbrtowc (&wc, (char *)cmdbuf_ptr, cmdbuf_endp - cmdbuf_ptr, mbstate); 2867 size_t len = mbrtowc (&wc, cmdbuf_ptr, cmdbuf_endp - cmdbuf_ptr, mbstate);
2791 2868
2792 if (len == (size_t)-2) 2869 if (len == (size_t)-2)
2793 { 2870 {
2794 // the mbstate stores incomplete sequences. didn't know this :/ 2871 // the mbstate stores incomplete sequences. didn't know this :/
2795 cmdbuf_ptr = cmdbuf_endp; 2872 cmdbuf_ptr = cmdbuf_endp;
2796 break; 2873 break;
2797 } 2874 }
2798 2875
2799 if (len == (size_t)-1) 2876 if (len == (size_t)-1)
2800 return *cmdbuf_ptr++; // the _occasional_ latin1 character is allowed to slip through 2877 return (unsigned char)*cmdbuf_ptr++; // the _occasional_ latin1 character is allowed to slip through
2801 2878
2802 // assume wchar == unicode 2879 // assume wchar == unicode
2803 cmdbuf_ptr += len; 2880 cmdbuf_ptr += len;
2804 return wc & UNICODE_MASK; 2881 return wc & UNICODE_MASK;
2805 } 2882 }
2806 2883
2807 return NOCHAR; 2884 return NOCHAR;
2885}
2886
2887// read the next octet
2888uint32_t
2889rxvt_term::next_octet ()
2890{
2891 return cmdbuf_ptr < cmdbuf_endp
2892 ? (unsigned char)*cmdbuf_ptr++
2893 : NOCHAR;
2808} 2894}
2809 2895
2810/* rxvt_cmd_getc () - Return next input character */ 2896/* rxvt_cmd_getc () - Return next input character */
2811/* 2897/*
2812 * Return the next input character after first passing any keyboard input 2898 * Return the next input character after first passing any keyboard input
2813 * to the command. 2899 * to the command.
2814 */ 2900 */
2815unicode_t 2901wchar_t
2816rxvt_term::cmd_getc () 2902rxvt_term::cmd_getc ()
2817{ 2903{
2818 unicode_t c = next_char (); 2904 wchar_t c = next_char ();
2819 2905
2820 if (c == NOCHAR) 2906 if (c == NOCHAR)
2821 throw out_of_input; 2907 throw out_of_input;
2822 2908
2823 return c; 2909 return c;
2824} 2910}
2825 2911
2826unicode_t 2912uint32_t
2827rxvt_term::cmd_get8 () 2913rxvt_term::cmd_get8 ()
2828{ 2914{
2829 unicode_t c = next_octet (); 2915 uint32_t c = next_octet ();
2830 2916
2831 if (c == NOCHAR) 2917 if (c == NOCHAR)
2832 throw out_of_input; 2918 throw out_of_input;
2833 2919
2834 return c; 2920 return c;
2934 case C0_ESC: 3020 case C0_ESC:
2935 process_escape_seq (); 3021 process_escape_seq ();
2936 break; 3022 break;
2937 case C0_ENQ: /* terminal Status */ 3023 case C0_ENQ: /* terminal Status */
2938 if (rs[Rs_answerbackstring]) 3024 if (rs[Rs_answerbackstring])
2939 tt_write ((const unsigned char *)rs[Rs_answerbackstring], 3025 tt_write (rs [Rs_answerbackstring], strlen (rs [Rs_answerbackstring]));
2940 (unsigned int)strlen (rs[Rs_answerbackstring]));
2941 else 3026 else
2942 tt_write ((unsigned char *)VT100_ANS, 3027 tt_write (VT100_ANS, strlen (VT100_ANS));
2943 (unsigned int)strlen (VT100_ANS));
2944 break; 3028 break;
2945 case C0_BEL: /* bell */ 3029 case C0_BEL: /* bell */
2946 scr_bell (); 3030 scr_bell ();
2947 break; 3031 break;
2948 case C0_BS: /* backspace */ 3032 case C0_BS: /* backspace */
3103 break; 3187 break;
3104 3188
3105 /* 8.3.87: NEXT LINE */ 3189 /* 8.3.87: NEXT LINE */
3106 case C1_NEL: /* ESC E */ 3190 case C1_NEL: /* ESC E */
3107 { 3191 {
3108 unicode_t nlcr[] = { C0_LF, C0_CR }; 3192 wchar_t nlcr[] = { C0_LF, C0_CR };
3109 scr_add_lines (nlcr, 1, 2); 3193 scr_add_lines (nlcr, sizeof (nlcr) / sizeof (nlcr [0]), 1);
3110 } 3194 }
3111 break; 3195 break;
3112 3196
3113 /* kidnapped escape sequence: Should be 8.3.48 */ 3197 /* kidnapped escape sequence: Should be 8.3.48 */
3114 case C1_ESA: /* ESC G */ 3198 case C1_ESA: /* ESC G */
3136 process_dcs_seq (); 3220 process_dcs_seq ();
3137 break; 3221 break;
3138 3222
3139 /* 8.3.110: SINGLE CHARACTER INTRODUCER */ 3223 /* 8.3.110: SINGLE CHARACTER INTRODUCER */
3140 case C1_SCI: /* ESC Z */ 3224 case C1_SCI: /* ESC Z */
3141 tt_write ((const unsigned char *)ESCZ_ANSWER, 3225 tt_write (ESCZ_ANSWER, sizeof (ESCZ_ANSWER) - 1);
3142 (unsigned int) (sizeof (ESCZ_ANSWER) - 1));
3143 break; /* steal obsolete ESC [ c */ 3226 break; /* steal obsolete ESC [ c */
3144 3227
3145 /* 8.3.16: CONTROL SEQUENCE INTRODUCER */ 3228 /* 8.3.16: CONTROL SEQUENCE INTRODUCER */
3146 case C1_CSI: /* ESC [ */ 3229 case C1_CSI: /* ESC [ */
3147 process_csi_seq (); 3230 process_csi_seq ();
3391 case CSI_SU: /* 8.3.148: (1) SCROLL UP */ 3474 case CSI_SU: /* 8.3.148: (1) SCROLL UP */
3392 scr_scroll_text (screen.tscroll, screen.bscroll, arg[0]); 3475 scr_scroll_text (screen.tscroll, screen.bscroll, arg[0]);
3393 break; 3476 break;
3394 3477
3395 case CSI_DA: /* 8.3.24: (0) DEVICE ATTRIBUTES */ 3478 case CSI_DA: /* 8.3.24: (0) DEVICE ATTRIBUTES */
3396 tt_write ((const unsigned char *)VT100_ANS, 3479 tt_write (VT100_ANS, sizeof (VT100_ANS) - 1);
3397 (unsigned int) (sizeof (VT100_ANS) - 1));
3398 break; 3480 break;
3399 3481
3400 case CSI_SGR: /* 8.3.118: (0) SELECT GRAPHIC RENDITION */ 3482 case CSI_SGR: /* 8.3.118: (0) SELECT GRAPHIC RENDITION */
3401 process_sgr_mode (nargs, arg); 3483 process_sgr_mode (nargs, arg);
3402 break; 3484 break;
3604/*----------------------------------------------------------------------*/ 3686/*----------------------------------------------------------------------*/
3605/* 3687/*
3606 * get input up until STRING TERMINATOR (or BEL) 3688 * get input up until STRING TERMINATOR (or BEL)
3607 * ends_how is terminator used. returned input must be free()'d 3689 * ends_how is terminator used. returned input must be free()'d
3608 */ 3690 */
3609unsigned char * 3691char *
3610rxvt_term::get_to_st (unicode_t &ends_how) 3692rxvt_term::get_to_st (unicode_t &ends_how)
3611{ 3693{
3612 unicode_t ch; 3694 unicode_t ch;
3613 bool seen_esc = false; 3695 bool seen_esc = false;
3614 unsigned int n = 0; 3696 unsigned int n = 0;
3647 3729
3648 string[n++] = '\0'; 3730 string[n++] = '\0';
3649 3731
3650 ends_how = (ch == 0x5c ? C0_ESC : ch); 3732 ends_how = (ch == 0x5c ? C0_ESC : ch);
3651 3733
3652 return (unsigned char *)rxvt_wcstombs (string); 3734 return rxvt_wcstombs (string);
3653} 3735}
3654 3736
3655/*----------------------------------------------------------------------*/ 3737/*----------------------------------------------------------------------*/
3656/* 3738/*
3657 * process DEVICE CONTROL STRING `ESC P ... (ST|BEL)' or `0x90 ... (ST|BEL)' 3739 * process DEVICE CONTROL STRING `ESC P ... (ST|BEL)' or `0x90 ... (ST|BEL)'
3658 */ 3740 */
3659void 3741void
3660rxvt_term::process_dcs_seq () 3742rxvt_term::process_dcs_seq ()
3661{ 3743{
3662 unsigned char *s; 3744 char *s;
3663 unicode_t eh; 3745 unicode_t eh;
3664 3746
3665 /* 3747 /*
3666 * Not handled yet 3748 * Not handled yet
3667 */ 3749 */
3686 for (arg = 0; isdigit (ch); ch = cmd_getc ()) 3768 for (arg = 0; isdigit (ch); ch = cmd_getc ())
3687 arg = arg * 10 + (ch - '0'); 3769 arg = arg * 10 + (ch - '0');
3688 3770
3689 if (ch == ';') 3771 if (ch == ';')
3690 { 3772 {
3691 unsigned char *s = get_to_st (eh); 3773 char *s = get_to_st (eh);
3692 3774
3693 if (s) 3775 if (s)
3694 { 3776 {
3695 process_xterm_seq (arg, (char *)s, eh); 3777 process_xterm_seq (arg, s, eh);
3696 free (s); 3778 free (s);
3697 } 3779 }
3698 } 3780 }
3699} 3781}
3700 3782
3701void 3783void
3702rxvt_term::process_color_seq (int report, int color, const char *str, unsigned char resp) 3784rxvt_term::process_color_seq (int report, int color, const char *str, char resp)
3703{ 3785{
3704 if (str[0] == '?' && !str[1]) 3786 if (str[0] == '?' && !str[1])
3705 { 3787 {
3706 unsigned short r, g, b; 3788 unsigned short r, g, b;
3707 pix_colors_focused[color].get (display, r, g, b); 3789 pix_colors_focused[color].get (display, r, g, b);
3713 3795
3714/* 3796/*
3715 * XTerm escape sequences: ESC ] Ps;Pt (ST|BEL) 3797 * XTerm escape sequences: ESC ] Ps;Pt (ST|BEL)
3716 */ 3798 */
3717void 3799void
3718rxvt_term::process_xterm_seq (int op, const char *str, unsigned char resp) 3800rxvt_term::process_xterm_seq (int op, const char *str, char resp)
3719{ 3801{
3720 int changed = 0; 3802 int changed = 0;
3721 int color; 3803 int color;
3722 char *buf, *name; 3804 char *buf, *name;
3723 bool query = str[0] == '?' && !str[1]; 3805 bool query = str[0] == '?' && !str[1];
3780 { 3862 {
3781 if ((name = strchr (buf, ';')) == NULL) 3863 if ((name = strchr (buf, ';')) == NULL)
3782 break; 3864 break;
3783 3865
3784 *name++ = '\0'; 3866 *name++ = '\0';
3785 color = atoi (buf); 3867 color = atoi (buf) + minCOLOR;
3786 3868
3787 if (color < 0 || color >= TOTAL_COLORS) 3869 if (!IN_RANGE_INC (color, minCOLOR, maxTermCOLOR))
3788 break; 3870 break;
3789 3871
3790 if ((buf = strchr (name, ';')) != NULL) 3872 if ((buf = strchr (name, ';')) != NULL)
3791 *buf++ = '\0'; 3873 *buf++ = '\0';
3792 3874
3793 if (name[0] == '?' && !name[1]) 3875 if (name[0] == '?' && !name[1])
3794 { 3876 {
3795 unsigned short r, g, b; 3877 unsigned short r, g, b;
3796 pix_colors_focused[color + minCOLOR].get (display, r, g, b); 3878 pix_colors_focused[color].get (display, r, g, b);
3797 tt_printf ("\033]%d;%d;rgb:%04x/%04x/%04x%c", XTerm_Color, color, r, g, b, resp); 3879 tt_printf ("\033]%d;%d;rgb:%04x/%04x/%04x%c", XTerm_Color, color, r, g, b, resp);
3798 } 3880 }
3799 else 3881 else
3800 set_window_color (color + minCOLOR, name); 3882 set_window_color (color, name);
3801 } 3883 }
3802 break; 3884 break;
3803 case XTerm_Color00: 3885 case XTerm_Color00:
3804 process_color_seq (XTerm_Color00, Color_fg, str, resp); 3886 process_color_seq (XTerm_Color00, Color_fg, str, resp);
3805 break; 3887 break;
3806 case XTerm_Color01: 3888 case XTerm_Color01:
3807 process_color_seq (XTerm_Color00, Color_bg, str, resp); 3889 process_color_seq (XTerm_Color01, Color_bg, str, resp);
3808 break; 3890 break;
3809#ifndef NO_CURSORCOLOR 3891#ifndef NO_CURSORCOLOR
3810 case XTerm_Color_cursor: 3892 case XTerm_Color_cursor:
3811 process_color_seq (XTerm_Color_cursor, Color_cursor, str, resp); 3893 process_color_seq (XTerm_Color_cursor, Color_cursor, str, resp);
3812 break; 3894 break;
3816 break; 3898 break;
3817 case XTerm_Color_pointer_bg: 3899 case XTerm_Color_pointer_bg:
3818 process_color_seq (XTerm_Color_pointer_bg, Color_pointer_bg, str, resp); 3900 process_color_seq (XTerm_Color_pointer_bg, Color_pointer_bg, str, resp);
3819 break; 3901 break;
3820#ifndef NO_BOLD_UNDERLINE_REVERSE 3902#ifndef NO_BOLD_UNDERLINE_REVERSE
3821 case XTerm_Color_BD:
3822 process_color_seq (XTerm_Color_BD, Color_BD, str, resp);
3823 break;
3824 case XTerm_Color_UL:
3825 process_color_seq (XTerm_Color_UL, Color_UL, str, resp);
3826 break;
3827 case XTerm_Color_RV: 3903 case XTerm_Color_RV:
3828 process_color_seq (XTerm_Color_RV, Color_RV, str, resp); 3904 process_color_seq (XTerm_Color_RV, Color_RV, str, resp);
3905 break;
3906 case Rxvt_Color_BD:
3907 case URxvt_Color_BD:
3908 process_color_seq (op, Color_BD, str, resp);
3909 break;
3910 case Rxvt_Color_UL:
3911 case URxvt_Color_UL:
3912 process_color_seq (op, Color_UL, str, resp);
3829 break; 3913 break;
3830 case URxvt_Color_IT: 3914 case URxvt_Color_IT:
3831 process_color_seq (URxvt_Color_IT, Color_IT, str, resp); 3915 process_color_seq (URxvt_Color_IT, Color_IT, str, resp);
3832 break; 3916 break;
3833#endif 3917#endif
3838 if (am_transparent) 3922 if (am_transparent)
3839 want_full_refresh = want_refresh = 1; 3923 want_full_refresh = want_refresh = 1;
3840 break; 3924 break;
3841#endif 3925#endif
3842 3926
3843 case XTerm_Pixmap: 3927 case Rxvt_Pixmap:
3844 if (*str != ';') 3928 if (*str != ';')
3845 { 3929 {
3846#if XPM_BACKGROUND 3930#if XPM_BACKGROUND
3847 scale_pixmap (""); /* reset to default scaling */ 3931 scale_pixmap (""); /* reset to default scaling */
3848 set_bgPixmap (str); /* change pixmap */ 3932 set_bgPixmap (str); /* change pixmap */
3849#endif
3850 scr_touch (true); 3933 scr_touch (true);
3934#endif
3851 } 3935 }
3936
3852 while ((str = strchr (str, ';')) != NULL) 3937 while ((str = strchr (str, ';')) != NULL)
3853 { 3938 {
3854 str++; 3939 str++;
3855#if XPM_BACKGROUND 3940#if XPM_BACKGROUND
3856 changed += scale_pixmap (str); 3941 changed += scale_pixmap (str);
3859 3944
3860 if (changed) 3945 if (changed)
3861 { 3946 {
3862#ifdef XPM_BACKGROUND 3947#ifdef XPM_BACKGROUND
3863 resize_pixmap (); 3948 resize_pixmap ();
3864#endif
3865 scr_touch (true); 3949 scr_touch (true);
3950#endif
3866 } 3951 }
3867 break; 3952 break;
3868 3953
3869 case XTerm_restoreFG: 3954 case Rxvt_restoreFG:
3870 set_window_color (Color_fg, str); 3955 set_window_color (Color_fg, str);
3871 break; 3956 break;
3872 case XTerm_restoreBG: 3957 case Rxvt_restoreBG:
3873 set_window_color (Color_bg, str); 3958 set_window_color (Color_bg, str);
3874 break; 3959 break;
3875 3960
3876 case XTerm_logfile: 3961 case XTerm_logfile:
3877 // TODO, when secure mode? 3962 // TODO, when secure mode?
3882 if (OPTION (Opt_insecure)) 3967 if (OPTION (Opt_insecure))
3883 menubar_dispatch (const_cast<char *>(str)); // casting away constness is checked 3968 menubar_dispatch (const_cast<char *>(str)); // casting away constness is checked
3884 break; 3969 break;
3885#endif 3970#endif
3886#if 0 3971#if 0
3887 case XTerm_dumpscreen: /* no error notices */ 3972 case Rxvt_dumpscreen: /* no error notices */
3888 { 3973 {
3889 int fd; 3974 int fd;
3890 if ((fd = open (str, O_RDWR | O_CREAT | O_EXCL, 0600)) >= 0) 3975 if ((fd = open (str, O_RDWR | O_CREAT | O_EXCL, 0600)) >= 0)
3891 { 3976 {
3892 scr_dump (fd); 3977 scr_dump (fd);
3930 } 4015 }
3931 break; 4016 break;
3932 4017
3933 case URxvt_view_up: 4018 case URxvt_view_up:
3934 case URxvt_view_down: 4019 case URxvt_view_down:
4020 {
3935 int lines = atoi (str); 4021 int lines = atoi (str);
3936 4022
3937 if (lines) 4023 if (lines)
3938 scr_page (op == URxvt_view_up ? UP : DN, lines); 4024 scr_page (op == URxvt_view_up ? UP : DN, lines);
3939 else 4025 else
3940 {
3941 scr_erase_savelines (); 4026 scr_erase_savelines ();
3942 } 4027 }
3943 4028
4029 break;
4030#endif
4031
4032#if ENABLE_PERL
4033 case URxvt_perl:
4034 if (HOOK_INVOKE ((this, HOOK_OSC_SEQ, DT_STR, str, DT_END)))
4035 ; // no responses yet
3944 break; 4036 break;
3945#endif 4037#endif
3946 } 4038 }
3947} 4039}
3948/*----------------------------------------------------------------------*/ 4040/*----------------------------------------------------------------------*/
4059 /* extra handling for values with state unkept */ 4151 /* extra handling for values with state unkept */
4060 switch (arg[i]) 4152 switch (arg[i])
4061 { 4153 {
4062#if ENABLE_STYLES 4154#if ENABLE_STYLES
4063 case 1021: 4155 case 1021:
4064 if (mode) 4156 set_option (Opt_intensityStyles, mode);
4065 SET_OPTION (Opt_intensityStyles);
4066 else
4067 CLR_OPTION (Opt_intensityStyles);
4068 4157
4069 want_refresh = 1; 4158 scr_touch (true);
4070 want_full_refresh = 1;
4071 break; 4159 break;
4072#endif 4160#endif
4073 case 1048: /* alternative cursor save */ 4161 case 1048: /* alternative cursor save */
4074 case 1049: 4162 case 1049:
4075 if (OPTION (Opt_secondaryScreen)) 4163 if (OPTION (Opt_secondaryScreen))
4095 case 3: /* 80/132 */ 4183 case 3: /* 80/132 */
4096 if (priv_modes & PrivMode_132OK) 4184 if (priv_modes & PrivMode_132OK)
4097 set_widthheight (((state ? 132 : 80) * fwidth), height); 4185 set_widthheight (((state ? 132 : 80) * fwidth), height);
4098 break; 4186 break;
4099 case 4: /* smooth scrolling */ 4187 case 4: /* smooth scrolling */
4100 if (!state) 4188 set_option (Opt_jumpScroll, !state);
4101 SET_OPTION (Opt_jumpScroll);
4102 else
4103 CLR_OPTION (Opt_jumpScroll);
4104 break; 4189 break;
4105 case 5: /* reverse video */ 4190 case 5: /* reverse video */
4106 scr_rvideo_mode (state); 4191 scr_rvideo_mode (state);
4107 break; 4192 break;
4108 case 6: /* relative/absolute origins */ 4193 case 6: /* relative/absolute origins */
4149#if 0 4234#if 0
4150 case 1001: 4235 case 1001:
4151 break; /* X11 mouse highlighting */ 4236 break; /* X11 mouse highlighting */
4152#endif 4237#endif
4153 case 1010: /* scroll to bottom on TTY output inhibit */ 4238 case 1010: /* scroll to bottom on TTY output inhibit */
4154 if (!state) 4239 set_option (Opt_scrollTtyOutput, !state);
4155 SET_OPTION (Opt_scrollTtyOutput);
4156 else
4157 CLR_OPTION (Opt_scrollTtyOutput);
4158 break; 4240 break;
4159 case 1011: /* scroll to bottom on key press */ 4241 case 1011: /* scroll to bottom on key press */
4160 if (state) 4242 set_option (Opt_scrollTtyKeypress, state);
4161 SET_OPTION (Opt_scrollTtyKeypress);
4162 else
4163 CLR_OPTION (Opt_scrollTtyKeypress);
4164 break; 4243 break;
4165 case 1047: /* secondary screen w/ clearing last */ 4244 case 1047: /* secondary screen w/ clearing last */
4166 if (OPTION (Opt_secondaryScreen)) 4245 if (OPTION (Opt_secondaryScreen))
4167 if (current_screen != PRIMARY) 4246 if (current_screen != PRIMARY)
4168 scr_erase_screen (2); 4247 scr_erase_screen (2);
4306 scr_color (Color_bg, Color_bg); 4385 scr_color (Color_bg, Color_bg);
4307 break; 4386 break;
4308 4387
4309 //case 50: // not variable spacing 4388 //case 50: // not variable spacing
4310 4389
4311#ifndef NO_BRIGHTCOLOR 4390#if ENABLE_FRILLS
4312 case 90: 4391 case 90:
4313 case 91: /* set bright fg color */ 4392 case 91: /* set bright fg color */
4314 case 92: 4393 case 92:
4315 case 93: 4394 case 93:
4316 case 94: 4395 case 94:
4361 */ 4440 */
4362void 4441void
4363rxvt_term::tt_printf (const char *fmt,...) 4442rxvt_term::tt_printf (const char *fmt,...)
4364{ 4443{
4365 va_list arg_ptr; 4444 va_list arg_ptr;
4366 unsigned char buf[256]; 4445 char buf[256];
4367 4446
4368 va_start (arg_ptr, fmt); 4447 va_start (arg_ptr, fmt);
4369 vsnprintf ((char *)buf, 256, fmt, arg_ptr); 4448 vsnprintf ((char *)buf, 256, fmt, arg_ptr);
4370 va_end (arg_ptr); 4449 va_end (arg_ptr);
4371 tt_write (buf, strlen (buf)); 4450 tt_write (buf, strlen (buf));
4376 * or generated by us in response to a query ESC sequence. 4455 * or generated by us in response to a query ESC sequence.
4377 */ 4456 */
4378const unsigned int MAX_PTY_WRITE = 255; // minimum MAX_INPUT 4457const unsigned int MAX_PTY_WRITE = 255; // minimum MAX_INPUT
4379 4458
4380void 4459void
4381rxvt_term::tt_write (const unsigned char *data, unsigned int len) 4460rxvt_term::tt_write (const char *data, unsigned int len)
4382{ 4461{
4462 if (HOOK_INVOKE ((this, HOOK_TT_WRITE, DT_STR_LEN, data, len, DT_END)))
4463 return;
4464
4465 if (pty.pty < 0)
4466 return;
4467
4383 if (v_buflen == 0) 4468 if (v_buflen == 0)
4384 { 4469 {
4385 ssize_t written = write (pty.pty, data, min (len, MAX_PTY_WRITE)); 4470 ssize_t written = write (pty.pty, data, min (len, MAX_PTY_WRITE));
4386 4471
4387 if ((unsigned int)written == len) 4472 if ((unsigned int)written == len)
4389 4474
4390 data += written; 4475 data += written;
4391 len -= written; 4476 len -= written;
4392 } 4477 }
4393 4478
4394 v_buffer = (unsigned char *)realloc (v_buffer, v_buflen + len); 4479 v_buffer = (char *)realloc (v_buffer, v_buflen + len);
4395 4480
4396 memcpy (v_buffer + v_buflen, data, len); 4481 memcpy (v_buffer + v_buflen, data, len);
4397 v_buflen += len; 4482 v_buflen += len;
4398 4483
4399 pty_ev.set (EVENT_READ | EVENT_WRITE); 4484 pty_ev.set (EVENT_READ | EVENT_WRITE);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines