aboutsummaryrefslogtreecommitdiff
path: root/src/os_unix.c
diff options
context:
space:
mode:
authorJohn Schmidt <john.schmidt.h@gmail.com>2014-03-17 17:24:38 +0100
committerThiago de Arruda <tpadilha84@gmail.com>2014-04-05 10:01:21 -0300
commit44a6f194b44c0db5464c417f2fde6428f9b552ac (patch)
tree3b191cb86c44108b8bb4390a8b0112ca65ecf0f2 /src/os_unix.c
parent8a0043130fed84f67c83451e675d08617216c6eb (diff)
downloadrneovim-44a6f194b44c0db5464c417f2fde6428f9b552ac.tar.gz
rneovim-44a6f194b44c0db5464c417f2fde6428f9b552ac.tar.bz2
rneovim-44a6f194b44c0db5464c417f2fde6428f9b552ac.zip
Remove SniFF
Diffstat (limited to 'src/os_unix.c')
-rw-r--r--src/os_unix.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/os_unix.c b/src/os_unix.c
index 3afd4b9843..b4b1f8afc7 100644
--- a/src/os_unix.c
+++ b/src/os_unix.c
@@ -1566,7 +1566,6 @@ error:
* "msec" == 0 will check for characters once.
* "msec" == -1 will block until a character is available.
* When a GUI is being used, this will not be used for input -- webb
- * Returns also, when a request from Sniff is waiting -- toni.
* Or when a Linux GPM mouse event is waiting.
*/
static int RealWaitForChar(fd, msec, check_for_gpm)