Thread: Why some linux shell doesn't support "Delete" Key?

  1. #16
    Registered User
    Join Date
    Apr 2007
    Posts
    284
    Nope neither helps. I almost give up. Thank you anyway for the help.

    Quote Originally Posted by master5001 View Post
    It seems to me you should have been putting

    Code:
    stty erase '~'
    But that is ok. Try doing an stty sane to default everything.

  2. #17
    Banned master5001's Avatar
    Join Date
    Aug 2001
    Location
    Visalia, CA, USA
    Posts
    3,685
    I am glad you gave up now... for I must be off. I will mess with it later. I am on the crappiest machine I have access to atm and am not going to telnet home from this crappy xp machine.

  3. #18
    Registered User
    Join Date
    Mar 2007
    Posts
    142
    It produces ~ even in Terminal on OSX Tiger! Must be one of the dogmas related to early days of unix

  4. #19
    Woof, woof! zacs7's Avatar
    Join Date
    Mar 2007
    Location
    Australia
    Posts
    3,459
    Take a look at /etc/ssh2/ssh2_config or ~/.ssh2/ssh2_config report anything obvious here -- specifically SSH2_TTY

    It seems delete is being "escaped" with ~ (which is the default escape character for ssh) -- what a great help that was .
    Last edited by zacs7; 09-30-2008 at 07:25 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. "press any key to continue" without the enter key
    By chickenandfries in forum C Programming
    Replies: 1
    Last Post: 03-29-2008, 09:56 PM
  2. Dev-cpp - compiler options
    By tretton in forum C Programming
    Replies: 7
    Last Post: 01-06-2006, 06:20 PM
  3. Directional Keys - Useing in Console
    By RoD in forum C++ Programming
    Replies: 38
    Last Post: 10-06-2002, 04:42 PM
  4. Does linux support
    By incognito in forum C++ Programming
    Replies: 1
    Last Post: 12-03-2001, 11:28 PM