This thing to the right is a teletypewriter, or tty for short
Unix terminals are called "ttys" to this day:
% tty /dev/pts/2
% echo foo >> /dev/tty foo
% stty columns 132 %
continued...