typo flags => flag
This commit is contained in:
parent
100d566802
commit
30968c3fe9
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ isecho(int fd)
|
||||||
if(debug) fprint(2, "israw %c%c\n",
|
if(debug) fprint(2, "israw %c%c\n",
|
||||||
ttmode.c_lflag&ICANON ? 'c' : '-',
|
ttmode.c_lflag&ICANON ? 'c' : '-',
|
||||||
ttmode.c_lflag&ECHO ? 'e' : '-');
|
ttmode.c_lflag&ECHO ? 'e' : '-');
|
||||||
return (ttmode.c_lflag&ICANON && ttmode.c_lflags&ECHO);
|
return (ttmode.c_lflag&ICANON && ttmode.c_lflag&ECHO);
|
||||||
}
|
}
|
||||||
|
|
||||||
int
|
int
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue