Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: idea for new feature (was: Re: sticky-note and zle bindings)
- X-seq: zsh-users 12473
- From: "Richard Hartmann" <richih.mailinglist@xxxxxxxxx>
- To: "Robert Knight" <robertknight@xxxxxxxxx>
- Subject: Re: idea for new feature (was: Re: sticky-note and zle bindings)
- Date: Thu, 24 Jan 2008 21:09:33 +0100
- Cc: zsh-users@xxxxxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=xycuaMCWHj+i0vzjsranJmVIMVXwSmDmp5jcHc83hnM=; b=dsXBZWosXEXYOWBuD3mhAT8E80WfYK7a872ZVoRo35N8fzsyM28yVlYOki6OfOZZf3ojr2DLxjhI9qBw91GeMk0pSaY7gNxc0oaXePrTXQmdtp2dL8sViVyO5Nh/+yOUEcxM7B1ExNCcJjJT8MD6inpbY7ut7cSuw7oQtd0+hfI=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=WSP1Way3qm5MX3mgU6mnLd9o19znBrE78KNTGUlkOs1TUVHgSC29Sv8FETp8hygB3OyRBo13ZbbOhYlwFhm7SHK/+vdKc9qHgLn0D12HoSVa9bludDNluAUHQf71xImeqi1//Ii3BZGObYsylCtnaDVkcY8CnmlL0aB9ih0phbE=
- In-reply-to: <13ed09c00801241017x1cd7c454lcbf9156b6bccd9bb@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <13ed09c00801241017x1cd7c454lcbf9156b6bccd9bb@xxxxxxxxxxxxxx>
On Jan 24, 2008 7:17 PM, Robert Knight <robertknight@xxxxxxxxx> wrote:
> In summary, the shell should remember information which it knows best
> (prompt,variables,history etc.) and the terminal should keep the
> information which it knows best.
Fully agree. Or make the parts which modern terminals can handle
an extra option.
> * End a session when an explicit command is sent to it (eg. 'Ctrl+D' or 'exit')
> * Don't end sessions. Instead keep data around for the last X
> sessions (where X might be 5,10 or 20).
> * Define a new escape code to end a session.
Probably offer all methods or an arbitary mix of them via options.
Personally, I would use option 1 for remote sessions and 2 for local
ones.
Richard
Messages sorted by:
Reverse Date,
Date,
Thread,
Author