Skip to content

Commit

Permalink
[lwp] fix TTYSUP_CFLAG did not include CBAUD flag
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuzhuzhus authored and mysterywolf committed Dec 12, 2024
1 parent 66216dc commit ee5b7f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lwp/terminal/freebsd/tty.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ static const char *dev_console_filename;
#define TTYSUP_CFLAG \
(CIGNORE | CSIZE | CSTOPB | CREAD | PARENB | PARODD | HUPCL | CLOCAL | \
CCTS_OFLOW | CRTS_IFLOW | CDTR_IFLOW | CDSR_OFLOW | CCAR_OFLOW | \
CNO_RTSDTR)
CNO_RTSDTR | CBAUD)

/*
* Set TTY buffer sizes.
Expand Down

0 comments on commit ee5b7f1

Please sign in to comment.