Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Extra character added for type-ahead echo



* Andrey Borzenkov <arvidjaar@xxxxxxxxxx> [2006-09-16 14:48:34+0400]
> Press ENTER and quickly type in any character before prompt appears (I have 
> extra dcop call to set window title, so it takes some time). It is echoed 
> back with extra character added; after that it is correctly shown on next 
> line:
> 
> {pts/0}% cd
> c%                                                                              
> {pts/0}% c                                                                    
Zsh adds this '%' to indicate that output is not terminated by the newline.
Try e.g.
% echo -n c

-- 
Roman I. Cheplyaka
— Если бы бог был, то я дал бы ему в рожу за то, что здесь происходит!
  Майк Науменко



Messages sorted by: Reverse Date, Date, Thread, Author