Why do we use caret (^) as the symbol for ctrl/control?What's the difference between “opcode” and...

Transpose of product of matrices

Pressure inside an infinite ocean?

Moving the subject of the sentence into a dangling participle

Virus Detected - Please execute anti-virus code

Python password manager

What is the most remote airport from the center of the city it supposedly serves?

Would glacier 'trees' be plausible?

If a prion is a protein, why is it not disassembled by the digestive system?

How to make a newline without autoindent

How did Arya get her dagger back from Sansa?

Was there ever a Kickstart that took advantage of 68020+ instructions that would work on an A2000?

Manager is threatning to grade me poorly if I don't complete the project

Answer "Justification for travel support" in conference registration form

Is this homebrew life-stealing melee cantrip unbalanced?

Accidentally deleted the "/usr/share" folder

How to reply this mail from potential PhD professor?

Why do we use caret (^) as the symbol for ctrl/control?

What happens to matryoshka Mordenkainen's Magnificent Mansions?

I caught several of my students plagiarizing. Could it be my fault as a teacher?

Type-check an expression

How to improve/restore vintage Peugeot bike, or is it even worth it?

What was the state of the German rail system in 1944?

What does a yield inside a yield do?

Has any spacecraft ever had the ability to directly communicate with civilian air traffic control?



Why do we use caret (^) as the symbol for ctrl/control?


What's the difference between “opcode” and “instruction” in this Zilog ad?Why does Oracle use MINUS instead of EXCEPT?What does the “x” in “x86” represent?













6















From my understanding, the caret character (^) has been used to indicate Ctrl-key combinations since the early UNIX days, if not earlier. Why was this character used to indicate this? Was it simply that the symbol wasn't being used for anything else at the time, or is there an etymological history where that makes sense?



