From: root Date: Tue, 19 Feb 2008 13:37:17 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=121bc3ebc3706e7f4bc68596fbdda9e8ede4cc3b;p=dana%2Furxvt.git *** empty log message *** --- 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);