about summary refs log tree commit diff stats
path: root/xombrero.h
diff options
context:
space:
mode:
authorJosh Rickmar <jrick@devio.us>2012-06-26 09:45:25 -0400
committerJosh Rickmar <jrick@devio.us>2012-06-28 15:29:46 -0400
commit708b5e49dca962e66b774416aefdd377040bc55c (patch)
tree6500f9a6fffafd8f234575c5e1c7984096966f48 /xombrero.h
parent778314350a27c698799439f8e4d5c3b3e536f492 (diff)
downloadxombrero-708b5e49dca962e66b774416aefdd377040bc55c.tar.gz
Implement a tabonly command that deletes all tabs except the currently
focused one. Document in manpage.
Diffstat (limited to 'xombrero.h')
-rw-r--r--xombrero.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xombrero.h b/xombrero.h
index 28e4770..a1511e9 100644
--- a/xombrero.h
+++ b/xombrero.h
@@ -659,6 +659,7 @@ int		command_mode(struct tab *, struct karg *);
 #define XT_TAB_HIDE		(7)
 #define XT_TAB_NEXTSTYLE	(8)
 #define XT_TAB_LOAD_IMAGES	(9)
+#define XT_TAB_ONLY		(10)
 
 #define XT_URL_SHOW		(1)
 #define XT_URL_HIDE		(2)
class='alt'>
be87d723 ^

be87d723 ^
3a0664e1 ^


be87d723 ^












1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59