zsh-workers
 help / color / mirror / code / Atom feed
* pasting
@ 2015-04-04  3:30 Dave Yost
  2015-04-04 17:54 ` pasting Bart Schaefer
  0 siblings, 1 reply; 4+ messages in thread
From: Dave Yost @ 2015-04-04  3:30 UTC (permalink / raw)
  To: zsh-workers

[-- Attachment #1: Type: text/plain, Size: 1004 bytes --]

This is what happens when I paste three commands into OS X Terminal
0 Fri 20:24:39 yost DaveBook ~
303 Z% echo 1
1
echo 2                                                                                                                                     
echo 3
0 Fri 20:24:55 yost DaveBook ~
304 Z% echo 2
2
0 Fri 20:24:55 yost DaveBook ~
305 Z% echo 3
3
0 Fri 20:24:55 yost DaveBook ~
306 Z% echo $ZSH_VERSION 
5.0.7
0 Fri 20:29:54 yost DaveBook ~
307 Z% 

Why doesn’t it look like this?
0 Fri 20:24:39 yost DaveBook ~
303 Z% echo 1
1
0 Fri 20:24:55 yost DaveBook ~
304 Z% echo 2
2
0 Fri 20:24:55 yost DaveBook ~
305 Z% echo 3
3
0 Fri 20:24:55 yost DaveBook ~
306 Z% 

Hmm, I guess it’s not Terminal’s fault.
127 Fri 20:26:28 yost  ~
509 BASH $ echo 1
1
0 Fri 20:26:49 yost  ~
510 BASH $ echo 2
2
0 Fri 20:26:49 yost  ~
511 BASH $ echo 3
3
0 Fri 20:26:49 yost  ~
512 BASH $ echo $BASH_VERSION
3.2.57(1)-release
0 Fri 20:29:21 yost  ~
513 BASH $ 



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-04-05 15:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-04  3:30 pasting Dave Yost
2015-04-04 17:54 ` pasting Bart Schaefer
2015-04-05  6:24   ` pasting Jun T.
2015-04-05 15:44     ` pasting Bart Schaefer

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).