Spiros Bousbouras
2021-02-19 04:35:05 UTC
[Crossposting to alt.folklore.computers]
On Fri, 19 Feb 2021 02:38:50 -0000 (UTC)
"alert", as '\b' is used for "backspace".
I was under the impression that it's because 7+64 = 71 .Obviously you get
the same result either way but I was under the impression that 64 has
something to do with it.
On Fri, 19 Feb 2021 02:38:50 -0000 (UTC)
$ man ascii|grep 007
007 7 07 BEL '\a' (bell) 107 71 47 G
But I still can't find the official documentation for the explanation of
the equivalence of ^G and '\a'. Any hints will be highly appreciated.
G is the 7th letter, ^G represents "control code 7". The '\a' is for007 7 07 BEL '\a' (bell) 107 71 47 G
But I still can't find the official documentation for the explanation of
the equivalence of ^G and '\a'. Any hints will be highly appreciated.
"alert", as '\b' is used for "backspace".
the same result either way but I was under the impression that 64 has
something to do with it.