Some things have used alternate notation; for example, Emacs stands out for using C- instead, and many user manuals simply write control- or ctrl-, much as how alt- is still commonplace (a notable exception being Apple's modern use of for Alt, and similarly for Meta, which of course used to be represented with the Apple logo instead).



The dictionary definition of caret doesn't make any nod to this usage, and instead only offers:




a wedge-shaped mark made on written or printed matter to indicate the place where something is to be inserted




and while Wikipedia describes the usage as a control character it states nothing about the history of this usage so far as I can find.










share|improve this question







New contributor




fluffy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
















  • 1





    doesn't mean alt, it means option. Similarly, / means command.

    – Mark
    1 hour ago
















6















From my understanding, the caret character (^) has been used to indicate Ctrl-key combinations since the early UNIX days, if not earlier. Why was this character used to indicate this? Was it simply that the symbol wasn't being used for anything else at the time, or is there an etymological history where that makes sense?



Some things have used alternate notation; for example, Emacs stands out for using C- instead, and many user manuals simply write control- or ctrl-, much as how alt- is still commonplace (a notable exception being Apple's modern use of for Alt, and similarly for Meta, which of course used to be represented with the Apple logo instead).



The dictionary definition of caret doesn't make any nod to this usage, and instead only offers:




a wedge-shaped mark made on written or printed matter to indicate the place where something is to be inserted




and while Wikipedia describes the usage as a control character it states nothing about the history of this usage so far as I can find.










share|improve this question







New contributor




fluffy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
















  • 1





    doesn't mean alt, it means option. Similarly, / means command.

    – Mark
    1 hour ago














6












6








6








From my understanding, the caret character (^) has been used to indicate Ctrl-key combinations since the early UNIX days, if not earlier. Why was this character used to indicate this? Was it simply that the symbol wasn't being used for anything else at the time, or is there an etymological history where that makes sense?



Some things have used alternate notation; for example, Emacs stands out for using C- instead, and many user manuals simply write control- or ctrl-, much as how alt- is still commonplace (a notable exception being Apple's modern use of for Alt, and similarly for Meta, which of course used to be represented with the Apple logo instead).



The dictionary definition of caret doesn't make any nod to this usage, and instead only offers:




a wedge-shaped mark made on written or printed matter to indicate the place where something is to be inserted




and while Wikipedia describes the usage as a control character it states nothing about the history of this usage so far as I can find.










share|improve this question







New contributor




fluffy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












From my understanding, the caret character (^) has been used to indicate Ctrl-key combinations since the early UNIX days, if not earlier. Why was this character used to indicate this? Was it simply that the symbol wasn't being used for anything else at the time, or is there an etymological history where that makes sense?



Some things have used alternate notation; for example, Emacs stands out for using C- instead, and many user manuals simply write control- or ctrl-, much as how alt- is still commonplace (a notable exception being Apple's modern use of for Alt, and similarly for Meta, which of course used to be represented with the Apple logo instead).



The dictionary definition of caret doesn't make any nod to this usage, and instead only offers:




a wedge-shaped mark made on written or printed matter to indicate the place where something is to be inserted




and while Wikipedia describes the usage as a control character it states nothing about the history of this usage so far as I can find.







terminology






share|improve this question







New contributor




fluffy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question







New contributor




fluffy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question






New contributor




fluffy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 3 hours ago









fluffyfluffy

1313




1313




New contributor




fluffy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





fluffy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






fluffy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.








  • 1





    doesn't mean alt, it means option. Similarly, / means command.

    – Mark
    1 hour ago














  • 1





    doesn't mean alt, it means option. Similarly, / means command.

    – Mark
    1 hour ago








1




1





doesn't mean alt, it means option. Similarly, / means command.

– Mark
1 hour ago





doesn't mean alt, it means option. Similarly, / means command.

– Mark
1 hour ago










1 Answer
1






active

oldest

votes


















3














We use caret because the 1968 version of ASCII replaced the perfectly fine up-arrow (previously used for indicating control characters) with a lousy caret, at the same code value.



I think the up-arrow, letter convention originated with DEC operating systems. The primary need was not documentation, but for echoing something printable (and preferably easily recognizable) when a control character is typed on the keyboard. Bear in mind that the I/O device at this time was something like a teletype.



But I don't think there's anything special about the choice; as far as I known it was a semi-arbitrary decision that stuck.



This 1965 brochure for the PDP-6 Monitor shows the uparrow, C convention for control-C, on page 4.






share|improve this answer





















  • 1





    Also, Caret notation indicates that the use of ^ was not universal, at least the Acorn used a different notation.

    – Greg Hewgill
    2 hours ago











  • Also, as far as I can tell from looking around, "control-letter" characters pretty much imply ASCII, at least before PC-style keyboards. Other codes, say Baudot, had what in modern write-ups get called "control characters", but I don't think they were at the time. (Note to young people: the world was not originally ASCII, there were many character codes, sometimes even varying between devices on the same system).

    – another-dave
    1 hour ago












Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "648"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});






fluffy is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fretrocomputing.stackexchange.com%2fquestions%2f10925%2fwhy-do-we-use-caret-as-the-symbol-for-ctrl-control%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









3














We use caret because the 1968 version of ASCII replaced the perfectly fine up-arrow (previously used for indicating control characters) with a lousy caret, at the same code value.



I think the up-arrow, letter convention originated with DEC operating systems. The primary need was not documentation, but for echoing something printable (and preferably easily recognizable) when a control character is typed on the keyboard. Bear in mind that the I/O device at this time was something like a teletype.



But I don't think there's anything special about the choice; as far as I known it was a semi-arbitrary decision that stuck.



This 1965 brochure for the PDP-6 Monitor shows the uparrow, C convention for control-C, on page 4.






share|improve this answer





















  • 1





    Also, Caret notation indicates that the use of ^ was not universal, at least the Acorn used a different notation.

    – Greg Hewgill
    2 hours ago











  • Also, as far as I can tell from looking around, "control-letter" characters pretty much imply ASCII, at least before PC-style keyboards. Other codes, say Baudot, had what in modern write-ups get called "control characters", but I don't think they were at the time. (Note to young people: the world was not originally ASCII, there were many character codes, sometimes even varying between devices on the same system).

    – another-dave
    1 hour ago
















3














We use caret because the 1968 version of ASCII replaced the perfectly fine up-arrow (previously used for indicating control characters) with a lousy caret, at the same code value.



I think the up-arrow, letter convention originated with DEC operating systems. The primary need was not documentation, but for echoing something printable (and preferably easily recognizable) when a control character is typed on the keyboard. Bear in mind that the I/O device at this time was something like a teletype.



But I don't think there's anything special about the choice; as far as I known it was a semi-arbitrary decision that stuck.



This 1965 brochure for the PDP-6 Monitor shows the uparrow, C convention for control-C, on page 4.






share|improve this answer





















  • 1





    Also, Caret notation indicates that the use of ^ was not universal, at least the Acorn used a different notation.

    – Greg Hewgill
    2 hours ago











  • Also, as far as I can tell from looking around, "control-letter" characters pretty much imply ASCII, at least before PC-style keyboards. Other codes, say Baudot, had what in modern write-ups get called "control characters", but I don't think they were at the time. (Note to young people: the world was not originally ASCII, there were many character codes, sometimes even varying between devices on the same system).

    – another-dave
    1 hour ago














3












3








3







We use caret because the 1968 version of ASCII replaced the perfectly fine up-arrow (previously used for indicating control characters) with a lousy caret, at the same code value.



I think the up-arrow, letter convention originated with DEC operating systems. The primary need was not documentation, but for echoing something printable (and preferably easily recognizable) when a control character is typed on the keyboard. Bear in mind that the I/O device at this time was something like a teletype.



But I don't think there's anything special about the choice; as far as I known it was a semi-arbitrary decision that stuck.



This 1965 brochure for the PDP-6 Monitor shows the uparrow, C convention for control-C, on page 4.






share|improve this answer















We use caret because the 1968 version of ASCII replaced the perfectly fine up-arrow (previously used for indicating control characters) with a lousy caret, at the same code value.



I think the up-arrow, letter convention originated with DEC operating systems. The primary need was not documentation, but for echoing something printable (and preferably easily recognizable) when a control character is typed on the keyboard. Bear in mind that the I/O device at this time was something like a teletype.



But I don't think there's anything special about the choice; as far as I known it was a semi-arbitrary decision that stuck.



This 1965 brochure for the PDP-6 Monitor shows the uparrow, C convention for control-C, on page 4.







share|improve this answer














share|improve this answer



share|improve this answer








edited 2 hours ago

























answered 2 hours ago









another-daveanother-dave

1,431316




1,431316








  • 1





    Also, Caret notation indicates that the use of ^ was not universal, at least the Acorn used a different notation.

    – Greg Hewgill
    2 hours ago











  • Also, as far as I can tell from looking around, "control-letter" characters pretty much imply ASCII, at least before PC-style keyboards. Other codes, say Baudot, had what in modern write-ups get called "control characters", but I don't think they were at the time. (Note to young people: the world was not originally ASCII, there were many character codes, sometimes even varying between devices on the same system).

    – another-dave
    1 hour ago














  • 1





    Also, Caret notation indicates that the use of ^ was not universal, at least the Acorn used a different notation.

    – Greg Hewgill
    2 hours ago











  • Also, as far as I can tell from looking around, "control-letter" characters pretty much imply ASCII, at least before PC-style keyboards. Other codes, say Baudot, had what in modern write-ups get called "control characters", but I don't think they were at the time. (Note to young people: the world was not originally ASCII, there were many character codes, sometimes even varying between devices on the same system).

    – another-dave
    1 hour ago








1




1





Also, Caret notation indicates that the use of ^ was not universal, at least the Acorn used a different notation.

– Greg Hewgill
2 hours ago





Also, Caret notation indicates that the use of ^ was not universal, at least the Acorn used a different notation.

– Greg Hewgill
2 hours ago













Also, as far as I can tell from looking around, "control-letter" characters pretty much imply ASCII, at least before PC-style keyboards. Other codes, say Baudot, had what in modern write-ups get called "control characters", but I don't think they were at the time. (Note to young people: the world was not originally ASCII, there were many character codes, sometimes even varying between devices on the same system).

– another-dave
1 hour ago





Also, as far as I can tell from looking around, "control-letter" characters pretty much imply ASCII, at least before PC-style keyboards. Other codes, say Baudot, had what in modern write-ups get called "control characters", but I don't think they were at the time. (Note to young people: the world was not originally ASCII, there were many character codes, sometimes even varying between devices on the same system).

– another-dave
1 hour ago










fluffy is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















fluffy is a new contributor. Be nice, and check out our Code of Conduct.













fluffy is a new contributor. Be nice, and check out our Code of Conduct.












fluffy is a new contributor. Be nice, and check out our Code of Conduct.
















Thanks for contributing an answer to Retrocomputing Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fretrocomputing.stackexchange.com%2fquestions%2f10925%2fwhy-do-we-use-caret-as-the-symbol-for-ctrl-control%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Taj Mahal Inhaltsverzeichnis Aufbau | Geschichte | 350-Jahr-Feier | Heutige Bedeutung | Siehe auch |...

Baia Sprie Cuprins Etimologie | Istorie | Demografie | Politică și administrație | Arii naturale...

Nicolae Petrescu-Găină Cuprins Biografie | Opera | In memoriam | Varia | Controverse, incertitudini...