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.246 by root, Fri Jan 6 18:36:21 2006 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines