Our termios.h header doesn't define termio to termios (as the R5 one does). termios is the correct name, anyway.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9099 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1617,7 +1617,7 @@ void
|
|||||||
TermView::KeyDown (const char *bytes, int32 numBytes)
|
TermView::KeyDown (const char *bytes, int32 numBytes)
|
||||||
{
|
{
|
||||||
char c;
|
char c;
|
||||||
struct termio tio;
|
struct termios tio;
|
||||||
int32 key, mod;
|
int32 key, mod;
|
||||||
|
|
||||||
uchar dstbuf[1024];
|
uchar dstbuf[1024];
|
||||||
|
|||||||
@@ -131,7 +131,7 @@ spawn_shell (int row, int col, const char *command, const char *coding)
|
|||||||
|
|
||||||
int master = 0;
|
int master = 0;
|
||||||
int slave;
|
int slave;
|
||||||
struct termio tio;
|
struct termios tio;
|
||||||
struct winsize ws;
|
struct winsize ws;
|
||||||
|
|
||||||
handshake_t handshake;
|
handshake_t handshake;
|
||||||
|
|||||||
Reference in New Issue
Block a user