• mina86@lemmy.wtfOP
      link
      fedilink
      arrow-up
      0
      ·
      14 days ago

      Yes. So is Ctrl+J actually. Ctrl+J corresponds to line feed (LF) and Ctrl+M corresponds to carriage return (CR) ASCII characters. They are typically treated the same way.

      • pmk@lemmy.sdf.org
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        14 days ago

        Found it in the classic The UNIX Programming Environment from 1984:

        But then, this is for return, which technically isn’t “enter”, but nowadays they are sort of interpreted the same by programs?