aboutsummaryrefslogtreecommitdiff
path: root/jim-tty.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-04aio: Add support for modem control signalsSteve Bennett1-0/+92
2024-02-04aio: tty: Add support for vstart and vstopSteve Bennett1-8/+17
2023-03-20build: define _GNU_SOURCE only on the command lineSteve Bennett1-3/+0
2023-03-02tty: musl now requires _GNU_SOURCE for CRTSCTSSteve Bennett1-1/+3
2019-11-12aio: tty: allow setting echoSteve Bennett1-1/+15
2018-09-04Tidy some signed/unsigned comparisonsSteve Bennett1-2/+2
2016-10-18aio tty: clear ICRNL for raw input modeSteve Bennett1-0/+2
2016-09-09aio: add tty settings support (via termios)Steve Bennett1-0/+327