diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-04-17 23:07:50 +0200 |
---|---|---|
committer | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-04-20 19:14:56 +0200 |
commit | ab463c99e64c432f29b077c1d1566b9ed6115b5c (patch) | |
tree | 12695d88e5fa1268ed7b981ae74ad6a09a8f5555 | |
parent | fb8337b13bf391a21b3fd78e1c2cb48fb9728c35 (diff) | |
download | busybox-w32-ab463c99e64c432f29b077c1d1566b9ed6115b5c.tar.gz busybox-w32-ab463c99e64c432f29b077c1d1566b9ed6115b5c.tar.bz2 busybox-w32-ab463c99e64c432f29b077c1d1566b9ed6115b5c.zip |
termios.c: winsize
-rw-r--r-- | win32/termios.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/win32/termios.c b/win32/termios.c index 13adcd522..36c4ea526 100644 --- a/win32/termios.c +++ b/win32/termios.c | |||
@@ -33,11 +33,6 @@ NTSTATUS NTAPI NtQueryObject (HANDLE, OBJECT_INFORMATION_CLASS, VOID *, ULONG, U | |||
33 | 33 | ||
34 | /* Cygwin's shared_info */ | 34 | /* Cygwin's shared_info */ |
35 | 35 | ||
36 | struct winsize { | ||
37 | unsigned short ws_row, ws_col; | ||
38 | unsigned short ws_xpixel, ws_ypixel; | ||
39 | }; | ||
40 | |||
41 | struct tty_min { | 36 | struct tty_min { |
42 | pid_t sid; /* Session ID of tty */ | 37 | pid_t sid; /* Session ID of tty */ |
43 | struct status_flags { | 38 | struct status_flags { |