Skip to content
Snippets Groups Projects
Commit a0f7f0e7 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Fix BSD builds

parent e37e0803
Branches
Tags
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #4336 failed
...@@ -465,7 +465,7 @@ pty_connect(struct bbslist *bbs) ...@@ -465,7 +465,7 @@ pty_connect(struct bbslist *bbs)
ts.c_cc[VEOL2] = CEOL; ts.c_cc[VEOL2] = CEOL;
#endif #endif
#ifdef VERASE2 #ifdef VERASE2
ts.c_cc[VERASE2] = CTRL(h); ts.c_cc[VERASE2] = CTRL('h');
#endif #endif
#ifdef VDSUSP #ifdef VDSUSP
ts.c_cc[VDSUSP] = CDSUSP; ts.c_cc[VDSUSP] = CDSUSP;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment