Skip to content
  • Rob Swindell's avatar
    4d669128
    Enable raw input mode when prompting for backspace key · 4d669128
    Rob Swindell authored
    Since the user we're editing here is not a pointer to the current user,
    changing the USER_SWAP_DELETE settings before this prompt doesn't prevent
    the DEL->BS translation from happening. Raw input mode does.
    
    Without this change, it would appear the user's backspace key would toggle
    between sending either ^H or DEL for the backspace key (for terminals that
    actually send DEL).
    4d669128
    Enable raw input mode when prompting for backspace key
    Rob Swindell authored
    Since the user we're editing here is not a pointer to the current user,
    changing the USER_SWAP_DELETE settings before this prompt doesn't prevent
    the DEL->BS translation from happening. Raw input mode does.
    
    Without this change, it would appear the user's backspace key would toggle
    between sending either ^H or DEL for the backspace key (for terminals that
    actually send DEL).
Loading