summaryrefslogtreecommitdiff
path: root/devdocs/elisp/terminal-type.html
blob: e0b87a9240bda5b7eaf7b8f87429038cea473d69 (plain)
1
2
3
4
5
6
7
8
9
 <h4 class="subsection">Terminal Type</h4>  <p>A <em>terminal</em> is a device capable of displaying one or more Emacs frames (see <a href="frame-type">Frame Type</a>). </p> <p>Terminals have no read syntax. They print in hash notation giving the terminal’s ordinal number and its TTY device file name. </p> <div class="example"> <pre class="example">(get-device-terminal nil)
     ⇒ #&lt;terminal 1 on /dev/tty&gt;
</pre>
</div><div class="_attribution">
  <p class="_attribution-p">
    Copyright &copy; 1990-1996, 1998-2022 Free Software Foundation, Inc. <br>Licensed under the GNU GPL license.<br>
    <a href="https://www.gnu.org/software/emacs/manual/html_node/elisp/Terminal-Type.html" class="_attribution-link">https://www.gnu.org/software/emacs/manual/html_node/elisp/Terminal-Type.html</a>
  </p>
</div>