* Includes termios.h in sys/ioctl.h, for TIOCGWINSZ.

* added watch command, which executes a program periodically, showing output full screen. 
* added watch to the image.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30900 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2009-05-28 20:16:35 +00:00
parent 5f447d9b4c
commit 7abb735ac6
4 changed files with 286 additions and 1 deletions
+2
View File
@@ -5,6 +5,8 @@
#ifndef _SYS_IOCTL_H
#define _SYS_IOCTL_H
#include <termios.h>
/* These only work on sockets for now */
#define FIONBIO 0xbe000000
#define FIONREAD 0xbe000001