Project

General

Profile

Tab » History » Version 8

Per Amundsen, 02/16/2023 03:24 PM

1 1 Per Amundsen
_Added in 1.5_
2
3 4 Per Amundsen
*/tab [-fbpnm] [[network] [#channel|nick]|N]*
4 1 Per Amundsen
5
Activates the matching window or the window number counting from the top.
6 3 Per Amundsen
7
*Switches*
8
9 8 Per Amundsen
table(ktable).
10
|*Switch*|*Description*|
11
| -f | Activates the next window in [[Switchbar_Control<notextile>|</notextile>Switchbar]]/[[Treebar_Control<notextile>|</notextile>Treebar]] order. |
12
| -b | Activates the previous window in [[Switchbar_Control<notextile>|</notextile>Switchbar]]/[[Treebar_Control<notextile>|</notextile>Treebar]] order. |
13
| -n | Activates the next window in recent history order. |
14
| -p | Activates the previous window in recent order. |
15
| -m | Includes minimized windows. |
16 1 Per Amundsen
17 4 Per Amundsen
*Parameters*
18 1 Per Amundsen
19 8 Per Amundsen
table(ktable).
20
|*Parameter*|*Description*|
21
| [network] | [[$network]] to match. |
22
| [#channel<notextile>|</notextile>nick] | Channel or nick to match. |
23
| [N] | The Nth position. |
24 1 Per Amundsen
25
*Example*
26
27
<pre>
28 5 Per Amundsen
; Activate #channel window on $network NordicIRC.
29 1 Per Amundsen
/tab NordicIRC #channel
30
31 5 Per Amundsen
; Activate the 5th window.
32 1 Per Amundsen
/tab 5
33
</pre>