-
Hi, I am pretty new to xterm.js, I have a demo and realised xterm wraps the text after 80 chars, how can I remove this limit? I would like xterm to use all the width available in the window for the terminal. thank you very much |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The terminal instance has a |
Beta Was this translation helpful? Give feedback.
Well good documentation about TTY/PTY is hard to find. Maybe one of these work for you: https://dev.to/napicella/linux-terminals-tty-pty-and-shell-192e or https://www.linusakesson.net/programming/tty/
node-pty
is just a nodejs binding to the PTY interface of the OS, I am pretty sure rust has something like this as well.