Fix printing info, help, etc.. on the command line

This commit is contained in:
Andrew Resch 2009-11-08 17:22:57 +00:00
parent 8c7bbbf398
commit 441c20491c
2 changed files with 2 additions and 1 deletions

View file

@ -16,6 +16,7 @@
* Make the delete key work
* Allow ~ to be used in the path in the add command
* Allow commands that are .pyc files to be used
* Fix printing info, help, etc.. on the command line
=== Deluge 1.2.0_rc3 (01 November 2009) ===
==== Core ====

View file

@ -249,7 +249,7 @@ class ConsoleUI(component.Component):
"""
self.batch_write = batch
if not batch:
if not batch and self.interactive:
self.screen.refresh()
def write(self, line):