From c020883ec734baa3cc1358eb5f7ec2ecd0463d9f Mon Sep 17 00:00:00 2001 From: Blair Sadewitz Date: Thu, 29 Mar 2007 21:38:27 +0000 Subject: [PATCH] Forgot notes about adding wscons mouse support and replacing tempnam() with mkstemp(). --- elinks-snapshot/TODO | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/elinks-snapshot/TODO b/elinks-snapshot/TODO index b806f06f2a..a69b510dff 100644 --- a/elinks-snapshot/TODO +++ b/elinks-snapshot/TODO @@ -7,4 +7,8 @@ --Figure out how to get the snapshot date right at all times of day ... maybe just move the directory and forget about it? -And more ... +--Use mkstemp() instead of tempnam(). + +--Add wscons mouse support. + +And more ... ?