URI: 
       New windows should be in the foreground. - tabbed - tab interface for application supporting Xembed
  HTML git clone git://git.suckless.org/tabbed
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit cc1b72371ad1b5f78817f969fe9416dee8eed916
   DIR parent 6f49796250ed7ce87a79c19b9ae562ca423b88cb
  HTML Author: Christoph Lohmann <20h@r-36.net>
       Date:   Sun, 25 Nov 2012 23:04:22 +0100
       
       New windows should be in the foreground.
       Diffstat:
         M config.def.h                        |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/config.def.h b/config.def.h
       @@ -9,7 +9,7 @@ static const char selfgcolor[]  = "#ffffff";
        static const char before[]      = "<";
        static const char after[]       = ">";
        static const int  tabwidth      = 200;
       -static const Bool foreground    = False;
       +static const Bool foreground    = True;
        
        #define MODKEY ControlMask
        static Key keys[] = { \