projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b7fe88
)
manhole: ctrl-h is Backspace, not Delete. War Is Peace, Freedom Is Slavery, etc
author
Brian Warner
<warner@lothar.com>
Fri, 1 Dec 2006 03:32:13 +0000
(20:32 -0700)
committer
Brian Warner
<warner@lothar.com>
Fri, 1 Dec 2006 03:32:13 +0000
(20:32 -0700)
allmydata/manhole.py
patch
|
blob
|
history
diff --git
a/allmydata/manhole.py
b/allmydata/manhole.py
index 02daaf5bc84fdd426d0d1fb4703d8cbf6e98ccc6..f138de0b6753c0d903bc97d2f3e91066ff0023e8 100644
(file)
--- a/
allmydata/manhole.py
+++ b/
allmydata/manhole.py
@@
-81,7
+81,7
@@
class AuthorizedKeysChecker(conchc.SSHPublicKeyDatabase):
class ModifiedColoredManhole(manhole.ColoredManhole):
def connectionMade(self):
manhole.ColoredManhole.connectionMade(self)
- self.keyHandlers["\x08"] = self.handle_
DELET
E
+ self.keyHandlers["\x08"] = self.handle_
BACKSPAC
E
self.keyHandlers["\x15"] = self.handle_KILLLINE
def handle_KILLLINE(self):