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.267 by root, Mon Jan 16 15:00:20 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
141 || !IN_RANGE_EXC (y, 0, nrow)) 147 || !IN_RANGE_EXC (y, 0, nrow))
142 return; 148 return;
143 149
144 for (;;) 150 for (;;)
145 { 151 {
146 const line_t &l = ROW(y - view_start); 152 const line_t &l = ROW(y + view_start);
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 {
433 scr_move_to (0, 1); 443 scr_move_to (0, 1);
434 return; 444 return;
435 } 445 }
436 else if (keysym == XK_End) 446 else if (keysym == XK_End)
437 { 447 {
438 scr_move_to (1, 0); 448 scr_move_to (1, 1);
439 return; 449 return;
440 } 450 }
441 } 451 }
442#endif 452#endif
443 } 453 }
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_INT, keysym, DT_STR_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 */
906#endif /* DEBUG_CMD */ 919#endif /* DEBUG_CMD */
907 tt_write (kbuf, (unsigned int)len); 920 tt_write (kbuf, (unsigned int)len);
908} 921}
909/*}}} */ 922/*}}} */
910 923
911#if MENUBAR_MAX || defined (KEYSYM_RESOURCE) 924#if defined (KEYSYM_RESOURCE)
912/*{{{ rxvt_cmd_write (), rxvt_cmd_getc () */
913/* attempt to `write' count to the input buffer */
914unsigned int 925unsigned int
915rxvt_term::cmd_write (const unsigned char *str, unsigned int count) 926rxvt_term::cmd_write (const char *str, unsigned int count)
916{ 927{
917 unsigned int n, s; 928 unsigned int n, s;
918 929
919 n = cmdbuf_ptr - cmdbuf_base; 930 n = cmdbuf_ptr - cmdbuf_base;
920 s = cmdbuf_base + CBUFSIZ - 1 - cmdbuf_endp; 931 s = cmdbuf_base + CBUFSIZ - 1 - cmdbuf_endp;
957 } 968 }
958#endif 969#endif
959 970
960 if (want_refresh) 971 if (want_refresh)
961 { 972 {
973 if (SHOULD_INVOKE (HOOK_LINE_UPDATE))
974 {
975 int row = view_start;
976 int end_row = row + nrow;
977
978 while (row > top_row && ROW (row - 1).is_longer ())
979 --row;
980
981 do
982 {
983 int start_row = row;
984 line_t *l;
985
986 do
987 {
988 l = &ROW (row++);
989
990 if (!(l->f & LINE_FILTERED))
991 {
992 // line not filtered, mark it as filtered
993 l->f |= LINE_FILTERED;
994 while (l->is_longer ())
995 {
996 l = &ROW (row++);
997 l->f |= LINE_FILTERED;
998 }
999
1000 // and filter it
1001 HOOK_INVOKE ((this, HOOK_LINE_UPDATE, DT_INT, start_row, DT_END));
1002
1003 break;
1004 }
1005 }
1006 while (l->is_longer () && row < end_row);
1007 }
1008 while (row < end_row);
1009 }
1010
962 scr_refresh (refresh_type); 1011 scr_refresh (refresh_type);
963 scrollbar_show (1); 1012 scrollbar_show (1);
964#ifdef USE_XIM 1013#ifdef USE_XIM
965 IMSendSpot (); 1014 IMSendSpot ();
966#endif 1015#endif
970} 1019}
971 1020
972void 1021void
973rxvt_term::check_cb (check_watcher &w) 1022rxvt_term::check_cb (check_watcher &w)
974{ 1023{
975 SET_R (this); 1024 make_current ();
976 SET_LOCALE (locale);
977 1025
978 display->flush (); 1026 display->flush ();
979 1027
980 if (want_refresh && !flush_ev.active) 1028 if (want_refresh && !flush_ev.active)
981 flush_ev.start (NOW + 0.01); 1029 flush_ev.start (NOW + 1. / 60.); // refresh at max. 60 hz normally
982} 1030}
983 1031
984void 1032void
985rxvt_term::flush_cb (time_watcher &w) 1033rxvt_term::flush_cb (time_watcher &w)
986{ 1034{
987 SET_R (this); 1035 make_current ();
988 SET_LOCALE (locale);
989 1036
990 refresh_limit = 1; 1037 refresh_limit = 1;
991 refresh_count = 0; 1038 refresh_count = 0;
992 flush (); 1039 flush ();
993} 1040}
1050{ 1097{
1051 if (mouse_slip_wheel_speed == 0 1098 if (mouse_slip_wheel_speed == 0
1052 || mouse_slip_wheel_speed < 0 ? scr_page (DN, -mouse_slip_wheel_speed) 1099 || mouse_slip_wheel_speed < 0 ? scr_page (DN, -mouse_slip_wheel_speed)
1053 : scr_page (UP, mouse_slip_wheel_speed)) 1100 : scr_page (UP, mouse_slip_wheel_speed))
1054 { 1101 {
1055 if (view_start == nsaved || 1102 if (view_start == top_row || view_start == 0)
1056 view_start == 0)
1057 mouse_slip_wheel_speed = 0; 1103 mouse_slip_wheel_speed = 0;
1058 1104
1059 refresh_type |= SMOOTH_REFRESH; 1105 refresh_type |= SMOOTH_REFRESH;
1060 want_refresh = 1; 1106 want_refresh = 1;
1061 w.start (w.at + SCROLLBAR_CONTINUOUS_DELAY); 1107 w.start (w.at + SCROLLBAR_CONTINUOUS_DELAY);
1062 } 1108 }
1063} 1109}
1064#endif 1110#endif
1065 1111
1112#if HAVE_SCHED_YIELD
1113static struct event_handler
1114{
1115 check_watcher cw_yield;
1116
1117 void yield (check_watcher &w)
1118 {
1119 sched_yield ();
1120 w.stop ();
1121 }
1122
1123 event_handler ()
1124 : cw_yield (this, &event_handler::yield)
1125 {
1126 }
1127} event_handler;
1128#endif
1129
1066bool 1130bool
1067rxvt_term::pty_fill () 1131rxvt_term::pty_fill ()
1068{ 1132{
1069 ssize_t n = cmdbuf_endp - cmdbuf_ptr; 1133 ssize_t n = cmdbuf_endp - cmdbuf_ptr;
1070 1134
1071 if (CBUFSIZ == n) 1135 if (CBUFSIZ == n)
1072 { 1136 {
1073 rxvt_warn ("pty_fill on full buffer, draining input, continuing.\n"); 1137 rxvt_warn ("PLEASE REPORT: pty_fill on full buffer, draining input, continuing.\n");
1074 n = 0; 1138 n = 0;
1075 } 1139 }
1076 1140
1077 memmove (cmdbuf_base, cmdbuf_ptr, n); 1141 memmove (cmdbuf_base, cmdbuf_ptr, n);
1078 cmdbuf_ptr = cmdbuf_base; 1142 cmdbuf_ptr = cmdbuf_base;
1079 cmdbuf_endp = cmdbuf_ptr + n; 1143 cmdbuf_endp = cmdbuf_ptr + n;
1080 1144
1081 n = read (pty.pty, cmdbuf_endp, CBUFSIZ - n); 1145 ssize_t r = read (pty.pty, cmdbuf_endp, CBUFSIZ - n);
1082 1146
1083 if (n > 0) 1147 if (r > 0)
1084 { 1148 {
1085 cmdbuf_endp += n; 1149 cmdbuf_endp += r;
1086 return true; 1150 return true;
1087 } 1151 }
1088 else if ((n < 0 && errno != EAGAIN && errno != EINTR) || n == 0) 1152 else if (r < 0 && (errno == EAGAIN || errno == EINTR))
1153 {
1154#if HAVE_SCHED_YIELD
1155 if (display->is_local)
1156 event_handler.cw_yield.start ();
1157#endif
1158 }
1159 else
1089 { 1160 {
1090 pty_ev.stop (); 1161 pty_ev.stop ();
1091 1162
1092 if (!(options & Opt_hold)) 1163 if (!OPTION (Opt_hold))
1093 destroy (); 1164 destroy ();
1094 } 1165 }
1095 1166
1096 return false; 1167 return false;
1097} 1168}
1098 1169
1099void 1170void
1100rxvt_term::pty_cb (io_watcher &w, short revents) 1171rxvt_term::pty_cb (io_watcher &w, short revents)
1101{ 1172{
1102 SET_R (this); 1173 make_current ();
1103 SET_LOCALE (locale);
1104 1174
1105 if (revents & EVENT_READ) 1175 if (revents & EVENT_READ)
1106 // loop, but don't allow a single term to monopolize us 1176 // loop, but don't allow a single term to monopolize us
1107 while (pty_fill ()) 1177 while (pty_fill ())
1108 if (cmd_parse ()) 1178 if (cmd_parse ())
1119 recolour_cursor (); 1189 recolour_cursor ();
1120 1190
1121#ifdef POINTER_BLANK 1191#ifdef POINTER_BLANK
1122 hidden_pointer = 0; 1192 hidden_pointer = 0;
1123 1193
1124 if (options & Opt_pointerBlank) 1194 if (OPTION (Opt_pointerBlank))
1125 pointer_ev.start (NOW + pointerBlankDelay); 1195 pointer_ev.start (NOW + pointerBlankDelay);
1126#endif 1196#endif
1127} 1197}
1128 1198
1129#ifdef POINTER_BLANK 1199#ifdef POINTER_BLANK
1130void 1200void
1131rxvt_term::pointer_blank () 1201rxvt_term::pointer_blank ()
1132{ 1202{
1133 if (! (options & Opt_pointerBlank)) 1203 if (!OPTION (Opt_pointerBlank))
1134 return; 1204 return;
1135 1205
1136 XDefineCursor (display->display, vt, display->blank_cursor); 1206 XDefineCursor (display->display, vt, display->blank_cursor);
1137 XFlush (display->display); 1207 XFlush (display->display);
1138 1208
1140} 1210}
1141 1211
1142void 1212void
1143rxvt_term::pointer_cb (time_watcher &w) 1213rxvt_term::pointer_cb (time_watcher &w)
1144{ 1214{
1145 SET_R (this); 1215 make_current ();
1146 SET_LOCALE (locale);
1147 1216
1148 pointer_blank (); 1217 pointer_blank ();
1149} 1218}
1150#endif 1219#endif
1151 1220
1230 1299
1231/*{{{ process an X event */ 1300/*{{{ process an X event */
1232void 1301void
1233rxvt_term::x_cb (XEvent &ev) 1302rxvt_term::x_cb (XEvent &ev)
1234{ 1303{
1304 make_current ();
1305
1235 dDisp; 1306 dDisp;
1236 1307
1237 SET_R (this); 1308 if (ev.xany.window == vt
1238 SET_LOCALE (locale); 1309 && SHOULD_INVOKE (HOOK_X_EVENT)
1310 && HOOK_INVOKE ((this, HOOK_X_EVENT, DT_XEVENT, &ev, DT_END)))
1311 return;
1239 1312
1240#if defined(CURSOR_BLINK) 1313 // for XQueryPointer
1241 if ((options & Opt_cursorBlink) && ev.type == KeyPress)
1242 {
1243 if (hidden_cursor)
1244 {
1245 hidden_cursor = 0;
1246 want_refresh = 1;
1247 }
1248
1249 cursor_blink_ev.start (NOW + BLINK_INTERVAL);
1250 }
1251#endif
1252
1253#if defined(POINTER_BLANK)
1254 if ((options & Opt_pointerBlank) && pointerBlankDelay > 0)
1255 {
1256 if (ev.type == MotionNotify
1257 || ev.type == ButtonPress
1258 || ev.type == ButtonRelease)
1259 if (hidden_pointer)
1260 pointer_unblank ();
1261
1262 if (ev.type == KeyPress && hidden_pointer == 0)
1263 pointer_blank ();
1264 }
1265#endif
1266
1267 Window unused_root, unused_child; 1314 Window unused_root, unused_child;
1268 int unused_root_x, unused_root_y; 1315 int unused_root_x, unused_root_y;
1269 unsigned int unused_mask; 1316 unsigned int unused_mask;
1270 1317
1271 switch (ev.type) 1318 switch (ev.type)
1278 1325
1279 break; 1326 break;
1280 1327
1281 case KeyRelease: 1328 case KeyRelease:
1282 { 1329 {
1283#if (MOUSE_WHEEL && MOUSE_SLIP_WHEELING) || ISO_14755 1330#if (MOUSE_WHEEL && MOUSE_SLIP_WHEELING) || ISO_14755 || ENABLE_PERL
1284 KeySym ks; 1331 KeySym keysym;
1285 1332
1286 ks = XLookupKeysym (&ev.xkey, ev.xkey.state & ShiftMask ? 1 : 0); // sorry, only shift supported :/ 1333 keysym = XLookupKeysym (&ev.xkey, ev.xkey.state & ShiftMask ? 1 : 0); // sorry, only shift supported :/
1287#endif 1334#endif
1288 1335
1289#if ENABLE_FRILLS || ISO_14755 1336#if ENABLE_FRILLS || ISO_14755
1290 // ISO 14755 support 1337 // ISO 14755 support
1291 if (iso14755buf) 1338 if (iso14755buf)
1296# endif 1343# endif
1297# if ISO_14755 1344# if ISO_14755
1298 // iso14755 part 5.2 handling: release time 1345 // iso14755 part 5.2 handling: release time
1299 // first: controls 1346 // first: controls
1300 if ((ev.xkey.state & ControlMask) 1347 if ((ev.xkey.state & ControlMask)
1301 && ((ks >= 0x40 && ks <= 0x5f) 1348 && ((keysym >= 0x40 && keysym <= 0x5f)
1302 || (ks >= 0x61 && ks <= 0x7f))) 1349 || (keysym >= 0x61 && keysym <= 0x7f)))
1303 { 1350 {
1304 iso14755buf = ISO_14755_51 | 0x2400 | (ks & 0x1f); 1351 iso14755buf = ISO_14755_51 | 0x2400 | (keysym & 0x1f);
1305 commit_iso14755 (); 1352 commit_iso14755 ();
1306 return; // case-break; 1353 goto skip_switch;
1307 } 1354 }
1308 1355
1309 for (unsigned short *i = iso14755_symtab; i[0]; i+= 2) 1356 for (unsigned short *i = iso14755_symtab; i[0]; i+= 2)
1310 if (i[0] == ks) 1357 if (i[0] == keysym)
1311 { 1358 {
1312 iso14755buf = ISO_14755_51 | i[1]; 1359 iso14755buf = ISO_14755_51 | i[1];
1313 commit_iso14755 (); 1360 commit_iso14755 ();
1314 return; // case-break; 1361 goto skip_switch;
1315 } 1362 }
1316 1363
1317 scr_bell (); 1364 scr_bell ();
1318# endif 1365# endif
1319 iso14755buf = 0; 1366 iso14755buf = 0;
1338 else 1385 else
1339 iso14755buf = 0; 1386 iso14755buf = 0;
1340 } 1387 }
1341#endif 1388#endif
1342 1389
1390 if (ev.xany.window == vt
1391 && HOOK_INVOKE ((this, HOOK_KEY_RELEASE, DT_XEVENT, &ev, DT_INT, keysym, DT_END)))
1392 break;
1393
1343#if defined(MOUSE_WHEEL) && defined(MOUSE_SLIP_WHEELING) 1394#if defined(MOUSE_WHEEL) && defined(MOUSE_SLIP_WHEELING)
1344 if (!(ev.xkey.state & ControlMask)) 1395 if (!(ev.xkey.state & ControlMask))
1345 slip_wheel_ev.stop (); 1396 slip_wheel_ev.stop ();
1346 else if (ks == XK_Control_L || ks == XK_Control_R) 1397 else if (keysym == XK_Control_L || keysym == XK_Control_R)
1347 mouse_slip_wheel_speed = 0; 1398 mouse_slip_wheel_speed = 0;
1348#endif 1399#endif
1349 break; 1400 break;
1350 } 1401 }
1351 1402
1455 seen_resize = 1; 1506 seen_resize = 1;
1456 resize_all_windows (ev.xconfigure.width, ev.xconfigure.height, 1); 1507 resize_all_windows (ev.xconfigure.width, ev.xconfigure.height, 1);
1457 } 1508 }
1458 1509
1459#ifdef TRANSPARENT /* XXX: maybe not needed - leave in for now */ 1510#ifdef TRANSPARENT /* XXX: maybe not needed - leave in for now */
1460 if (options & Opt_transparent) 1511 if (OPTION (Opt_transparent))
1461 check_our_parents (); 1512 check_our_parents ();
1462#endif 1513#endif
1463 } 1514 }
1464 break; 1515 break;
1465 1516
1481 1532
1482 case SelectionRequest: 1533 case SelectionRequest:
1483 selection_send (ev.xselectionrequest); 1534 selection_send (ev.xselectionrequest);
1484 break; 1535 break;
1485 1536
1537 case MapNotify:
1538 mapped = 1;
1539#ifdef TEXT_BLINK
1540 text_blink_ev.start (NOW + TEXT_BLINK_INTERVAL);
1541#endif
1542 HOOK_INVOKE ((this, HOOK_MAP_NOTIFY, DT_XEVENT, &ev, DT_END));
1543 break;
1544
1486 case UnmapNotify: 1545 case UnmapNotify:
1487 mapped = 0; 1546 mapped = 0;
1488#ifdef TEXT_BLINK 1547#ifdef TEXT_BLINK
1489 text_blink_ev.stop (); 1548 text_blink_ev.stop ();
1490#endif 1549#endif
1491 break; 1550 HOOK_INVOKE ((this, HOOK_UNMAP_NOTIFY, DT_XEVENT, &ev, DT_END));
1492
1493 case MapNotify:
1494 mapped = 1;
1495#ifdef TEXT_BLINK
1496 text_blink_ev.start (NOW + TEXT_BLINK_INTERVAL);
1497#endif
1498 break; 1551 break;
1499 1552
1500#ifdef TRANSPARENT 1553#ifdef TRANSPARENT
1501 case ReparentNotify: 1554 case ReparentNotify:
1502 rootwin_cb (ev); 1555 rootwin_cb (ev);
1516 1569
1517 while (XCheckTypedWindowEvent (disp, vt, ev.xany.type, &ev)) 1570 while (XCheckTypedWindowEvent (disp, vt, ev.xany.type, &ev))
1518 scr_expose (ev.xexpose.x, ev.xexpose.y, 1571 scr_expose (ev.xexpose.x, ev.xexpose.y,
1519 ev.xexpose.width, ev.xexpose.height, False); 1572 ev.xexpose.width, ev.xexpose.height, False);
1520 1573
1521 scr_refresh (refresh_type); 1574 want_refresh = 1;
1522 } 1575 }
1523 else 1576 else
1524 { 1577 {
1525 XEvent unused_event; 1578 XEvent unused_event;
1526 1579
1532 if (isScrollbarWindow (ev.xany.window)) 1585 if (isScrollbarWindow (ev.xany.window))
1533 { 1586 {
1534 scrollBar.setIdle (); 1587 scrollBar.setIdle ();
1535 scrollbar_show (0); 1588 scrollbar_show (0);
1536 } 1589 }
1537#ifdef MENUBAR
1538 if (menubar_visible () && isMenuBarWindow (ev.xany.window))
1539 menubar_expose ();
1540#endif
1541 1590
1542#ifdef TRANSPARENT 1591#ifdef TRANSPARENT
1543 if (am_transparent && ev.xany.window == parent[0]) 1592 if (am_transparent && ev.xany.window == parent[0])
1544 XClearWindow (disp, ev.xany.window); 1593 XClearWindow (disp, ev.xany.window);
1545#endif 1594#endif
1549 case MotionNotify: 1598 case MotionNotify:
1550#ifdef POINTER_BLANK 1599#ifdef POINTER_BLANK
1551 if (hidden_pointer) 1600 if (hidden_pointer)
1552 pointer_unblank (); 1601 pointer_unblank ();
1553#endif 1602#endif
1554#if MENUBAR
1555 if (isMenuBarWindow (ev.xany.window))
1556 {
1557 menubar_control (ev.xbutton);
1558 break;
1559 }
1560#endif
1561 if ((priv_modes & PrivMode_mouse_report) && !bypass_keystate) 1603 if ((priv_modes & PrivMode_mouse_report) && !bypass_keystate)
1562 break; 1604 break;
1563 1605
1564 if (ev.xany.window == vt) 1606 if (ev.xany.window == vt)
1565 { 1607 {
1608 if (SHOULD_INVOKE (HOOK_MOTION_NOTIFY)
1609 && HOOK_INVOKE ((this, HOOK_MOTION_NOTIFY, DT_XEVENT, &ev, DT_END)))
1610 ; // nop
1566 if (ev.xbutton.state & (Button1Mask | Button3Mask)) 1611 else if (ev.xbutton.state & (Button1Mask | Button3Mask))
1567 { 1612 {
1568 while (XCheckTypedWindowEvent (disp, vt, MotionNotify, &ev)) 1613 while (XCheckTypedWindowEvent (disp, vt, MotionNotify, &ev))
1569 ; 1614 ;
1570 1615
1571 XQueryPointer (disp, vt, 1616 XQueryPointer (disp, vt,
1651 &unused_root_x, &unused_root_y, 1696 &unused_root_x, &unused_root_y,
1652 &ev.xbutton.x, &ev.xbutton.y, 1697 &ev.xbutton.x, &ev.xbutton.y,
1653 &unused_mask); 1698 &unused_mask);
1654 scr_move_to (scrollbar_position (ev.xbutton.y) - csrO, 1699 scr_move_to (scrollbar_position (ev.xbutton.y) - csrO,
1655 scrollbar_size ()); 1700 scrollbar_size ());
1656 scr_refresh (refresh_type); 1701 want_refresh = 1;
1657 refresh_limit = 0; 1702 refresh_limit = 0;
1658 scrollbar_show (1); 1703 scrollbar_show (1);
1659 } 1704 }
1660 break; 1705 break;
1661 } 1706 }
1707
1708skip_switch: ;
1709
1710#if defined(CURSOR_BLINK)
1711 if (OPTION (Opt_cursorBlink) && ev.type == KeyPress)
1712 {
1713 if (hidden_cursor)
1714 {
1715 hidden_cursor = 0;
1716 want_refresh = 1;
1717 }
1718
1719 cursor_blink_ev.start (NOW + BLINK_INTERVAL);
1720 }
1721#endif
1722
1723#if defined(POINTER_BLANK)
1724 if (OPTION (Opt_pointerBlank) && pointerBlankDelay > 0)
1725 {
1726 if (ev.type == MotionNotify
1727 || ev.type == ButtonPress
1728 || ev.type == ButtonRelease)
1729 if (hidden_pointer)
1730 pointer_unblank ();
1731
1732 if (ev.type == KeyPress && hidden_pointer == 0)
1733 pointer_blank ();
1734 }
1735#endif
1662} 1736}
1663 1737
1664void 1738void
1665rxvt_term::focus_in () 1739rxvt_term::focus_in ()
1666{ 1740{
1667 if (!focus) 1741 if (!focus)
1668 { 1742 {
1669 focus = 1; 1743 focus = 1;
1670 want_refresh = 1; 1744 want_refresh = 1;
1745
1746 HOOK_INVOKE ((this, HOOK_FOCUS_OUT, DT_END));
1747
1671#if USE_XIM 1748#if USE_XIM
1672 if (Input_Context != NULL) 1749 if (Input_Context != NULL)
1673 { 1750 {
1674 IMSetStatusPosition (); 1751 IMSetStatusPosition ();
1675 XSetICFocus (Input_Context); 1752 XSetICFocus (Input_Context);
1676 } 1753 }
1677#endif 1754#endif
1678#if CURSOR_BLINK 1755#if CURSOR_BLINK
1679 if (options & Opt_cursorBlink) 1756 if (OPTION (Opt_cursorBlink))
1680 cursor_blink_ev.start (NOW + BLINK_INTERVAL); 1757 cursor_blink_ev.start (NOW + BLINK_INTERVAL);
1681#endif 1758#endif
1682#if OFF_FOCUS_FADING 1759#if OFF_FOCUS_FADING
1683 if (rs[Rs_fade]) 1760 if (rs[Rs_fade])
1684 { 1761 {
1695 if (focus) 1772 if (focus)
1696 { 1773 {
1697 focus = 0; 1774 focus = 0;
1698 want_refresh = 1; 1775 want_refresh = 1;
1699 1776
1777 HOOK_INVOKE ((this, HOOK_FOCUS_OUT, DT_END));
1778
1700#if ENABLE_FRILLS || ISO_14755 1779#if ENABLE_FRILLS || ISO_14755
1780 if (iso14755buf)
1781 {
1701 iso14755buf = 0; 1782 iso14755buf = 0;
1702#endif
1703#if ENABLE_OVERLAY 1783# if ENABLE_OVERLAY
1704 scr_overlay_off (); 1784 scr_overlay_off ();
1785# endif
1786 }
1705#endif 1787#endif
1706#if USE_XIM 1788#if USE_XIM
1707 if (Input_Context != NULL) 1789 if (Input_Context != NULL)
1708 XUnsetICFocus (Input_Context); 1790 XUnsetICFocus (Input_Context);
1709#endif 1791#endif
1710#if CURSOR_BLINK 1792#if CURSOR_BLINK
1711 if (options & Opt_cursorBlink) 1793 if (OPTION (Opt_cursorBlink))
1712 cursor_blink_ev.stop (); 1794 cursor_blink_ev.stop ();
1713 hidden_cursor = 0; 1795 hidden_cursor = 0;
1714#endif 1796#endif
1715#if OFF_FOCUS_FADING 1797#if OFF_FOCUS_FADING
1716 if (rs[Rs_fade]) 1798 if (rs[Rs_fade])
1724 1806
1725#if TRANSPARENT 1807#if TRANSPARENT
1726void 1808void
1727rxvt_term::rootwin_cb (XEvent &ev) 1809rxvt_term::rootwin_cb (XEvent &ev)
1728{ 1810{
1729 SET_R (this); 1811 make_current ();
1730 SET_LOCALE (locale);
1731 1812
1732 switch (ev.type) 1813 switch (ev.type)
1733 { 1814 {
1734 case PropertyNotify: 1815 case PropertyNotify:
1735 /* 1816 /*
1740 && ev.xproperty.atom != xa[XA_ESETROOT_PMAP_ID]) 1821 && ev.xproperty.atom != xa[XA_ESETROOT_PMAP_ID])
1741 return; 1822 return;
1742 1823
1743 /* FALLTHROUGH */ 1824 /* FALLTHROUGH */
1744 case ReparentNotify: 1825 case ReparentNotify:
1745 if ((options & Opt_transparent) && check_our_parents () && am_transparent) 1826 if (OPTION (Opt_transparent) && check_our_parents () && am_transparent)
1746 want_refresh = want_full_refresh = 1; 1827 want_refresh = want_full_refresh = 1;
1747 break; 1828 break;
1748 } 1829 }
1749} 1830}
1750#endif 1831#endif
1753rxvt_term::button_press (XButtonEvent &ev) 1834rxvt_term::button_press (XButtonEvent &ev)
1754{ 1835{
1755 int reportmode = 0, clickintime; 1836 int reportmode = 0, clickintime;
1756 1837
1757 bypass_keystate = ev.state & (ModMetaMask | ShiftMask); 1838 bypass_keystate = ev.state & (ModMetaMask | ShiftMask);
1839
1758 if (!bypass_keystate) 1840 if (!bypass_keystate)
1759 reportmode = !! (priv_modes & PrivMode_mouse_report); 1841 reportmode = !! (priv_modes & PrivMode_mouse_report);
1760 1842
1761 /* 1843 /*
1762 * VT window processing of button press 1844 * VT window processing of button press
1782#ifdef MOUSE_REPORT_DOUBLECLICK 1864#ifdef MOUSE_REPORT_DOUBLECLICK
1783 if (ev.button == MEvent.button && clickintime) 1865 if (ev.button == MEvent.button && clickintime)
1784 { 1866 {
1785 /* same button, within alloted time */ 1867 /* same button, within alloted time */
1786 MEvent.clicks++; 1868 MEvent.clicks++;
1869
1787 if (MEvent.clicks > 1) 1870 if (MEvent.clicks > 1)
1788 { 1871 {
1789 /* only report double clicks */ 1872 /* only report double clicks */
1790 MEvent.clicks = 2; 1873 MEvent.clicks = 2;
1791 mouse_report (ev); 1874 mouse_report (ev);
1811 else 1894 else
1812 { 1895 {
1813 if (ev.button != MEvent.button) 1896 if (ev.button != MEvent.button)
1814 MEvent.clicks = 0; 1897 MEvent.clicks = 0;
1815 1898
1899 if (!HOOK_INVOKE ((this, HOOK_BUTTON_PRESS, DT_XEVENT, &ev, DT_END)))
1816 switch (ev.button) 1900 switch (ev.button)
1817 { 1901 {
1818 case Button1: 1902 case Button1:
1819 /* allow meta + click to select rectangular areas */ 1903 /* allow meta + click to select rectangular areas */
1820 /* should be done in screen.C */ 1904 /* should be done in screen.C */
1821#if ENABLE_FRILLS 1905#if ENABLE_FRILLS
1822 selection.rect = !!(ev.state & ModMetaMask); 1906 selection.rect = !!(ev.state & ModMetaMask);
1823#else 1907#else
1824 selection.rect = false; 1908 selection.rect = false;
1825#endif 1909#endif
1826 1910
1827 /* allow shift+left click to extend selection */ 1911 /* allow shift+left click to extend selection */
1828 if (ev.state & ShiftMask && ! (priv_modes & PrivMode_mouse_report)) 1912 if (ev.state & ShiftMask && !(priv_modes & PrivMode_mouse_report))
1829 { 1913 {
1830 if (MEvent.button == Button1 && clickintime) 1914 if (MEvent.button == Button1 && clickintime)
1831 selection_rotate (ev.x, ev.y); 1915 selection_rotate (ev.x, ev.y);
1832 else 1916 else
1833 selection_extend (ev.x, ev.y, 1); 1917 selection_extend (ev.x, ev.y, 1);
1834 } 1918 }
1835 else 1919 else
1836 { 1920 {
1837 if (MEvent.button == Button1 && clickintime) 1921 if (MEvent.button == Button1 && clickintime)
1838 MEvent.clicks++; 1922 MEvent.clicks++;
1839 else 1923 else
1840 MEvent.clicks = 1; 1924 MEvent.clicks = 1;
1841 1925
1842 selection_click (MEvent.clicks, ev.x, ev.y); 1926 selection_click (MEvent.clicks, ev.x, ev.y);
1843 } 1927 }
1844 1928
1845 MEvent.button = Button1; 1929 MEvent.button = Button1;
1846 break; 1930 break;
1847 1931
1848 case Button3: 1932 case Button3:
1849 if (MEvent.button == Button3 && clickintime) 1933 if (MEvent.button == Button3 && clickintime)
1850 selection_rotate (ev.x, ev.y); 1934 selection_rotate (ev.x, ev.y);
1851 else 1935 else
1852 selection_extend (ev.x, ev.y, 1); 1936 selection_extend (ev.x, ev.y, 1);
1853 1937
1854 MEvent.button = Button3; 1938 MEvent.button = Button3;
1855 break; 1939 break;
1856 } 1940 }
1857 } 1941 }
1858 1942
1859 MEvent.time = ev.time; 1943 MEvent.time = ev.time;
1860 return; 1944 return;
1861 } 1945 }
1862 1946
1998 } 2082 }
1999 2083
2000 break; 2084 break;
2001 } 2085 }
2002 } 2086 }
2087
2003 return; 2088 return;
2004 } 2089 }
2005#if MENUBAR
2006 /*
2007 * Menubar window processing of button press
2008 */
2009 if (isMenuBarWindow (ev.window))
2010 menubar_control (ev);
2011#endif
2012} 2090}
2013 2091
2014void 2092void
2015rxvt_term::button_release (XButtonEvent &ev) 2093rxvt_term::button_release (XButtonEvent &ev)
2016{ 2094{
2072 if (priv_modes & PrivMode_mouse_report 2150 if (priv_modes & PrivMode_mouse_report
2073 && bypass_keystate 2151 && bypass_keystate
2074 && ev.button == Button1 && MEvent.clicks <= 1) 2152 && ev.button == Button1 && MEvent.clicks <= 1)
2075 selection_extend (ev.x, ev.y, 0); 2153 selection_extend (ev.x, ev.y, 0);
2076 2154
2155 if (HOOK_INVOKE ((this, HOOK_BUTTON_RELEASE, DT_XEVENT, &ev, DT_END)))
2156 return;
2157
2077 switch (ev.button) 2158 switch (ev.button)
2078 { 2159 {
2079 case Button1: 2160 case Button1:
2080 case Button3: 2161 case Button3:
2081 selection_make (ev.time); 2162 selection_make (ev.time);
2092 2173
2093 v = ev.button == Button4 ? UP : DN; 2174 v = ev.button == Button4 ? UP : DN;
2094 2175
2095 if (ev.state & ShiftMask) 2176 if (ev.state & ShiftMask)
2096 i = 1; 2177 i = 1;
2097 else if (options & Opt_mouseWheelScrollPage) 2178 else if (OPTION (Opt_mouseWheelScrollPage))
2098 i = nrow - 1; 2179 i = nrow - 1;
2099 else 2180 else
2100 i = 5; 2181 i = 5;
2101 2182
2102# ifdef MOUSE_SLIP_WHEELING 2183# ifdef MOUSE_SLIP_WHEELING
2112 slip_wheel_ev.start (); 2193 slip_wheel_ev.start ();
2113 } 2194 }
2114 else 2195 else
2115 { 2196 {
2116# endif 2197# endif
2117# ifdef JUMP_MOUSE_WHEEL
2118 scr_page (v, i); 2198 scr_page (v, i);
2119 scr_refresh (SMOOTH_REFRESH);
2120 scrollbar_show (1); 2199 scrollbar_show (1);
2121# else
2122 while (i--)
2123 {
2124 scr_page (v, 1);
2125 scr_refresh (SMOOTH_REFRESH);
2126 scrollbar_show (1);
2127 }
2128# endif
2129# ifdef MOUSE_SLIP_WHEELING 2200# ifdef MOUSE_SLIP_WHEELING
2130 } 2201 }
2131#endif 2202# endif
2132 } 2203 }
2133 break; 2204 break;
2134#endif 2205#endif
2135 } 2206 }
2136 } 2207 }
2137#ifdef MENUBAR
2138 else if (isMenuBarWindow (ev.window))
2139 menubar_control (ev);
2140#endif
2141} 2208}
2142 2209
2143#ifdef TRANSPARENT 2210#ifdef TRANSPARENT
2144#if TINTING 2211#if TINTING
2145/* taken from aterm-0.4.2 */ 2212/* taken from aterm-0.4.2 */
2388 XWindowAttributes wattr, wrootattr; 2455 XWindowAttributes wattr, wrootattr;
2389 dDisp; 2456 dDisp;
2390 2457
2391 pchanged = 0; 2458 pchanged = 0;
2392 2459
2393 if (!(options & Opt_transparent)) 2460 if (!OPTION (Opt_transparent))
2394 return pchanged; /* Don't try any more */ 2461 return pchanged; /* Don't try any more */
2395 2462
2396 XGetWindowAttributes (disp, display->root, &wrootattr); 2463 XGetWindowAttributes (disp, display->root, &wrootattr);
2397 rootdepth = wrootattr.depth; 2464 rootdepth = wrootattr.depth;
2398 2465
2625 2692
2626bool 2693bool
2627rxvt_term::cmd_parse () 2694rxvt_term::cmd_parse ()
2628{ 2695{
2629 bool flag = false; 2696 bool flag = false;
2630 unicode_t ch = NOCHAR; 2697 wchar_t ch = NOCHAR;
2631 unsigned char *seq_begin; // remember start of esc-sequence here 2698 char *seq_begin; // remember start of esc-sequence here
2632 2699
2633 for (;;) 2700 for (;;)
2634 { 2701 {
2635 if (ch == NOCHAR) 2702 if (ch == NOCHAR)
2636 { 2703 {
2637 seq_begin = cmdbuf_ptr; 2704 seq_begin = cmdbuf_ptr;
2638 ch = next_char (); 2705 ch = next_char ();
2639 }
2640 2706
2641 if (ch == NOCHAR) // TODO: improve 2707 if (ch == NOCHAR)
2642 break; 2708 break;
2709 }
2643 2710
2644 if (!IS_CONTROL (ch) || ch == C0_LF || ch == C0_CR || ch == C0_HT) 2711 if (!IS_CONTROL (ch) || ch == C0_LF || ch == C0_CR || ch == C0_HT)
2645 { 2712 {
2646 if (!seen_input) 2713 if (!seen_input)
2647 { 2714 {
2656 if (seen_resize && cmd_pid) 2723 if (seen_resize && cmd_pid)
2657 kill (-cmd_pid, SIGWINCH); 2724 kill (-cmd_pid, SIGWINCH);
2658 } 2725 }
2659 2726
2660 /* Read a text string from the input buffer */ 2727 /* Read a text string from the input buffer */
2661 unicode_t buf[UBUFSIZ]; 2728 wchar_t buf[UBUFSIZ];
2662 bool refreshnow = false; 2729 bool refreshnow = false;
2663 int nlines = 0; 2730 int nlines = 0;
2664 unicode_t *str = buf; 2731 wchar_t *str = buf;
2665 unicode_t *eol = str + min (ncol, UBUFSIZ); 2732 wchar_t *eol = str + min (ncol, UBUFSIZ);
2666 2733
2667 for (;;) 2734 for (;;)
2668 { 2735 {
2669 if (ch == NOCHAR || (IS_CONTROL (ch) && ch != C0_LF && ch != C0_CR && ch != C0_HT)) 2736 if (ch == NOCHAR || (IS_CONTROL (ch) && ch != C0_LF && ch != C0_CR && ch != C0_HT))
2670 break; 2737 break;
2676 if (ch == C0_LF) 2743 if (ch == C0_LF)
2677 nlines++; 2744 nlines++;
2678 2745
2679 refresh_count++; 2746 refresh_count++;
2680 2747
2681 if (!(options & Opt_jumpScroll) 2748 if (!OPTION (Opt_jumpScroll)
2682 || (refresh_count >= refresh_limit * (nrow - 1))) 2749 || (refresh_count >= refresh_limit * (nrow - 1)))
2683 { 2750 {
2684 refreshnow = true; 2751 refreshnow = true;
2752 refresh_count = 0;
2685 ch = NOCHAR; 2753 ch = NOCHAR;
2686 break; 2754 break;
2687 } 2755 }
2688 2756
2689 // scr_add_lines only works for nlines <= nrow - 1. 2757 // scr_add_lines only works for nlines <= nrow - 1.
2690 if (nlines >= nrow - 1) 2758 if (nlines >= nrow - 1)
2691 { 2759 {
2760 if (!(SHOULD_INVOKE (HOOK_ADD_LINES)
2761 && HOOK_INVOKE ((this, HOOK_ADD_LINES, DT_WCS_LEN, buf, str - buf, DT_END))))
2692 scr_add_lines (buf, nlines, str - buf); 2762 scr_add_lines (buf, str - buf, nlines);
2763
2693 nlines = 0; 2764 nlines = 0;
2694 str = buf; 2765 str = buf;
2695 eol = str + min (ncol, UBUFSIZ); 2766 eol = str + min (ncol, UBUFSIZ);
2696 } 2767 }
2697 2768
2710 2781
2711 seq_begin = cmdbuf_ptr; 2782 seq_begin = cmdbuf_ptr;
2712 ch = next_char (); 2783 ch = next_char ();
2713 } 2784 }
2714 2785
2786 if (!(SHOULD_INVOKE (HOOK_ADD_LINES)
2787 && HOOK_INVOKE ((this, HOOK_ADD_LINES, DT_WCS_LEN, buf, str - buf, DT_END))))
2715 scr_add_lines (buf, nlines, str - buf); 2788 scr_add_lines (buf, str - buf, nlines);
2716 2789
2717 /* 2790 /*
2718 * If there have been a lot of new lines, then update the screen 2791 * 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. 2792 * 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 2793 * the number of pages between refreshes is refresh_limit, which
2721 * is incremented here because we must be doing flat-out scrolling. 2794 * is incremented here because we must be doing flat-out scrolling.
2722 */ 2795 */
2723 if (refreshnow) 2796 if (refreshnow)
2724 { 2797 {
2725 if ((options & Opt_jumpScroll) && refresh_limit < REFRESH_PERIOD) 2798 if (OPTION (Opt_jumpScroll) && refresh_limit < REFRESH_PERIOD)
2726 refresh_limit++; 2799 refresh_limit++;
2727 else 2800 else
2728 { 2801 {
2729 flag = true; 2802 flag = true;
2730 scr_refresh (refresh_type); 2803 scr_refresh (refresh_type);
2804 want_refresh = 1;
2731 } 2805 }
2732 } 2806 }
2733 2807
2734 } 2808 }
2735 else 2809 else
2750 } 2824 }
2751 2825
2752 return flag; 2826 return flag;
2753} 2827}
2754 2828
2755// read the next octet
2756unicode_t
2757rxvt_term::next_octet ()
2758{
2759 return cmdbuf_ptr < cmdbuf_endp
2760 ? *cmdbuf_ptr++
2761 : NOCHAR;
2762}
2763
2764// read the next character 2829// read the next character
2765unicode_t 2830wchar_t
2766rxvt_term::next_char () 2831rxvt_term::next_char ()
2767{ 2832{
2768 while (cmdbuf_ptr < cmdbuf_endp) 2833 while (cmdbuf_ptr < cmdbuf_endp)
2769 { 2834 {
2770 // assume 7-bit to be ascii ALWAYS 2835 // assume 7-bit to be ascii ALWAYS
2771 if (*cmdbuf_ptr <= 0x7f && *cmdbuf_ptr != 0x1b) 2836 if ((unsigned char)*cmdbuf_ptr <= 0x7f && *cmdbuf_ptr != 0x1b)
2772 return *cmdbuf_ptr++; 2837 return *cmdbuf_ptr++;
2773 2838
2774 wchar_t wc; 2839 wchar_t wc;
2775 size_t len = mbrtowc (&wc, (char *)cmdbuf_ptr, cmdbuf_endp - cmdbuf_ptr, mbstate); 2840 size_t len = mbrtowc (&wc, cmdbuf_ptr, cmdbuf_endp - cmdbuf_ptr, mbstate);
2776 2841
2777 if (len == (size_t)-2) 2842 if (len == (size_t)-2)
2778 { 2843 {
2779 // the mbstate stores incomplete sequences. didn't know this :/ 2844 // the mbstate stores incomplete sequences. didn't know this :/
2780 cmdbuf_ptr = cmdbuf_endp; 2845 cmdbuf_ptr = cmdbuf_endp;
2781 break; 2846 break;
2782 } 2847 }
2783 2848
2784 if (len == (size_t)-1) 2849 if (len == (size_t)-1)
2785 return *cmdbuf_ptr++; // the _occasional_ latin1 character is allowed to slip through 2850 return (unsigned char)*cmdbuf_ptr++; // the _occasional_ latin1 character is allowed to slip through
2786 2851
2787 // assume wchar == unicode 2852 // assume wchar == unicode
2788 cmdbuf_ptr += len; 2853 cmdbuf_ptr += len;
2789 return wc & UNICODE_MASK; 2854 return wc & UNICODE_MASK;
2790 } 2855 }
2791 2856
2792 return NOCHAR; 2857 return NOCHAR;
2858}
2859
2860// read the next octet
2861uint32_t
2862rxvt_term::next_octet ()
2863{
2864 return cmdbuf_ptr < cmdbuf_endp
2865 ? (unsigned char)*cmdbuf_ptr++
2866 : NOCHAR;
2793} 2867}
2794 2868
2795/* rxvt_cmd_getc () - Return next input character */ 2869/* rxvt_cmd_getc () - Return next input character */
2796/* 2870/*
2797 * Return the next input character after first passing any keyboard input 2871 * Return the next input character after first passing any keyboard input
2798 * to the command. 2872 * to the command.
2799 */ 2873 */
2800unicode_t 2874wchar_t
2801rxvt_term::cmd_getc () 2875rxvt_term::cmd_getc ()
2802{ 2876{
2803 unicode_t c = next_char (); 2877 wchar_t c = next_char ();
2804 2878
2805 if (c == NOCHAR) 2879 if (c == NOCHAR)
2806 throw out_of_input; 2880 throw out_of_input;
2807 2881
2808 return c; 2882 return c;
2809} 2883}
2810 2884
2811unicode_t 2885uint32_t
2812rxvt_term::cmd_get8 () 2886rxvt_term::cmd_get8 ()
2813{ 2887{
2814 unicode_t c = next_octet (); 2888 uint32_t c = next_octet ();
2815 2889
2816 if (c == NOCHAR) 2890 if (c == NOCHAR)
2817 throw out_of_input; 2891 throw out_of_input;
2818 2892
2819 return c; 2893 return c;
2919 case C0_ESC: 2993 case C0_ESC:
2920 process_escape_seq (); 2994 process_escape_seq ();
2921 break; 2995 break;
2922 case C0_ENQ: /* terminal Status */ 2996 case C0_ENQ: /* terminal Status */
2923 if (rs[Rs_answerbackstring]) 2997 if (rs[Rs_answerbackstring])
2924 tt_write ((const unsigned char *)rs[Rs_answerbackstring], 2998 tt_write (rs [Rs_answerbackstring], strlen (rs [Rs_answerbackstring]));
2925 (unsigned int)strlen (rs[Rs_answerbackstring]));
2926 else 2999 else
2927 tt_write ((unsigned char *)VT100_ANS, 3000 tt_write (VT100_ANS, strlen (VT100_ANS));
2928 (unsigned int)strlen (VT100_ANS));
2929 break; 3001 break;
2930 case C0_BEL: /* bell */ 3002 case C0_BEL: /* bell */
2931 scr_bell (); 3003 scr_bell ();
2932 break; 3004 break;
2933 case C0_BS: /* backspace */ 3005 case C0_BS: /* backspace */
3088 break; 3160 break;
3089 3161
3090 /* 8.3.87: NEXT LINE */ 3162 /* 8.3.87: NEXT LINE */
3091 case C1_NEL: /* ESC E */ 3163 case C1_NEL: /* ESC E */
3092 { 3164 {
3093 unicode_t nlcr[] = { C0_LF, C0_CR }; 3165 wchar_t nlcr[] = { C0_LF, C0_CR };
3094 scr_add_lines (nlcr, 1, 2); 3166 scr_add_lines (nlcr, sizeof (nlcr) / sizeof (nlcr [0]), 1);
3095 } 3167 }
3096 break; 3168 break;
3097 3169
3098 /* kidnapped escape sequence: Should be 8.3.48 */ 3170 /* kidnapped escape sequence: Should be 8.3.48 */
3099 case C1_ESA: /* ESC G */ 3171 case C1_ESA: /* ESC G */
3121 process_dcs_seq (); 3193 process_dcs_seq ();
3122 break; 3194 break;
3123 3195
3124 /* 8.3.110: SINGLE CHARACTER INTRODUCER */ 3196 /* 8.3.110: SINGLE CHARACTER INTRODUCER */
3125 case C1_SCI: /* ESC Z */ 3197 case C1_SCI: /* ESC Z */
3126 tt_write ((const unsigned char *)ESCZ_ANSWER, 3198 tt_write (ESCZ_ANSWER, sizeof (ESCZ_ANSWER) - 1);
3127 (unsigned int) (sizeof (ESCZ_ANSWER) - 1));
3128 break; /* steal obsolete ESC [ c */ 3199 break; /* steal obsolete ESC [ c */
3129 3200
3130 /* 8.3.16: CONTROL SEQUENCE INTRODUCER */ 3201 /* 8.3.16: CONTROL SEQUENCE INTRODUCER */
3131 case C1_CSI: /* ESC [ */ 3202 case C1_CSI: /* ESC [ */
3132 process_csi_seq (); 3203 process_csi_seq ();
3376 case CSI_SU: /* 8.3.148: (1) SCROLL UP */ 3447 case CSI_SU: /* 8.3.148: (1) SCROLL UP */
3377 scr_scroll_text (screen.tscroll, screen.bscroll, arg[0]); 3448 scr_scroll_text (screen.tscroll, screen.bscroll, arg[0]);
3378 break; 3449 break;
3379 3450
3380 case CSI_DA: /* 8.3.24: (0) DEVICE ATTRIBUTES */ 3451 case CSI_DA: /* 8.3.24: (0) DEVICE ATTRIBUTES */
3381 tt_write ((const unsigned char *)VT100_ANS, 3452 tt_write (VT100_ANS, sizeof (VT100_ANS) - 1);
3382 (unsigned int) (sizeof (VT100_ANS) - 1));
3383 break; 3453 break;
3384 3454
3385 case CSI_SGR: /* 8.3.118: (0) SELECT GRAPHIC RENDITION */ 3455 case CSI_SGR: /* 8.3.118: (0) SELECT GRAPHIC RENDITION */
3386 process_sgr_mode (nargs, arg); 3456 process_sgr_mode (nargs, arg);
3387 break; 3457 break;
3394 break; 3464 break;
3395 case 6: /* CPR requested */ 3465 case 6: /* CPR requested */
3396 scr_report_position (); 3466 scr_report_position ();
3397 break; 3467 break;
3398 case 7: /* unofficial extension */ 3468 case 7: /* unofficial extension */
3399 if (options & Opt_insecure) 3469 if (OPTION (Opt_insecure))
3400 tt_printf ("%-.250s\012", rs[Rs_display_name]); 3470 tt_printf ("%-.250s\012", rs[Rs_display_name]);
3401 break; 3471 break;
3402 case 8: /* unofficial extension */ 3472 case 8: /* unofficial extension */
3403 process_xterm_seq (XTerm_title, RESNAME "-" VERSION, CHAR_ST); 3473 process_xterm_seq (XTerm_title, RESNAME "-" VERSION, CHAR_ST);
3404 break; 3474 break;
3568 break; 3638 break;
3569 case 20: /* report icon label */ 3639 case 20: /* report icon label */
3570 { 3640 {
3571 char *s; 3641 char *s;
3572 XGetIconName (disp, parent[0], &s); 3642 XGetIconName (disp, parent[0], &s);
3573 tt_printf ("\033]L%-.250s\234", (options & Opt_insecure) && s ? s : ""); /* 8bit ST */ 3643 tt_printf ("\033]L%-.250s\234", OPTION (Opt_insecure) && s ? s : ""); /* 8bit ST */
3574 XFree (s); 3644 XFree (s);
3575 } 3645 }
3576 break; 3646 break;
3577 case 21: /* report window title */ 3647 case 21: /* report window title */
3578 { 3648 {
3579 char *s; 3649 char *s;
3580 XFetchName (disp, parent[0], &s); 3650 XFetchName (disp, parent[0], &s);
3581 tt_printf ("\033]l%-.250s\234", (options & Opt_insecure) && s ? s : ""); /* 8bit ST */ 3651 tt_printf ("\033]l%-.250s\234", OPTION (Opt_insecure) && s ? s : ""); /* 8bit ST */
3582 XFree (s); 3652 XFree (s);
3583 } 3653 }
3584 break; 3654 break;
3585 } 3655 }
3586} 3656}
3589/*----------------------------------------------------------------------*/ 3659/*----------------------------------------------------------------------*/
3590/* 3660/*
3591 * get input up until STRING TERMINATOR (or BEL) 3661 * get input up until STRING TERMINATOR (or BEL)
3592 * ends_how is terminator used. returned input must be free()'d 3662 * ends_how is terminator used. returned input must be free()'d
3593 */ 3663 */
3594unsigned char * 3664char *
3595rxvt_term::get_to_st (unicode_t &ends_how) 3665rxvt_term::get_to_st (unicode_t &ends_how)
3596{ 3666{
3597 unicode_t ch; 3667 unicode_t ch;
3598 bool seen_esc = false; 3668 bool seen_esc = false;
3599 unsigned int n = 0; 3669 unsigned int n = 0;
3632 3702
3633 string[n++] = '\0'; 3703 string[n++] = '\0';
3634 3704
3635 ends_how = (ch == 0x5c ? C0_ESC : ch); 3705 ends_how = (ch == 0x5c ? C0_ESC : ch);
3636 3706
3637 return (unsigned char *)rxvt_wcstombs (string); 3707 return rxvt_wcstombs (string);
3638} 3708}
3639 3709
3640/*----------------------------------------------------------------------*/ 3710/*----------------------------------------------------------------------*/
3641/* 3711/*
3642 * process DEVICE CONTROL STRING `ESC P ... (ST|BEL)' or `0x90 ... (ST|BEL)' 3712 * process DEVICE CONTROL STRING `ESC P ... (ST|BEL)' or `0x90 ... (ST|BEL)'
3643 */ 3713 */
3644void 3714void
3645rxvt_term::process_dcs_seq () 3715rxvt_term::process_dcs_seq ()
3646{ 3716{
3647 unsigned char *s; 3717 char *s;
3648 unicode_t eh; 3718 unicode_t eh;
3649 3719
3650 /* 3720 /*
3651 * Not handled yet 3721 * Not handled yet
3652 */ 3722 */
3671 for (arg = 0; isdigit (ch); ch = cmd_getc ()) 3741 for (arg = 0; isdigit (ch); ch = cmd_getc ())
3672 arg = arg * 10 + (ch - '0'); 3742 arg = arg * 10 + (ch - '0');
3673 3743
3674 if (ch == ';') 3744 if (ch == ';')
3675 { 3745 {
3676 unsigned char *s = get_to_st (eh); 3746 char *s = get_to_st (eh);
3677 3747
3678 if (s) 3748 if (s)
3679 { 3749 {
3680 process_xterm_seq (arg, (char *)s, eh); 3750 process_xterm_seq (arg, s, eh);
3681 free (s); 3751 free (s);
3682 } 3752 }
3683 } 3753 }
3684} 3754}
3685 3755
3686void 3756void
3687rxvt_term::process_color_seq (int report, int color, const char *str, unsigned char resp) 3757rxvt_term::process_color_seq (int report, int color, const char *str, char resp)
3688{ 3758{
3689 if (str[0] == '?' && !str[1]) 3759 if (str[0] == '?' && !str[1])
3690 { 3760 {
3691 unsigned short r, g, b; 3761 unsigned short r, g, b;
3692 pix_colors_focused[color].get (display, r, g, b); 3762 pix_colors_focused[color].get (display, r, g, b);
3698 3768
3699/* 3769/*
3700 * XTerm escape sequences: ESC ] Ps;Pt (ST|BEL) 3770 * XTerm escape sequences: ESC ] Ps;Pt (ST|BEL)
3701 */ 3771 */
3702void 3772void
3703rxvt_term::process_xterm_seq (int op, const char *str, unsigned char resp) 3773rxvt_term::process_xterm_seq (int op, const char *str, char resp)
3704{ 3774{
3705 int changed = 0; 3775 int changed = 0;
3706 int color; 3776 int color;
3707 char *buf, *name; 3777 char *buf, *name;
3708 bool query = str[0] == '?' && !str[1]; 3778 bool query = str[0] == '?' && !str[1];
3765 { 3835 {
3766 if ((name = strchr (buf, ';')) == NULL) 3836 if ((name = strchr (buf, ';')) == NULL)
3767 break; 3837 break;
3768 3838
3769 *name++ = '\0'; 3839 *name++ = '\0';
3770 color = atoi (buf); 3840 color = atoi (buf) + minCOLOR;
3771 3841
3772 if (color < 0 || color >= TOTAL_COLORS) 3842 if (!IN_RANGE_INC (color, minCOLOR, maxTermCOLOR))
3773 break; 3843 break;
3774 3844
3775 if ((buf = strchr (name, ';')) != NULL) 3845 if ((buf = strchr (name, ';')) != NULL)
3776 *buf++ = '\0'; 3846 *buf++ = '\0';
3777 3847
3778 if (name[0] == '?' && !name[1]) 3848 if (name[0] == '?' && !name[1])
3779 { 3849 {
3780 unsigned short r, g, b; 3850 unsigned short r, g, b;
3781 pix_colors_focused[color + minCOLOR].get (display, r, g, b); 3851 pix_colors_focused[color].get (display, r, g, b);
3782 tt_printf ("\033]%d;%d;rgb:%04x/%04x/%04x%c", XTerm_Color, color, r, g, b, resp); 3852 tt_printf ("\033]%d;%d;rgb:%04x/%04x/%04x%c", XTerm_Color, color, r, g, b, resp);
3783 } 3853 }
3784 else 3854 else
3785 set_window_color (color + minCOLOR, name); 3855 set_window_color (color, name);
3786 } 3856 }
3787 break; 3857 break;
3788 case XTerm_Color00: 3858 case XTerm_Color00:
3789 process_color_seq (XTerm_Color00, Color_fg, str, resp); 3859 process_color_seq (XTerm_Color00, Color_fg, str, resp);
3790 break; 3860 break;
3791 case XTerm_Color01: 3861 case XTerm_Color01:
3792 process_color_seq (XTerm_Color00, Color_bg, str, resp); 3862 process_color_seq (XTerm_Color01, Color_bg, str, resp);
3793 break; 3863 break;
3794#ifndef NO_CURSORCOLOR 3864#ifndef NO_CURSORCOLOR
3795 case XTerm_Color_cursor: 3865 case XTerm_Color_cursor:
3796 process_color_seq (XTerm_Color_cursor, Color_cursor, str, resp); 3866 process_color_seq (XTerm_Color_cursor, Color_cursor, str, resp);
3797 break; 3867 break;
3801 break; 3871 break;
3802 case XTerm_Color_pointer_bg: 3872 case XTerm_Color_pointer_bg:
3803 process_color_seq (XTerm_Color_pointer_bg, Color_pointer_bg, str, resp); 3873 process_color_seq (XTerm_Color_pointer_bg, Color_pointer_bg, str, resp);
3804 break; 3874 break;
3805#ifndef NO_BOLD_UNDERLINE_REVERSE 3875#ifndef NO_BOLD_UNDERLINE_REVERSE
3806 case XTerm_Color_BD:
3807 process_color_seq (XTerm_Color_BD, Color_BD, str, resp);
3808 break;
3809 case XTerm_Color_UL:
3810 process_color_seq (XTerm_Color_UL, Color_UL, str, resp);
3811 break;
3812 case XTerm_Color_RV: 3876 case XTerm_Color_RV:
3813 process_color_seq (XTerm_Color_RV, Color_RV, str, resp); 3877 process_color_seq (XTerm_Color_RV, Color_RV, str, resp);
3878 break;
3879 case Rxvt_Color_BD:
3880 case URxvt_Color_BD:
3881 process_color_seq (op, Color_BD, str, resp);
3882 break;
3883 case Rxvt_Color_UL:
3884 case URxvt_Color_UL:
3885 process_color_seq (op, Color_UL, str, resp);
3814 break; 3886 break;
3815 case URxvt_Color_IT: 3887 case URxvt_Color_IT:
3816 process_color_seq (URxvt_Color_IT, Color_IT, str, resp); 3888 process_color_seq (URxvt_Color_IT, Color_IT, str, resp);
3817 break; 3889 break;
3818#endif 3890#endif
3823 if (am_transparent) 3895 if (am_transparent)
3824 want_full_refresh = want_refresh = 1; 3896 want_full_refresh = want_refresh = 1;
3825 break; 3897 break;
3826#endif 3898#endif
3827 3899
3828 case XTerm_Pixmap: 3900 case Rxvt_Pixmap:
3829 if (*str != ';') 3901 if (*str != ';')
3830 { 3902 {
3831#if XPM_BACKGROUND 3903#if XPM_BACKGROUND
3832 scale_pixmap (""); /* reset to default scaling */ 3904 scale_pixmap (""); /* reset to default scaling */
3833 set_bgPixmap (str); /* change pixmap */ 3905 set_bgPixmap (str); /* change pixmap */
3834#endif
3835 scr_touch (true); 3906 scr_touch (true);
3907#endif
3836 } 3908 }
3909
3837 while ((str = strchr (str, ';')) != NULL) 3910 while ((str = strchr (str, ';')) != NULL)
3838 { 3911 {
3839 str++; 3912 str++;
3840#if XPM_BACKGROUND 3913#if XPM_BACKGROUND
3841 changed += scale_pixmap (str); 3914 changed += scale_pixmap (str);
3844 3917
3845 if (changed) 3918 if (changed)
3846 { 3919 {
3847#ifdef XPM_BACKGROUND 3920#ifdef XPM_BACKGROUND
3848 resize_pixmap (); 3921 resize_pixmap ();
3849#endif
3850 scr_touch (true); 3922 scr_touch (true);
3923#endif
3851 } 3924 }
3852 break; 3925 break;
3853 3926
3854 case XTerm_restoreFG: 3927 case Rxvt_restoreFG:
3855 set_window_color (Color_fg, str); 3928 set_window_color (Color_fg, str);
3856 break; 3929 break;
3857 case XTerm_restoreBG: 3930 case Rxvt_restoreBG:
3858 set_window_color (Color_bg, str); 3931 set_window_color (Color_bg, str);
3859 break; 3932 break;
3860 3933
3861 case XTerm_logfile: 3934 case XTerm_logfile:
3862 // TODO, when secure mode? 3935 // TODO, when secure mode?
3863 break; 3936 break;
3864 3937
3865#ifdef MENUBAR
3866 case URxvt_Menu:
3867 if (options & Opt_insecure)
3868 menubar_dispatch (const_cast<char *>(str)); // casting away constness is checked
3869 break;
3870#endif
3871#if 0 3938#if 0
3872 case XTerm_dumpscreen: /* no error notices */ 3939 case Rxvt_dumpscreen: /* no error notices */
3873 { 3940 {
3874 int fd; 3941 int fd;
3875 if ((fd = open (str, O_RDWR | O_CREAT | O_EXCL, 0600)) >= 0) 3942 if ((fd = open (str, O_RDWR | O_CREAT | O_EXCL, 0600)) >= 0)
3876 { 3943 {
3877 scr_dump (fd); 3944 scr_dump (fd);
3888 case URxvt_italicFont: 3955 case URxvt_italicFont:
3889 case URxvt_boldItalicFont: 3956 case URxvt_boldItalicFont:
3890#endif 3957#endif
3891 if (query) 3958 if (query)
3892 tt_printf ("\33]%d;%-.250s%c", saveop, 3959 tt_printf ("\33]%d;%-.250s%c", saveop,
3893 (options & Opt_insecure) && fontset[op - URxvt_font]->fontdesc 3960 OPTION (Opt_insecure) && fontset[op - URxvt_font]->fontdesc
3894 ? fontset[op - URxvt_font]->fontdesc : "", 3961 ? fontset[op - URxvt_font]->fontdesc : "",
3895 resp); 3962 resp);
3896 else 3963 else
3897 { 3964 {
3898 const char *&res = rs[Rs_font + (op - URxvt_font)]; 3965 const char *&res = rs[Rs_font + (op - URxvt_font)];
3904 break; 3971 break;
3905 3972
3906#if ENABLE_FRILLS 3973#if ENABLE_FRILLS
3907 case URxvt_locale: 3974 case URxvt_locale:
3908 if (query) 3975 if (query)
3909 tt_printf ("\33]%d;%-.250s%c", URxvt_locale, (options & Opt_insecure) ? locale : "", resp); 3976 tt_printf ("\33]%d;%-.250s%c", URxvt_locale, OPTION (Opt_insecure) ? locale : "", resp);
3910 else 3977 else
3911 { 3978 {
3912 set_locale (str); 3979 set_locale (str);
3913 pty.set_utf8_mode (enc_utf8); 3980 pty.set_utf8_mode (enc_utf8);
3914 init_xlocale (); 3981 init_xlocale ();
3915 } 3982 }
3916 break; 3983 break;
3917 3984
3918 case URxvt_view_up: 3985 case URxvt_view_up:
3919 case URxvt_view_down: 3986 case URxvt_view_down:
3987 {
3920 int lines = atoi (str); 3988 int lines = atoi (str);
3921 3989
3922 if (lines) 3990 if (lines)
3923 scr_page (op == URxvt_view_up ? UP : DN, lines); 3991 scr_page (op == URxvt_view_up ? UP : DN, lines);
3924 else 3992 else
3925 {
3926 scr_erase_savelines (); 3993 scr_erase_savelines ();
3927 } 3994 }
3928 3995
3996 break;
3997#endif
3998
3999#if ENABLE_PERL
4000 case URxvt_perl:
4001 if (HOOK_INVOKE ((this, HOOK_OSC_SEQ, DT_STR, str, DT_END)))
4002 ; // no responses yet
3929 break; 4003 break;
3930#endif 4004#endif
3931 } 4005 }
3932} 4006}
3933/*----------------------------------------------------------------------*/ 4007/*----------------------------------------------------------------------*/
3985 { 5, PrivMode_rVideo }, 4059 { 5, PrivMode_rVideo },
3986 { 6, PrivMode_relOrigin }, 4060 { 6, PrivMode_relOrigin },
3987 { 7, PrivMode_Autowrap }, 4061 { 7, PrivMode_Autowrap },
3988 // 8, bi-directional support mode 4062 // 8, bi-directional support mode
3989 { 9, PrivMode_MouseX10 }, 4063 { 9, PrivMode_MouseX10 },
3990#ifdef menuBar_esc
3991 { menuBar_esc, PrivMode_menuBar },
3992#endif
3993 // 18, 19 printing-related 4064 // 18, 19 printing-related
3994 { 25, PrivMode_VisibleCursor }, 4065 { 25, PrivMode_VisibleCursor },
3995#ifdef scrollBar_esc 4066#ifdef scrollBar_esc
3996 { scrollBar_esc, PrivMode_scrollBar }, 4067 { scrollBar_esc, PrivMode_scrollBar },
3997#endif 4068#endif
4042 } 4113 }
4043 4114
4044 /* extra handling for values with state unkept */ 4115 /* extra handling for values with state unkept */
4045 switch (arg[i]) 4116 switch (arg[i])
4046 { 4117 {
4118#if ENABLE_STYLES
4119 case 1021:
4120 set_option (Opt_intensityStyles, mode);
4121
4122 scr_touch (true);
4123 break;
4124#endif
4047 case 1048: /* alternative cursor save */ 4125 case 1048: /* alternative cursor save */
4048 case 1049: 4126 case 1049:
4049 if (options & Opt_secondaryScreen) 4127 if (OPTION (Opt_secondaryScreen))
4050 if (mode == 0) 4128 if (mode == 0)
4051 scr_cursor (RESTORE); 4129 scr_cursor (RESTORE);
4052 else if (mode == 1) 4130 else if (mode == 1)
4053 scr_cursor (SAVE); 4131 scr_cursor (SAVE);
4054 break; 4132 break;
4069 case 3: /* 80/132 */ 4147 case 3: /* 80/132 */
4070 if (priv_modes & PrivMode_132OK) 4148 if (priv_modes & PrivMode_132OK)
4071 set_widthheight (((state ? 132 : 80) * fwidth), height); 4149 set_widthheight (((state ? 132 : 80) * fwidth), height);
4072 break; 4150 break;
4073 case 4: /* smooth scrolling */ 4151 case 4: /* smooth scrolling */
4074 if (state)
4075 options &= ~Opt_jumpScroll;
4076 else
4077 options |= Opt_jumpScroll; 4152 set_option (Opt_jumpScroll, !state);
4078 break; 4153 break;
4079 case 5: /* reverse video */ 4154 case 5: /* reverse video */
4080 scr_rvideo_mode (state); 4155 scr_rvideo_mode (state);
4081 break; 4156 break;
4082 case 6: /* relative/absolute origins */ 4157 case 6: /* relative/absolute origins */
4088 /* case 8: - auto repeat, can't do on a per window basis */ 4163 /* case 8: - auto repeat, can't do on a per window basis */
4089 case 9: /* X10 mouse reporting */ 4164 case 9: /* X10 mouse reporting */
4090 if (state) /* orthogonal */ 4165 if (state) /* orthogonal */
4091 priv_modes &= ~PrivMode_MouseX11; 4166 priv_modes &= ~PrivMode_MouseX11;
4092 break; 4167 break;
4093#ifdef menuBar_esc
4094 case menuBar_esc:
4095#ifdef MENUBAR
4096 map_menuBar (state);
4097#endif
4098 break;
4099#endif
4100#ifdef scrollBar_esc 4168#ifdef scrollBar_esc
4101 case scrollBar_esc: 4169 case scrollBar_esc:
4102 if (scrollbar_mapping (state)) 4170 if (scrollbar_mapping (state))
4103 { 4171 {
4104 resize_all_windows (0, 0, 0); 4172 resize_all_windows (0, 0, 0);
4123#if 0 4191#if 0
4124 case 1001: 4192 case 1001:
4125 break; /* X11 mouse highlighting */ 4193 break; /* X11 mouse highlighting */
4126#endif 4194#endif
4127 case 1010: /* scroll to bottom on TTY output inhibit */ 4195 case 1010: /* scroll to bottom on TTY output inhibit */
4128 if (state)
4129 options &= ~Opt_scrollTtyOutput;
4130 else
4131 options |= Opt_scrollTtyOutput; 4196 set_option (Opt_scrollTtyOutput, !state);
4132 break; 4197 break;
4133 case 1011: /* scroll to bottom on key press */ 4198 case 1011: /* scroll to bottom on key press */
4134 if (state)
4135 options |= Opt_scrollTtyKeypress; 4199 set_option (Opt_scrollTtyKeypress, state);
4136 else
4137 options &= ~Opt_scrollTtyKeypress;
4138 break; 4200 break;
4139 case 1047: /* secondary screen w/ clearing last */ 4201 case 1047: /* secondary screen w/ clearing last */
4140 if (options & Opt_secondaryScreen) 4202 if (OPTION (Opt_secondaryScreen))
4141 if (current_screen != PRIMARY) 4203 if (current_screen != PRIMARY)
4142 scr_erase_screen (2); 4204 scr_erase_screen (2);
4143 scr_change_screen (state); 4205 scr_change_screen (state);
4144 break; 4206 break;
4145 case 1049: /* secondary screen w/ clearing first */ 4207 case 1049: /* secondary screen w/ clearing first */
4146 scr_change_screen (state); 4208 scr_change_screen (state);
4147 if (options & Opt_secondaryScreen) 4209 if (OPTION (Opt_secondaryScreen))
4148 if (current_screen != PRIMARY) 4210 if (current_screen != PRIMARY)
4149 scr_erase_screen (2); 4211 scr_erase_screen (2);
4150 break; 4212 break;
4151 default: 4213 default:
4152 break; 4214 break;
4280 scr_color (Color_bg, Color_bg); 4342 scr_color (Color_bg, Color_bg);
4281 break; 4343 break;
4282 4344
4283 //case 50: // not variable spacing 4345 //case 50: // not variable spacing
4284 4346
4285#ifndef NO_BRIGHTCOLOR 4347#if ENABLE_FRILLS
4286 case 90: 4348 case 90:
4287 case 91: /* set bright fg color */ 4349 case 91: /* set bright fg color */
4288 case 92: 4350 case 92:
4289 case 93: 4351 case 93:
4290 case 94: 4352 case 94:
4302 case 106: 4364 case 106:
4303 case 107: 4365 case 107:
4304 scr_color ((unsigned int) (minBrightCOLOR + (arg[i] - 100)), Color_bg); 4366 scr_color ((unsigned int) (minBrightCOLOR + (arg[i] - 100)), Color_bg);
4305 break; 4367 break;
4306#endif 4368#endif
4307
4308 } 4369 }
4309 } 4370 }
4310} 4371}
4311/*}}} */ 4372/*}}} */
4312 4373
4336 */ 4397 */
4337void 4398void
4338rxvt_term::tt_printf (const char *fmt,...) 4399rxvt_term::tt_printf (const char *fmt,...)
4339{ 4400{
4340 va_list arg_ptr; 4401 va_list arg_ptr;
4341 unsigned char buf[256]; 4402 char buf[256];
4342 4403
4343 va_start (arg_ptr, fmt); 4404 va_start (arg_ptr, fmt);
4344 vsnprintf ((char *)buf, 256, fmt, arg_ptr); 4405 vsnprintf ((char *)buf, 256, fmt, arg_ptr);
4345 va_end (arg_ptr); 4406 va_end (arg_ptr);
4346 tt_write (buf, strlen (buf)); 4407 tt_write (buf, strlen (buf));
4351 * or generated by us in response to a query ESC sequence. 4412 * or generated by us in response to a query ESC sequence.
4352 */ 4413 */
4353const unsigned int MAX_PTY_WRITE = 255; // minimum MAX_INPUT 4414const unsigned int MAX_PTY_WRITE = 255; // minimum MAX_INPUT
4354 4415
4355void 4416void
4356rxvt_term::tt_write (const unsigned char *data, unsigned int len) 4417rxvt_term::tt_write (const char *data, unsigned int len)
4357{ 4418{
4419 if (HOOK_INVOKE ((this, HOOK_TT_WRITE, DT_STR_LEN, data, len, DT_END)))
4420 return;
4421
4422 if (pty.pty < 0)
4423 return;
4424
4358 if (v_buflen == 0) 4425 if (v_buflen == 0)
4359 { 4426 {
4360 ssize_t written = write (pty.pty, data, min (len, MAX_PTY_WRITE)); 4427 ssize_t written = write (pty.pty, data, min (len, MAX_PTY_WRITE));
4361 4428
4362 if ((unsigned int)written == len) 4429 if ((unsigned int)written == len)
4364 4431
4365 data += written; 4432 data += written;
4366 len -= written; 4433 len -= written;
4367 } 4434 }
4368 4435
4369 v_buffer = (unsigned char *)realloc (v_buffer, v_buflen + len); 4436 v_buffer = (char *)realloc (v_buffer, v_buflen + len);
4370 4437
4371 memcpy (v_buffer + v_buflen, data, len); 4438 memcpy (v_buffer + v_buflen, data, len);
4372 v_buflen += len; 4439 v_buflen += len;
4373 4440
4374 pty_ev.set (EVENT_READ | EVENT_WRITE); 4441 pty_ev.set (EVENT_READ | EVENT_WRITE);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines