From 12c11dcc142d0cd944ec9b4efaaf2d542e50c9c7 Mon Sep 17 00:00:00 2001 From: deuce <> Date: Thu, 26 Jan 2006 22:11:06 +0000 Subject: [PATCH] Add note to fix up the slow local display for Win32. --- src/odoors/TODO-v7.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/odoors/TODO-v7.txt b/src/odoors/TODO-v7.txt index 3dfb1d321f..3b71ab5ac0 100644 --- a/src/odoors/TODO-v7.txt +++ b/src/odoors/TODO-v7.txt @@ -6,3 +6,5 @@ Features/Changes which will break the API and so must go into v7 size. For example, xpdev uses int as a BOOL whereas OpenDoors uses a char. - Support telnet IAC escaping, add an item to the od_control struct to keep track of the current status of IAC escapes. +- Fix up the local display for Win32. It's horribly slow currently. + Possibly just dust of the DOS stuff and use ciolib? -- GitLab