mldonkey-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mldonkey-commits] mldonkey distrib/ChangeLog src/daemon/driver/dr...


From: mldonkey-commits
Subject: [Mldonkey-commits] mldonkey distrib/ChangeLog src/daemon/driver/dr...
Date: Sun, 01 Jan 2006 19:37:52 +0000

CVSROOT:        /sources/mldonkey
Module name:    mldonkey
Branch:         
Changes by:     spiralvoice <address@hidden>    06/01/01 19:37:52

Modified files:
        distrib        : ChangeLog 
        src/daemon/driver: driverControlers.ml 

Log message:
        patch #4712

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/mldonkey/mldonkey/distrib/ChangeLog.diff?tr1=1.644&tr2=1.645&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/mldonkey/mldonkey/src/daemon/driver/driverControlers.ml.diff?tr1=1.55&tr2=1.56&r1=text&r2=text

Patches:
Index: mldonkey/distrib/ChangeLog
diff -u mldonkey/distrib/ChangeLog:1.644 mldonkey/distrib/ChangeLog:1.645
--- mldonkey/distrib/ChangeLog:1.644    Sun Jan  1 19:36:03 2006
+++ mldonkey/distrib/ChangeLog  Sun Jan  1 19:37:52 2006
@@ -12,6 +12,7 @@
 http://mldonkey.berlios.de/modules.php?name=Wiki&pagename=Windows
 
 2006/01/01
+4712: Change terminal color for command line from blue to cyan (romildo)
 4742: Log: remove verbosity "tor" & "file", improve verbosity "verb"
 4743: EDK: Print "File is already shared" when trying to start downloading
       an already shared file
Index: mldonkey/src/daemon/driver/driverControlers.ml
diff -u mldonkey/src/daemon/driver/driverControlers.ml:1.55 
mldonkey/src/daemon/driver/driverControlers.ml:1.56
--- mldonkey/src/daemon/driver/driverControlers.ml:1.55 Wed Dec 28 10:32:31 2005
+++ mldonkey/src/daemon/driver/driverControlers.ml      Sun Jan  1 19:37:52 2006
@@ -404,7 +404,7 @@
             before_telnet_output o sock;
             let buf = o.conn_buf in
             Buffer.reset buf;
-            if o.conn_output = ANSI then Printf.bprintf buf "> $b%s$n\n" cmd;
+            if o.conn_output = ANSI then Printf.bprintf buf "> $c%s$n\n" cmd;
             eval telnet.telnet_auth cmd o;
             Buffer.add_char buf '\n';
             if o.conn_output = ANSI then Buffer.add_string buf "$n";
@@ -524,7 +524,7 @@
               before_telnet_output o sock;
               let buf = o.conn_buf in
               Buffer.reset buf; 
-              if o.conn_output = ANSI then Printf.bprintf buf "> $b%s$n\n" cmd;
+              if o.conn_output = ANSI then Printf.bprintf buf "> $c%s$n\n" cmd;
               eval telnet.telnet_auth cmd o;
               Buffer.add_char buf '\n';
               if o.conn_output = ANSI then Buffer.add_string buf "$n";
@@ -604,7 +604,7 @@
           (Printf.sprintf "Welcome to MLDonkey %s" Autoconf.current_version);
 
         TcpBufferedSocket.write_string sock (dollar_escape o false
-            "\n$bWelcome on mldonkey command-line$n\n\nUse $r?$n for 
help\n\n");
+            "\n$cWelcome on mldonkey command-line$n\n\nUse $r?$n for 
help\n\n");
 
         after_telnet_output o sock
        end




reply via email to

[Prev in Thread] Current Thread [Next in Thread]