nmlorg / naim

naim is a console client for AOL Instant Messenger (AIM), AOL I Seek You (ICQ), Internet Relay Chat (IRC), and The lily CMC.
http://naim.n.ml.org/
1 stars 0 forks source link

/detach leaves terminal un-usable. #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Sign on to naim.
2. run the command '/detach'
3. Terminal no longer functions normally. Closing window fixes problem.
(defeating the use of '/detach'

What is the expected output? What do you see instead?
A working terminal after the '/detach' command is run. If you press enter
the bash prompt just repeats and text is not seen. 

What version of the product are you using? On what operating system?
naim 0.11.8.3-2006-10-22-1446 (development snapshot)
Linux genbox 2.6.16-gentoo-r9
GNU bash, version 3.1.17(1)-release (i686-pc-linux-gnu)

Please provide any additional information below.
term env var: declare -x TERM="xterm"

Original issue reported on code.google.com by jdic...@gmail.com on 8 Feb 2007 at 6:31

GoogleCodeExporter commented 9 years ago
terminal is still responding, despite ^L (ctrl-l) attempts to clear it.  running
shell builtin 'reset' makes everything work again

Original comment by lightye...@gmail.com on 19 Feb 2007 at 11:25

GoogleCodeExporter commented 9 years ago
What exactly happens when "the bash prompt repeats"? It seems to me like screen 
is
not properly detaching on your system.

Does the same thing happen when you use something else in screen that sets up 
the
terminal "interestingly", and then when you detach using ctrl-a,d?

Does the same thing happen when you detach naim with ctrl-a,d?

Which terminal emulator are you using?

Original comment by joshua.w...@gmail.com on 13 May 2007 at 5:14