mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
Fix printing info, help, etc.. on the command line
This commit is contained in:
parent
8c7bbbf398
commit
441c20491c
2 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue