about summary refs log tree commit diff stats
path: root/html/304screen.subx.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/304screen.subx.html')
-rw-r--r--html/304screen.subx.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/html/304screen.subx.html b/html/304screen.subx.html
index 7a756daf..c2799cc8 100644
--- a/html/304screen.subx.html
+++ b/html/304screen.subx.html
@@ -18,6 +18,7 @@ a { color:inherit; }
 .LineNr { }
 .SpecialChar { color: #d70000; }
 .subxS1Comment { color: #0000af; }
+.CommentedCode { color: #8a8a8a; }
 .subxFunction { color: #af5f00; text-decoration: underline; }
 .Constant { color: #008787; }
 .subxMinorFunction { color: #875f5f; }
@@ -511,8 +512,11 @@ if ('onhashchange' in window) {
 <span id="L453" class="LineNr">453 </span>  0x1b
 <span id="L454" class="LineNr">454 </span>
 <span id="L455" class="LineNr">455 </span><span class="SpecialChar">Terminal-filename</span>:  <span class="subxComment"># (addr kernel-string)</span>
-<span id="L456" class="LineNr">456 </span>  <span class="subxComment"># &quot;/dev/null&quot;</span>
+<span id="L456" class="LineNr">456 </span>  <span class="subxComment"># &quot;/dev/tty&quot;</span>
 <span id="L457" class="LineNr">457 </span>  2f/slash 64/d 65/e 76/v 2f/slash 74/t 74/t 79/y 0/nul
+<span id="L458" class="LineNr">458 </span>  <span class="subxComment"># on Linux console</span>
+<span id="L459" class="LineNr">459 </span><span class="CommentedCode">#?   # &quot;/dev/console&quot;</span>
+<span id="L460" class="LineNr">460 </span><span class="CommentedCode">#?   2f/slash 64/d 65/e 76/v 2f/slash 63/c 6f/o 6e/n 73/s 6f/o 6c/l 65/e 0/nul</span>
 </pre>
 </body>
 </html>
5fe9ac ^
3350c34a ^
535fe9ac ^





















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