From 3f04055d93567a20998ef05f645360f4684ca839 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Sat, 28 Jan 2012 20:09:20 +0900 Subject: [PATCH] stty erase \^h --- bashrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bashrc b/bashrc index 5734e9b..461567e 100755 --- a/bashrc +++ b/bashrc @@ -377,7 +377,10 @@ _echocolors(){ "\e[0m" } -safe-cmd stty stop undef # unbind C-s to stop displaying output +null type stty && { + stty stop undef # unbind C-s to stop displaying output + stty erase '^h' +} ######################### # for windose