New issue report by lorinh:
What steps will reproduce the problem?
1. Run shelllogger
2. Hit ESC
3. Hit ENTER
4. Type exit
What is the expected output? What do you see instead?
Should look like:
<cli-logger>
<cli-logger-entry>
<invocation time="1215802019.916374"
current-directory="/Users/lorin/shelllogger"
machine="machine.example.com">
PS1='[\w]$ '
[lorin@mac shelllogger]$ PS1='[\w]$ '
[~/shelllogger]$ exit
</invocation>
<result time="1215802019.916550">
logout
</result>
</cli-logger-entry>
</cli-logger>
Instead, it has the ^G in it:
<cli-logger>
<cli-logger-entry>
<invocation time="1215802019.916374"
current-directory="/Users/lorin/shelllogger"
machine="machine.example.com">
PS1='[\w]$ '
[lorin@mac shelllogger]$ PS1='[\w]$ '
[~/shelllogger]$ ^Gexit
</invocation>
<result time="1215802019.916550">
logout
</result>
</cli-logger-entry>
</cli-logger>
Please use labels and text to provide additional information.
Issue attributes:
Status: Accepted
Owner: lorinh
Labels: Type-Defect Priority-High
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
Comment #1 by lorinh:
(No comment was entered for this change.)
Attachments:
log.1215802015.xml 319 bytes