*** empty log message ***
authorpcg <pcg>
Sat, 31 Jan 2004 03:26:28 +0000 (03:26 +0000)
committerpcg <pcg>
Sat, 31 Jan 2004 03:26:28 +0000 (03:26 +0000)
src/main.C
src/menubar.C
src/misc.C
src/netdisp.C
src/ptytty.C

index 0f1e1d1f102ddeaeb89e481cd1a4eacd62262459..4a82b76451a39c7127c647d4ee14b7c59bb99708 100644 (file)
@@ -1,7 +1,7 @@
 /*--------------------------------*-C-*---------------------------------*
  * File:        main.c
  *----------------------------------------------------------------------*
- * $Id: main.C,v 1.23 2004-01-31 03:18:43 pcg Exp $
+ * $Id: main.C,v 1.24 2004-01-31 03:26:28 pcg Exp $
  *
  * All portions of code are copyright by their respective author/s.
  * Copyright (c) 1992      John Bovey, University of Kent at Canterbury <jdb@ukc.ac.uk>
@@ -1175,7 +1175,7 @@ rxvt_term::IM_get_IC ()
         preedit_attr = XVaCreateNestedList(0, XNArea, &rect,
                                            XNSpotLocation, &spot,
                                            XNForeground, fg, XNBackground, bg,
-                                           //XNFontSet, TermWin.fontset,
+                                       //XNFontSet, TermWin.fontset,
                                            NULL);
     } else if (input_style & XIMPreeditArea) {
         set_color (&fg, &bg);
@@ -1190,11 +1190,11 @@ rxvt_term::IM_get_IC ()
 
         preedit_attr = XVaCreateNestedList(0, XNArea, &rect,
                                            XNForeground, fg, XNBackground, bg,
-                                           //XNFontSet, TermWin.fontset,
+                                       //XNFontSet, TermWin.fontset,
                                            NULL);
         status_attr = XVaCreateNestedList(0, XNArea, &status_rect,
                                           XNForeground, fg, XNBackground, bg,
-                                          //XNFontSet, TermWin.fontset,
+                                      //XNFontSet, TermWin.fontset,
                                           NULL);
     }
     Input_Context = XCreateIC(xim, XNInputStyle, input_style,
index 8f7b3028becbc08fdda99160261acbc882dc3f4c..7cd8701486fe06fab79dd212327586d27eb7bc39 100644 (file)
@@ -1,7 +1,6 @@
 /*--------------------------------*-C-*---------------------------------*
  * File:       menubar.c
  *----------------------------------------------------------------------*
- * $Id: menubar.C,v 1.4 2004-01-31 00:20:21 pcg Exp $
  *
  * Copyright (c) 1997,1998  mj olesen <olesen@me.QueensU.CA>
  *
index b79534965225d0960cba67a910dde661b59693c7..01f79e6e73c2f96a5811ce20f8b414be8bd9a618 100644 (file)
@@ -1,7 +1,6 @@
 /*--------------------------------*-C-*---------------------------------*
  * File:       misc.c
  *----------------------------------------------------------------------*
- * $Id: misc.C,v 1.3 2004-01-31 00:20:21 pcg Exp $
  *
  * All portions of code are copyright by their respective author/s.
  * Copyright (c) 1996      mj olesen <olesen@me.QueensU.CA> Queen's Univ at Kingston
index 05eef949dcbed4be7a70eb428edcdca590e3cace..02237805a38fb1c067aa8b217d3ef832d6231b18 100644 (file)
@@ -1,7 +1,6 @@
 /*--------------------------------*-C-*---------------------------------*
  * File:       netdisp.c
  *----------------------------------------------------------------------*
- * $Id: netdisp.C,v 1.3 2004-01-31 00:20:21 pcg Exp $
  *
  * All portions of code are copyright by their respective author/s.
  * Copyright (c) 1996      Chuck Blake <cblake@BBN.COM>
index b9d35441568dbf5485d93ed85ad38d8212639efe..ece94419b27745b2e1501492175e31f3557b03b9 100644 (file)
@@ -1,7 +1,6 @@
 /*--------------------------------*-C-*---------------------------------*
  * File:       ptytty.c
  *----------------------------------------------------------------------*
- * $Id: ptytty.C,v 1.4 2003-12-02 21:49:46 pcg Exp $
  *
  * All portions of code are copyright by their respective author/s.
  * Copyright (c) 1999-2001 Geoff Wing <gcw@pobox.com>