From 264aba4d929da6899af0672fcda7cc7a877099ec Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sun, 15 Nov 2020 23:23:05 -0800 Subject: 7249 --- html/304screen.subx.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'html/304screen.subx.html') 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) { 453 0x1b 454 455 Terminal-filename: # (addr kernel-string) -456 # "/dev/null" +456 # "/dev/tty" 457 2f/slash 64/d 65/e 76/v 2f/slash 74/t 74/t 79/y 0/nul +458 # on Linux console +459 #? # "/dev/console" +460 #? 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 -- cgit 1.4.1-2-gfad0