From 2e9e600c81f3c1d74e11dc3c6183f4abe114b7bf Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Sun, 11 Apr 2010 10:16:39 -0300 Subject: [PATCH] Updated cheat-codes with the window-title option and the timeout. --- CHEAT-CODES | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/CHEAT-CODES b/CHEAT-CODES index a1052f8..20fa6fe 100644 --- a/CHEAT-CODES +++ b/CHEAT-CODES @@ -30,7 +30,8 @@ network manager uses the ``NetworkManager`` section: Timeout for requests, in seconds. This value is (or should) be used by all networks. If a quests takes longer than those seconds, it will be canceled and the result, a failure. Default value is - 120. + 120. Note that only Python 2.6 supports timeout parameters the calls + Mitter uses. *save_count* Number of operations till the configuration file is saved again. @@ -74,7 +75,7 @@ network supported by Mitter. It have the following options: tweets in case you leave Mitter close for awhile.) If this value is does not exist in the config file, Mitter will request only the first page and update this values. - + *last_reply* Works exactly like *last_tweet*, except for replies. @@ -148,3 +149,11 @@ options: protected/private. The default value is "(protected)", which is the string (protected) with a smaller font. Beware that not all HTML characters are accepted. + +*window_title* + String to be used as window title, which can be updated every time a new + message or reply appears. Mitter provides 4 variables that can be used: + - {message_count}: Number of unread messages; + - {message}: The translatable word for "messages"; + - {replies_count}: Number of unread replies; + - {replies}: The translatable word for "replies". \ No newline at end of file