From: Roberto E. Vargas Caballero Date: Mon, 13 Apr 2015 17:03:53 +0000 (+0200) Subject: Add tty line support X-Git-Url: https://git.xinqibao.xyz/st.git/commitdiff_plain/215bdb2da3eca77ba01b70503c527baaad67c359?ds=sidebyside;hp=215bdb2da3eca77ba01b70503c527baaad67c359 Add tty line support Not always is desirable to create a pseudo terminal, and some times we want to open a terminal emulator over a tty line. With this new patch is possible to do someting like: $ st -l /dev/ttyS0 115200 Without this option was needed to launch another terminal emulator over st (for example minicom, picocom, cu, ...). ---