From dd86108e26fdf3ff1bbad61e616f04db63b8dac8 Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Sat, 27 Jul 2024 09:40:10 +1200 Subject: [PATCH] Update code-index.md Vscrn* functions are in ckoco2 --- doc/code-index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/code-index.md b/doc/code-index.md index 6082601d..00dffb2a 100644 --- a/doc/code-index.md +++ b/doc/code-index.md @@ -83,7 +83,7 @@ This code is used on both Windows and OS/2. | ckoath.h | Authentication for Kermit 95 | | | ckoava.c | AVATAR Emulation | | | ckoava.h | Header for AVATAR Emulation | | -| ckoco2.c | Kermit connect command for OS/2 systems and Windows | | +| ckoco2.c | Kermit connect command for OS/2 systems and Windows | VScrn functions | | ckoco3.c | Kermit connect command for OS/2 systems and Windows | A lot of escape sequence processing for the terminal emulator happens in here | | ckoco4.c | Kermit connect command for OS/2 systems and Windows | | | ckoco5.c | Kermit connect command for OS/2 systems and Windows | | @@ -431,4 +431,4 @@ or utilities that aren't enabled. Further investigation required for all of it. | url.c | | Probably junk - appears unused | | vttime.c | | Probably junk - appears unused. Program to set the clock on a VT series terminal based on the system time. | | wtest.def | C-Kermit for Windows NT Test | Almost certainly junk. Module definition file for test.exe, the source code for which does not exist. | -| zip.sh | | Script used to create the original Kermit 95 open source source release. Junk at this point, its done its job. | \ No newline at end of file +| zip.sh | | Script used to create the original Kermit 95 open source source release. Junk at this point, its done its job. |