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

Comparing rxvt-unicode/src/main.C (file contents):
Revision 1.253 by ayin, Mon Oct 15 07:33:48 2007 UTC vs.
Revision 1.256 by root, Sun Nov 11 04:08:00 2007 UTC

38#include <limits> 38#include <limits>
39 39
40#include <csignal> 40#include <csignal>
41#include <cstring> 41#include <cstring>
42 42
43#ifdef TTY_GID_SUPPORT
44# include <grp.h>
45#endif
46
47#ifdef HAVE_TERMIOS_H 43#ifdef HAVE_TERMIOS_H
48# include <termios.h> 44# include <termios.h>
45#endif
46
47#ifdef HAVE_XSETLOCALE
48# define X_LOCALE
49# include <X11/Xlocale.h>
50#else
51# ifdef HAVE_SETLOCALE
52# include <clocale>
53# endif
49#endif 54#endif
50 55
51vector<rxvt_term *> rxvt_term::termlist; 56vector<rxvt_term *> rxvt_term::termlist;
52 57
53// used to tell global functions which terminal instance is "active" 58// used to tell global functions which terminal instance is "active"
88class rxvt_composite_vec rxvt_composite; 93class rxvt_composite_vec rxvt_composite;
89 94
90text_t rxvt_composite_vec::compose (unicode_t c1, unicode_t c2) 95text_t rxvt_composite_vec::compose (unicode_t c1, unicode_t c2)
91{ 96{
92 compose_char *cc; 97 compose_char *cc;
93 98
94 // break compose chains, as stupid readline really likes to duplicate 99 // break compose chains, as stupid readline really likes to duplicate
95 // composing characters for some reason near the end of a line. 100 // composing characters for some reason near the end of a line.
96 cc = (*this)[c1]; 101 cc = (*this)[c1];
97 while (cc) 102 while (cc)
98 { 103 {
178 pointer_ev (this, &rxvt_term::pointer_cb), 183 pointer_ev (this, &rxvt_term::pointer_cb),
179#endif 184#endif
180#ifdef USE_XIM 185#ifdef USE_XIM
181 im_ev (this, &rxvt_term::im_cb), 186 im_ev (this, &rxvt_term::im_cb),
182#endif 187#endif
183#ifndef NO_BELL 188#ifndef NO_BELL
184 bell_ev (this, &rxvt_term::bell_cb), 189 bell_ev (this, &rxvt_term::bell_cb),
185#endif 190#endif
186 termwin_ev (this, &rxvt_term::x_cb), 191 termwin_ev (this, &rxvt_term::x_cb),
187 vt_ev (this, &rxvt_term::x_cb), 192 vt_ev (this, &rxvt_term::x_cb),
188 child_ev (this, &rxvt_term::child_cb), 193 child_ev (this, &rxvt_term::child_cb),
189 check_ev (this, &rxvt_term::check_cb), 194 prepare_ev (this, &rxvt_term::prepare_cb),
190 flush_ev (this, &rxvt_term::flush_cb), 195 flush_ev (this, &rxvt_term::flush_cb),
191 destroy_ev (this, &rxvt_term::destroy_cb), 196 destroy_ev (this, &rxvt_term::destroy_cb),
192 pty_ev (this, &rxvt_term::pty_cb), 197 pty_ev (this, &rxvt_term::pty_cb),
193 incr_ev (this, &rxvt_term::incr_cb) 198 incr_ev (this, &rxvt_term::incr_cb)
194{ 199{
305#endif 310#endif
306} 311}
307 312
308// child has exited, usually destroys 313// child has exited, usually destroys
309void 314void
310rxvt_term::child_cb (child_watcher &w, int status) 315rxvt_term::child_cb (ev::child &w, int status)
311{ 316{
312 HOOK_INVOKE ((this, HOOK_CHILD_EXIT, DT_INT, status, DT_END)); 317 HOOK_INVOKE ((this, HOOK_CHILD_EXIT, DT_INT, status, DT_END));
313 318
314 cmd_pid = 0; 319 cmd_pid = 0;
315 320
343 incr_ev.stop (); 348 incr_ev.stop ();
344 termwin_ev.stop (display); 349 termwin_ev.stop (display);
345 vt_ev.stop (display); 350 vt_ev.stop (display);
346 } 351 }
347 352
348 check_ev.stop (); 353 prepare_ev.stop ();
349 pty_ev.stop (); 354 pty_ev.stop ();
350#ifdef CURSOR_BLINK 355#ifdef CURSOR_BLINK
351 cursor_blink_ev.stop (); 356 cursor_blink_ev.stop ();
352#endif 357#endif
353#ifdef TEXT_BLINK 358#ifdef TEXT_BLINK
361#endif 366#endif
362#ifdef POINTER_BLANK 367#ifdef POINTER_BLANK
363 pointer_ev.stop (); 368 pointer_ev.stop ();
364#endif 369#endif
365 370
366 destroy_ev.start (0); 371 destroy_ev.start ();
367} 372}
368 373
369void 374void
370rxvt_term::destroy_cb (time_watcher &w) 375rxvt_term::destroy_cb (ev::check &w, int revents)
371{ 376{
372 make_current (); 377 make_current ();
373 378
374 delete this; 379 delete this;
375} 380}
429 else 434 else
430 XGetErrorDatabaseText(dpy, mtype, "ResourceID", "ResourceID 0x%x", 435 XGetErrorDatabaseText(dpy, mtype, "ResourceID", "ResourceID 0x%x",
431 mesg, BUFSIZ); 436 mesg, BUFSIZ);
432 rxvt_warn (strncat (mesg, "\n", BUFSIZ), event->resourceid); 437 rxvt_warn (strncat (mesg, "\n", BUFSIZ), event->resourceid);
433 } 438 }
434 XGetErrorDatabaseText(dpy, mtype, "ErrorSerial", "Error Serial #%d", 439 XGetErrorDatabaseText(dpy, mtype, "ErrorSerial", "Error Serial #%d",
435 mesg, BUFSIZ); 440 mesg, BUFSIZ);
436 rxvt_warn (strncat (mesg, "\n", BUFSIZ), event->serial); 441 rxvt_warn (strncat (mesg, "\n", BUFSIZ), event->serial);
437} 442}
438#endif 443#endif
439 444
513 518
514#ifdef ENABLE_TRANSPARENCY 519#ifdef ENABLE_TRANSPARENCY
515 if (option (Opt_transparent)) 520 if (option (Opt_transparent))
516 { 521 {
517 bgPixmap.set_transparent (); 522 bgPixmap.set_transparent ();
518#ifdef HAVE_AFTERIMAGE 523#ifdef HAVE_AFTERIMAGE
519 if (rs [Rs_blurradius]) 524 if (rs [Rs_blurradius])
520 bgPixmap.set_blur_radius (rs [Rs_blurradius]); 525 bgPixmap.set_blur_radius (rs [Rs_blurradius]);
521#endif 526#endif
522 if (ISSET_PIXCOLOR (Color_tint)) 527 if (ISSET_PIXCOLOR (Color_tint))
523 bgPixmap.set_tint (pix_colors_focused [Color_tint]); 528 bgPixmap.set_tint (pix_colors_focused [Color_tint]);
524 if (rs [Rs_shade]) 529 if (rs [Rs_shade])
525 bgPixmap.set_shade (rs [Rs_shade]); 530 bgPixmap.set_shade (rs [Rs_shade]);
526 531
560 init_command (cmd_argv); 565 init_command (cmd_argv);
561 566
562 free (cmd_argv); 567 free (cmd_argv);
563 568
564 if (pty->pty >= 0) 569 if (pty->pty >= 0)
565 pty_ev.start (pty->pty, EVENT_READ); 570 pty_ev.start (pty->pty, ev::READ);
566 571
567 check_ev.start (); 572 prepare_ev.start ();
568 573
569 HOOK_INVOKE ((this, HOOK_START, DT_END)); 574 HOOK_INVOKE ((this, HOOK_START, DT_END));
570 575
571#if ENABLE_XEMBED 576#if ENABLE_XEMBED
572 if (rs[Rs_embed]) 577 if (rs[Rs_embed])
584 return true; 589 return true;
585} 590}
586 591
587static struct sig_handlers 592static struct sig_handlers
588{ 593{
589 sig_watcher sw_term, sw_int; 594 ev::sig sw_term, sw_int;
590 595
591 /* 596 /*
592 * Catch a fatal signal and tidy up before quitting 597 * Catch a fatal signal and tidy up before quitting
593 */ 598 */
594 void 599 void
595 sig_term (sig_watcher &w) 600 sig_term (ev::sig &w, int revents)
596 { 601 {
597 rxvt_emergency_cleanup (); 602 rxvt_emergency_cleanup ();
598 signal (w.signum, SIG_DFL); 603 w.stop ();
599 kill (getpid (), w.signum); 604 kill (getpid (), w.signum);
600 } 605 }
601 606
602 sig_handlers () 607 sig_handlers ()
603 : sw_term (this, &sig_handlers::sig_term), 608 : sw_term (this, &sig_handlers::sig_term),
610 615
611void 616void
612rxvt_init () 617rxvt_init ()
613{ 618{
614 ptytty::init (); 619 ptytty::init ();
620 ev::ev_default_loop (0);
615 621
616 rxvt_environ = environ; 622 rxvt_environ = environ;
617 623
618 signal (SIGHUP, SIG_IGN); 624 signal (SIGHUP, SIG_IGN);
619 signal (SIGPIPE, SIG_IGN); 625 signal (SIGPIPE, SIG_IGN);
620 626
621 sig_handlers.sw_term.start (SIGTERM); 627 sig_handlers.sw_term.start (SIGTERM); ev::ev_unref ();
622 sig_handlers.sw_int.start (SIGINT); 628 sig_handlers.sw_int.start (SIGINT); ev::ev_unref ();
623 629
624 /* need to trap SIGURG for SVR4 (Unixware) rlogin */ 630 /* need to trap SIGURG for SVR4 (Unixware) rlogin */
625 /* signal (SIGURG, SIG_DFL); */ 631 /* signal (SIGURG, SIG_DFL); */
626 632
627 old_xerror_handler = XSetErrorHandler ((XErrorHandler) rxvt_xerror_handler); 633 old_xerror_handler = XSetErrorHandler ((XErrorHandler) rxvt_xerror_handler);
897 if (parent[0]) 903 if (parent[0])
898 { 904 {
899 resize_all_windows (0, 0, 0); 905 resize_all_windows (0, 0, 0);
900 scr_remap_chars (); 906 scr_remap_chars ();
901 scr_touch (true); 907 scr_touch (true);
902 } 908 }
903 909
904 return true; 910 return true;
905} 911}
906 912
907void 913void
951rxvt_term::set_window_color (int idx, const char *color) 957rxvt_term::set_window_color (int idx, const char *color)
952{ 958{
953#ifdef XTERM_COLOR_CHANGE 959#ifdef XTERM_COLOR_CHANGE
954 rxvt_color xcol; 960 rxvt_color xcol;
955 int i; 961 int i;
956 962
957 if (color == NULL || *color == '\0') 963 if (color == NULL || *color == '\0')
958 return; 964 return;
959 965
960 color = strdup (color); 966 color = strdup (color);
961 allocated.push_back ((void *)color); 967 allocated.push_back ((void *)color);
1342 if (term->rs[Rs_imLocale]) 1348 if (term->rs[Rs_imLocale])
1343 SET_LOCALE (term->locale); 1349 SET_LOCALE (term->locale);
1344 } 1350 }
1345 else 1351 else
1346 str = (void *)text->string.wide_char; 1352 str = (void *)text->string.wide_char;
1347 1353
1348 HOOK_INVOKE ((term, HOOK_XIM_PREEDIT_DRAW, 1354 HOOK_INVOKE ((term, HOOK_XIM_PREEDIT_DRAW,
1349 DT_INT, call_data->caret, 1355 DT_INT, call_data->caret,
1350 DT_INT, call_data->chg_first, 1356 DT_INT, call_data->chg_first,
1351 DT_INT, call_data->chg_length, 1357 DT_INT, call_data->chg_length,
1352 DT_LCS_LEN, (void *)text->feedback, text->feedback ? (int)text->length : 0, 1358 DT_LCS_LEN, (void *)text->feedback, text->feedback ? (int)text->length : 0,
1671 1677
1672 if (input_style & XIMPreeditPosition) 1678 if (input_style & XIMPreeditPosition)
1673 { 1679 {
1674 im_set_size (preedit_rect); 1680 im_set_size (preedit_rect);
1675 preedit_attr = XVaCreateNestedList (0, XNArea, &preedit_rect, NULL); 1681 preedit_attr = XVaCreateNestedList (0, XNArea, &preedit_rect, NULL);
1676 1682
1677 XSetICValues (Input_Context, 1683 XSetICValues (Input_Context,
1678 XNPreeditAttributes, preedit_attr, NULL); 1684 XNPreeditAttributes, preedit_attr, NULL);
1679 } 1685 }
1680 else 1686 else
1681 { 1687 {
1735int 1741int
1736rxvt_term::update_background () 1742rxvt_term::update_background ()
1737{ 1743{
1738 bgPixmap.invalidate (); 1744 bgPixmap.invalidate ();
1739 1745
1740 /* no chance of real time refresh if we are blurring ! */ 1746 /* no chance of real time refresh if we are blurring! */
1741 if (bgPixmap.invalid_since + 0.5 < NOW && !(bgPixmap.flags & bgPixmap_t::blurNeeded)) 1747 if (bgPixmap.invalid_since + 0.5 < ev::now () && !(bgPixmap.flags & bgPixmap_t::blurNeeded))
1742 bgPixmap.render (); 1748 bgPixmap.render ();
1743 else 1749 else
1744 { 1750 {
1745 update_background_ev.stop (); 1751 update_background_ev.stop ();
1752
1746 if (!bgPixmap.need_client_side_rendering()) 1753 if (!bgPixmap.need_client_side_rendering())
1747 update_background_ev.start (NOW + .05); 1754 update_background_ev.start (.05);
1748 else if (bgPixmap.flags & bgPixmap_t::blurNeeded) 1755 else if (bgPixmap.flags & bgPixmap_t::blurNeeded)
1749 update_background_ev.start (NOW + .2); /* very slow !!! */ 1756 update_background_ev.start (.20); /* very slow !!! */
1750 else 1757 else
1751 update_background_ev.start (NOW + .07); 1758 update_background_ev.start (.07);
1752 } 1759 }
1760
1753 return 0; 1761 return 0;
1754} 1762}
1755 1763
1756void 1764void
1757rxvt_term::update_background_cb (time_watcher &w) 1765rxvt_term::update_background_cb (ev::timer &w, int revents)
1758{ 1766{
1759 bgPixmap.render (); 1767 bgPixmap.render ();
1760} 1768}
1761 1769
1762#endif /* HAVE_BG_PIXMAP */ 1770#endif /* HAVE_BG_PIXMAP */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines