mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-04 23:48:40 +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
|
* Make the delete key work
|
||||||
* Allow ~ to be used in the path in the add command
|
* Allow ~ to be used in the path in the add command
|
||||||
* Allow commands that are .pyc files to be used
|
* 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) ===
|
=== Deluge 1.2.0_rc3 (01 November 2009) ===
|
||||||
==== Core ====
|
==== Core ====
|
||||||
|
|
|
@ -249,7 +249,7 @@ class ConsoleUI(component.Component):
|
||||||
|
|
||||||
"""
|
"""
|
||||||
self.batch_write = batch
|
self.batch_write = batch
|
||||||
if not batch:
|
if not batch and self.interactive:
|
||||||
self.screen.refresh()
|
self.screen.refresh()
|
||||||
|
|
||||||
def write(self, line):
|
def write(self, line):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue