Fix printing info, help, etc.. on the command line
This commit is contained in:
parent
8c7bbbf398
commit
441c20491c
@ -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 ====
|
||||
|
||||
@ -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):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user