From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <24c7ea3c3360f3668dc81cffd93760fa@lsub.org> To: 9fans@cse.psu.edu From: "Fco. J. Ballesteros" Date: Fri, 7 Jul 2006 17:21:46 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] history Topicbox-Message-UUID: 75c9ec22-ead1-11e9-9d60-3106f5b1d025 Russ sent this time ago: ; cat /bin/" #!/bin/rc rfork en if(test -r /mnt/acme/acme/body) bind /mnt/acme/acme/body /dev/text PROMPT=';+[ ]+' fn cmds { grep '^'$PROMPT /dev/text | sed 's/^/ /' } switch($#*) { case 0 cmds | tail -1 case * cmds | grep '^ '$PROMPT^$"* } : > > I agree. This is an annoyance for me. I also wish rc would get *some* : > > kind of history; if I want to re-run troff after making a change to a : > > file, it's faster to type "!!" than to select the previous command, : > > snarfing, pasting, clicking at the end of the line, and hitting enter. : > > : > : > There is a command 'Send' in the Menu. Not that this is a : > counter-argument, I am just pointing out things ;-)