Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!decvax!harpo!seismo!hao!hplabs!sri-unix!GRUPP@mit-mc From: GRUPP@mit-mc@sri-unix.UUCP Newsgroups: net.micro.cpm Subject: patch for keyboard character Message-ID: <4228@sri-arpa.UUCP> Date: Mon, 15-Aug-83 05:19:00 EDT Article-I.D.: sri-arpa.4228 Posted: Mon Aug 15 05:19:00 1983 Date-Received: Tue, 16-Aug-83 21:55:12 EDT Lines: 12 From: Paul R. Grupp Yes, you can swap the meanings of ^X and ^U in the BDOS read-buffer rtn. For that matter you can make them ANY character you wish... At BDOS+249 hex, is the character to use for "erase line" (^X or 18 hex). At BDOS+260 hex, is the character to use for "cancel line" (^U or 15 hex). ... So just swap these two bytes, or replace with whatever characters you like, and that should do the trick. --Paul BTW all the console editing functions are around the same place in the BDOS, and are ALL CPI . So you can look for others with DDT, and change as you like.