Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!thunder.mcrcim.mcgill.edu!snorkelwacker.mit.edu!spool.mu.edu!caen!dali.cs.montana.edu!milton!les From: les@milton.u.washington.edu (Leslie Pennington) Newsgroups: comp.unix.questions Subject: question on keyboard mapping using curses Message-ID: <1991Jun17.193831.7465@milton.u.washington.edu> Date: 17 Jun 91 19:38:31 GMT Organization: University of Washington, Seattle Lines: 14 I have been putting the finishing touches on a personal text editor which reads keyboard input from a vt terminal in raw mode and responds to keystrokes in an appropriate manner. I would like to be able to use the DEL key to delete the character at the cursor position, but have not found the right way to get this keystroke to return a unique escape sequence; instead it always returns a '.'. If I use exactly the same code on an Ultrix system using cursesX instead of curses, I do get a unique escape sequence. What do I need to do to get curses to work like cursesX in this case?? Thanks, Les Pennington