From 121bc3ebc3706e7f4bc68596fbdda9e8ede4cc3b Mon Sep 17 00:00:00 2001 From: root Date: Tue, 19 Feb 2008 13:37:17 +0000 Subject: [PATCH] *** empty log message *** --- Changes | 4 +++- src/rxvtd.C | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 94d05a82..21e01cef 100644 --- a/Changes +++ b/Changes @@ -17,9 +17,11 @@ WISH: load system-wide config file even if we don't have one WISH: look into XAddConnectionWatch, does anybody need that? DUMB: support tex fonts -TODO: bgPixmap.apply all to do in scr_recolour? +TODO: coloured pastebin +TODO: mabbe unlink the RXVT_SOCKET on exit? - made tabs moveable (based on a patch by Petr Machata). + - support relative paths for RXVT_SOCKET in urxvtd. 9.02 Tue Jan 29 11:58:36 CET 2008 - the "exg makes everybody happy" release. diff --git a/src/rxvtd.C b/src/rxvtd.C index 8d98dd39..543e2de1 100644 --- a/src/rxvtd.C +++ b/src/rxvtd.C @@ -248,14 +248,14 @@ main (int argc, const char *const *argv) } } - chdir ("/"); - if (opt_opendisplay) displays.get (getenv ("DISPLAY")); // open display and never release it char *sockname = rxvt_connection::unix_sockname (); unix_listener l (sockname); + chdir ("/"); + if (!opt_quiet) { printf ("rxvt-unicode daemon listening on %s.\n", sockname); -- 2.34.1