From eca04a660ff7754cd6b5552d2f545f6c36a32863 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 17 Aug 2006 21:56:11 +0000 Subject: [PATCH] *** empty log message *** --- src/urxvt.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/urxvt.pm b/src/urxvt.pm index 8a48098b..bd6bde11 100644 --- a/src/urxvt.pm +++ b/src/urxvt.pm @@ -348,6 +348,11 @@ for the filename): URxvt.selection-pastebin.url: http://www.ta-sa.org/files/txt/% +I xrdb uses the C preprocessor, which might interpret +the double C characters as comment start. Use C<\057\057> instead, +which works regardless of wether xrdb is used to parse the resource file +or not. + =item example-refresh-hooks Displays a very simple digital clock in the upper right corner of the -- 2.34.1