[Lazarus] console gets crazy

2008-12-26 Thread Sebastian Kraft
Hello,

after one of my applications has finished my console output gets corrupted.
Looks like this after pressing return... no carriage return is made, just one 
big line.

das...@daseeb-laptop:~/devel/cactusjukebox$ 
das...@daseeb-laptop:~/devel/cactusjukebox$ 
das...@daseeb-laptop:~/devel/cactusjukebox$ 
das...@daseeb-laptop:~/devel/cactusjukebox$ 
das...@daseeb-laptop:~/devel/cactusjukebox$

Any text I enter is not shown. 

Where do I have to look for to solve this problem?
It only occurs when I load an external library... but no seg fault or anything. 
Just a corrupted console after exit.

Any ideas where I have to look for?

Sebastia
-- 
Sensationsangebot verlängert: GMX FreeDSL - Telefonanschluss + DSL 
für nur 16,37 Euro/mtl.!* http://dsl.gmx.de/?ac=OM.AD.PD003K1308T4569a
___
Lazarus mailing list
Lazarus@lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] console gets crazy

2008-12-26 Thread Mattias Gaertner
On Fri, 26 Dec 2008 12:55:01 +0100
Sebastian Kraft sebastian_kr...@gmx.de wrote:

 Hello,
 
 after one of my applications has finished my console output gets
 corrupted. Looks like this after pressing return... no carriage
 return is made, just one big line.
 
 das...@daseeb-laptop:~/devel/cactusjukebox$
 das...@daseeb-laptop:~/devel/cactusjukebox$
 das...@daseeb-laptop:~/devel/cactusjukebox$
 das...@daseeb-laptop:~/devel/cactusjukebox$
 das...@daseeb-laptop:~/devel/cactusjukebox$
 
 Any text I enter is not shown. 
 
 Where do I have to look for to solve this problem?
 It only occurs when I load an external library... but no seg fault or
 anything. Just a corrupted console after exit.
 
 Any ideas where I have to look for?

Try typing 

resetenter

Mattias
___
Lazarus mailing list
Lazarus@lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] console gets crazy

2008-12-26 Thread Sebastian Kraft

  
  Any ideas where I have to look for?
 
 Try typing 
 
 resetenter
 

This works... Thanks!

But where does this behaviour come from? Is there a problem with my program? 
How could I solve this at the root?

Sebastian
-- 
Sensationsangebot verlängert: GMX FreeDSL - Telefonanschluss + DSL 
für nur 16,37 Euro/mtl.!* http://dsl.gmx.de/?ac=OM.AD.PD003K1308T4569a
___
Lazarus mailing list
Lazarus@lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] console gets crazy

2008-12-26 Thread Mattias Gaertner
On Fri, 26 Dec 2008 14:44:09 +0100
Sebastian Kraft sebastian_kr...@gmx.de wrote:

 
   
   Any ideas where I have to look for?
  
  Try typing 
  
  resetenter
  
 
 This works... Thanks!
 
 But where does this behaviour come from? Is there a problem with my
 program? How could I solve this at the root?

Some shells reacts to special characters (#32). Check if you are
writing special characters.

Mattias
___
Lazarus mailing list
Lazarus@lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus