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.326 by sf-exg, Sat Apr 3 16:30:39 2010 UTC vs.
Revision 1.327 by root, Sun May 23 00:25:48 2010 UTC

35#include "keyboard.h" 35#include "keyboard.h"
36#include "rxvtperl.h" 36#include "rxvtperl.h"
37 37
38#include <limits> 38#include <limits>
39 39
40#include <cassert>
40#include <csignal> 41#include <csignal>
41#include <cstring> 42#include <cstring>
42 43
43#include <termios.h> 44#include <termios.h>
44 45
478char **rxvt_environ; // startup environment 479char **rxvt_environ; // startup environment
479 480
480void 481void
481rxvt_init () 482rxvt_init ()
482{ 483{
484 assert (("fontMask must not overlap other RS masks",
485 0 == (RS_fontMask & (RS_Sel | RS_baseattrMask | RS_customMask | RS_bgMask | RS_fgMask))));
486
483 ptytty::init (); 487 ptytty::init ();
484 488
485 if (!ev_default_loop (0)) 489 if (!ev_default_loop (0))
486 rxvt_fatal ("cannot initialise libev (bad value for LIBEV_METHODS?)\n"); 490 rxvt_fatal ("cannot initialise libev (bad value for LIBEV_METHODS?)\n");
487 491

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines