]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/src/cmd/ascii.c
rio, kbdfs: increase read buffer for high latency kbdfs support
[plan9front.git] / sys / src / cmd / ascii.c
old mode 100755 (executable)
new mode 100644 (file)
index 513b03e..dc39c07
@@ -15,7 +15,7 @@ int   isnum(char *);
 
 char *str[256]={
        "nul",  "soh",  "stx",  "etx",  "eot",  "enq",  "ack",  "bel",
-       "bs ",  "ht ",  "nl ",  "vt ",  "np ",  "cr ",  "so ",  "si ",
+       "bs ",  "ht ",  "nl ",  "vt ",  "ff ",  "cr ",  "so ",  "si ",
        "dle",  "dc1",  "dc2",  "dc3",  "dc4",  "nak",  "syn",  "etb",
        "can",  "em ",  "sub",  "esc",  "fs ",  "gs ",  "rs ",  "us ",
        "sp ",  " ! ",  " \" ", " # ",  " $ ",  " % ",  " & ",  " ' ",