[BACK]Return to main.c CVS log [TXT][DIR] Up to [local] / xenocara / app / xterm

Diff for /xenocara/app/xterm/main.c between version 1.34 and 1.35

version 1.34, 2015/09/05 14:11:46 version 1.35, 2015/11/07 08:10:24
Line 2598 
Line 2598 
     if (resource.maximized)      if (resource.maximized)
         RequestMaximize(term, True);          RequestMaximize(term, True);
 #endif  #endif
       if (pledge("stdio rpath wpath cpath id proc tty", NULL) == -1)
               err(1, "pledge");
     for (;;) {      for (;;) {
 #if OPT_TEK4014  #if OPT_TEK4014
         if (TEK4014_ACTIVE(term))          if (TEK4014_ACTIVE(term))

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35