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?

Sub query result is 0

A non-technological, repeating, phenomenon in the sky, holding its position in the sky for hours

What happens if I start too many background jobs?

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

How can I close a gap between my fence and my neighbor's that's on his side of the property line?

Airbnb - host wants to reduce rooms, can we get refund?

Missed the connecting flight, separate tickets on same airline - who is responsible?

Theorem won't go to multiple lines and is causing text to run off the page

What happens to matryoshka Mordenkainen's Magnificent Mansions?

Do I really need diodes to receive MIDI?

Besides the up and down quark, what other quarks are present in daily matter around us?

Is there a legal ground for stripping the UK of its UN Veto if Scotland and/or N.Ireland split from the UK?

Selecting a secure PIN for building access

When and why did journal article titles become descriptive, rather than creatively allusive?

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

What word means "to make something obsolete"?

Alias to source .bashrc after it's been edited?

Pressure inside an infinite ocean?

Answer "Justification for travel support" in conference registration form

For a benzene shown in a skeletal structure, what does a substituent to the center of the ring mean?

Why is C# in the D Major Scale?

Accidentally deleted the "/usr/share" folder

How do I tell my manager that his code review comment is wrong?

Is Cola "probably the best-known" Latin word in the world? If not, which might it be?



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?













7















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.















  • 2





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

    – Mark
    1 hour ago















7















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.















  • 2





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

    – Mark
    1 hour ago













7












7








7








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

1363




1363




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.







  • 2





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

    – Mark
    1 hour ago












  • 2





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

    – Mark
    1 hour ago







2




2





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


















4














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









4














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















4














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













4












4








4







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,441316




1,441316







  • 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

Invision Community Contents History See also References External links Navigation menuProprietaryinvisioncommunity.comIPS Community ForumsIPS Community Forumsthis blog entry"License Changes, IP.Board 3.4, and the Future""Interview -- Matt Mecham of Ibforums""CEO Invision Power Board, Matt Mecham Is a Liar, Thief!"IPB License Explanation 1.3, 1.3.1, 2.0, and 2.1ArchivedSecurity Fixes, Updates And Enhancements For IPB 1.3.1Archived"New Demo Accounts - Invision Power Services"the original"New Default Skin"the original"Invision Power Board 3.0.0 and Applications Released"the original"Archived copy"the original"Perpetual licenses being done away with""Release Notes - Invision Power Services""Introducing: IPS Community Suite 4!"Invision Community Release Notes

Canceling a color specificationRandomly assigning color to Graphics3D objects?Default color for Filling in Mathematica 9Coloring specific elements of sets with a prime modified order in an array plotHow to pick a color differing significantly from the colors already in a given color list?Detection of the text colorColor numbers based on their valueCan color schemes for use with ColorData include opacity specification?My dynamic color schemes

Ласкавець круглолистий Зміст Опис | Поширення | Галерея | Примітки | Посилання | Навігаційне меню58171138361-22960890446Bupleurum rotundifoliumEuro+Med PlantbasePlants of the World Online — Kew ScienceGermplasm Resources Information Network (GRIN)Ласкавецькн. VI : Літери Ком — Левиправивши або дописавши її