From mboxrd@z Thu Jan 1 00:00:00 1970 Message-Id: <3.0.5.32.20000928160709.00ac9100@mail.real.com> Date: Thu, 28 Sep 2000 16:07:09 -0700 To: 9fans@cse.psu.edu From: Skip Tavakkolian Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Subject: [9fans] Adding history to Rio's windows Topicbox-Message-UUID: 11ee01d2-eac9-11e9-9e20-41e7f4b1d025 History of 'history': The rc script that Russ Cox posted a while back (named " and attributed to Killian) performs the function for what I am proposing here. This is a raw idea for supporting it in Rio. The UI part is similar to how Sam keeps previously searched for patterns in the menu; It is not "history" in the shell sense (the last n commands), but a list that keeps the last n snarf buffers that have been sent to the process using the middle button menu's 'send' command. Like so: +----------+ | cut | | paste | | snarf | | plumb | | send | | scroll | |~~~~~~~~ | | grep -.. | +----------+ If a history item is selected, it is assumed that the user wants 'send' it (or should it be 'paste'?). Is this sane?