From dcb64af5bc4d23c54745b0a2b562cef048fc23a2 Mon Sep 17 00:00:00 2001 From: David Morgan Date: Mon, 11 Apr 2016 08:36:10 -0400 Subject: Add tmux.conf and (no longer used) screenrc --- .screenrc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .screenrc (limited to '.screenrc') diff --git a/.screenrc b/.screenrc new file mode 100644 index 0000000..4cbe631 --- /dev/null +++ b/.screenrc @@ -0,0 +1,14 @@ +defutf8 on +encoding UTF-8 +vbell off +defnonblock 5 +backtick 1 10 10 /home/djm/bin/showmail.sh + +hardstatus alwayslastline "%{=}%{g}[ %{B}%D%d/%m%{W}%c:%s %{g}][%=%{w}%?%-Lw%?%{r}(%{W}%n*%f%?(%u)%?%{r})%{w}%?%+Lw%?%?%=%{g}][%=%1` ]" + + + +#hardstatus alwayslastline "%{=}%{g}[%{B} %D %d/%m%{W}%c:%s %{g}][%= %{w}%?%-Lw%?%{r}(%{W}%n*%f %t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}]%=%1`" +#hardstatus alwayslastline "%{=}%{g}[%{B} %D %d/%m%{W}%c:%s %{g}][%= %{w}%?%-Lw%?%{r}(%{W}%n*%f %t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][ %{W}:%l %{g}]" +#hardstatus alwayslastline "%{= kw}%?%-Lw%?%{= kw}%n*%f %t%?(%u)%?%{= kw}%?%+Lw%?%{= kw} %=%1` %c %m/%d/%Y" + -- cgit 1.4.1-2-gfad0 td>
about summary refs log tree commit diff stats
path: root/src/luasec/options.lua
blob: d9a88017163779efd075068bda43aa4ced9e682a (plain) (blame)
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93