[CalendarServer-changes] [9138] CalendarServer/trunk/calendarserver/tools/shell/terminal.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Apr 16 16:36:23 PDT 2012


Revision: 9138
          http://trac.macosforge.org/projects/calendarserver/changeset/9138
Author:   wsanchez at apple.com
Date:     2012-04-16 16:36:23 -0700 (Mon, 16 Apr 2012)
Log Message:
-----------
Don't add space after completions for now.

Modified Paths:
--------------
    CalendarServer/trunk/calendarserver/tools/shell/terminal.py

Modified: CalendarServer/trunk/calendarserver/tools/shell/terminal.py
===================================================================
--- CalendarServer/trunk/calendarserver/tools/shell/terminal.py	2012-04-16 23:32:49 UTC (rev 9137)
+++ CalendarServer/trunk/calendarserver/tools/shell/terminal.py	2012-04-16 23:36:23 UTC (rev 9138)
@@ -273,7 +273,7 @@
                 break
             for c in completion:
                 self.characterReceived(c, True)
-            self.characterReceived(" ", False)
+            #self.characterReceived(" ", False)
         else:
             self.terminal.nextLine()
             for completion in completions:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120416/2f2f7678/attachment.html>


More information about the calendarserver-changes mailing list