summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2011-11-08 20:21:59 +0100
committerFlorent Le Coz <louiz@louiz.org>2011-11-08 20:21:59 +0100
commit08664e3ba77d0e337b3d7ca341992f8037513d88 (patch)
tree4a4f3021ac05d27129abb75a41fbbed0ff545ce6 /doc
parentf8eb06b68c788eaa880a884a9b4b8797d4573993 (diff)
downloadpoezio-08664e3ba77d0e337b3d7ca341992f8037513d88.tar.gz
poezio-08664e3ba77d0e337b3d7ca341992f8037513d88.tar.bz2
poezio-08664e3ba77d0e337b3d7ca341992f8037513d88.tar.xz
poezio-08664e3ba77d0e337b3d7ca341992f8037513d88.zip
80 colsĀ³
Diffstat (limited to 'doc')
-rw-r--r--doc/en/usage.txt26
1 files changed, 17 insertions, 9 deletions
diff --git a/doc/en/usage.txt b/doc/en/usage.txt
index 6f28572f..95530664 100644
--- a/doc/en/usage.txt
+++ b/doc/en/usage.txt
@@ -10,19 +10,27 @@ to the global commands and key shortcuts.
Tabs
----
-On all tabs, you get a line showing the the list of all opened tabs. Each tab has a number, each time you open a new tab, it gets the next available number.
+On all tabs, you get a line showing the the list of all opened tabs. Each tab
+has a number, each time you open a new tab, it gets the next available number.
-image::../images/tab_bar.png["Example of 5 opened tabs", title="Example of 5 opened tabs"]
-The tab numbered _0_ is always the _roster_ tab, the other tabs can be of any type.
+image::../images/tab_bar.png[title="Example of 5 opened tabs"]
+
+The tab numbered _0_ is always the _roster_ tab, the other tabs can be of any
+type.
+
The status of a tab is represented by its color:
-* *[navy]#blue#* (tab _0_): an inactive tab of any type, nothing new to see there.
-* *[purple]#purple#* (tab _1_): a MultiUserChat tab with at least one new unread message.
-* *[green]#green#* (tab _2_): a tab of a private conversation with a new message to read.
+* *[navy]#blue#* (tab _0_): an inactive tab of any type, nothing new to see
+ there.
+* *[purple]#purple#* (tab _1_): a MultiUserChat tab with at least one new
+ unread message.
+* *[green]#green#* (tab _2_): a tab of a private conversation with a new
+ message to read.
* *[teal]#cyan#* (tab _3_): the current tab.
-* *[red]#red#* (tab _4_): a MultiUserChat tab with at least one new hightlight message.
+* *[red]#red#* (tab _4_): a MultiUserChat tab with at least one new hightlight
+ message.
You can go from one tab to another in many ways:
@@ -31,8 +39,8 @@ You can go from one tab to another in many ways:
* <<command-next, next>> and <<command-prev, prev>> commands
* Alt+ a number
* Alt+j followed by a two-digits number
-* Alt+e, this will jump to the next tab with the highest priority. Priority applies in this order: private message > highlight message > normal message.
-
+* Alt+e, this will jump to the next tab with the highest priority. Priority
+ applies in this order: private message > highlight message > normal message.
Commands
--------