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?

Is induction neccessary for proving that every injective mapping of a finite set into itself is a mapping onto itself?

Why was the battle set up *outside* Winterfell?

Which industry am I working in? Software development or financial services?

Type-check an expression

Should one double the thirds or the fifth in chords?

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

Point of the the Dothraki's attack in GoT S8E3?

Catholic vs Protestant Support for Nazism in Germany

Moving the subject of the sentence into a dangling participle

Does this article imply that Turing-Computability is not the same as "effectively computable"?

Is this homebrew life-stealing melee cantrip unbalanced?

In a vacuum triode, what prevents the grid from acting as another anode?

Why is `abs()` implemented differently?

Number of seconds in 6 weeks

What happens to matryoshka Mordenkainen's Magnificent Mansions?

Identifying a transmission to myself

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

Can Ghost kill White Walkers or Wights?

Why do money exchangers give different rates to different bills?

Pawn Promotion Double Checks

Returning the outputs of a nested structure

Pressure inside an infinite ocean?

Enumerate Derangements

What happens if I start too many background jobs?



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
    58 mins 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
    58 mins 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
    58 mins ago












  • 1





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

    – Mark
    58 mins ago







1




1





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

– Mark
58 mins ago





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

– Mark
58 mins 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
    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











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















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













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 1 hour 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
    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












  • 1





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

    – Greg Hewgill
    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







1




1





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

– Greg Hewgill
1 hour ago





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

– Greg Hewgill
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





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

Log på Navigationsmenu

Wonderful Copenhagen (sang) Eksterne henvisninger | NavigationsmenurSide på frankloesser.comWonderful Copenhagen

Detroit Tigers Spis treści Historia | Skład zespołu | Sukcesy | Członkowie Baseball Hall of Fame | Zastrzeżone numery | Przypisy | Menu nawigacyjneEncyclopedia of Detroit - Detroit TigersTigers Stadium, Detroit, MITigers Timeline 1900sDetroit Tigers Team History & EncyclopediaTigers Timeline 1910s1935 World Series1945 World Series1945 World Series1984 World SeriesComerica Park, Detroit, MI2006 World Series2012 World SeriesDetroit Tigers 40-Man RosterDetroit Tigers Coaching StaffTigers Hall of FamersTigers Retired Numberse