projects
/
hooke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
943556f
)
Input codec messes with readline.
author
W. Trevor King
<wking@drexel.edu>
Wed, 19 May 2010 09:37:34 +0000
(
05:37
-0400)
committer
W. Trevor King
<wking@drexel.edu>
Wed, 19 May 2010 09:37:34 +0000
(
05:37
-0400)
Disabled in hooke.ui.commandline while I work the kinks out of
flatfilt.
hooke/ui/commandline.py
patch
|
blob
|
history
diff --git
a/hooke/ui/commandline.py
b/hooke/ui/commandline.py
index e8db0af9a0924f9bbe9cc0c2d94898bfb4d37548..2df4b14c80c6720e5fe6995cdcbc6d4a070ea7ad 100644
(file)
--- a/
hooke/ui/commandline.py
+++ b/
hooke/ui/commandline.py
@@
-370,7
+370,7
@@
class CommandLine (UserInterface):
cmd = HookeCmd(self, commands,
inqueue=ui_to_command_queue,
outqueue=command_to_ui_queue)
- cmd.stdin = codecs.getreader(get_input_encoding())(cmd.stdin)
+
#
cmd.stdin = codecs.getreader(get_input_encoding())(cmd.stdin)
cmd.stdout = codecs.getwriter(get_output_encoding())(cmd.stdout)
return cmd