From 8a110a4366d7eea019d1e9ac442d35f4bf9d58c8 Mon Sep 17 00:00:00 2001 From: James Booth Date: Sun, 6 Jan 2013 01:14:52 +0000 Subject: [PATCH] Removed out of date comments --- src/input_win.c | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/src/input_win.c b/src/input_win.c index 8c1f6ac4..554f939e 100644 --- a/src/input_win.c +++ b/src/input_win.c @@ -20,24 +20,6 @@ * */ -/* - * Non blocking input char handling - * - * *size - holds the current size of input - * *input - holds the current input string, NOT null terminated at this point - * *ch - getch will put a charater here if there was any input - * - * The example below shows the values of size, input, a call to wgetyx to - * find the current cursor location, and the index of the input string. - * - * view : |mple| - * input : "example te" - * index : "0123456789" - * inp_x : "0123456789" - * size : 10 - * pad_start : 3 - * cols : 4 - */ #define _XOPEN_SOURCE_EXTENDED #include "config.h"