On Thu, 9 Jun 2011 12:37:32 +0200
Bert Münnich wrote:
> I'm not sure about the "exporting" thing. If there's one thing I've
> learned from writing url-select [1], it's that a lot of URLs get line
> wrapped inside curses-based applications (e.g. mcabber, irssi, weechat,
> vim, newsbeuter, mutt)
On 08.06.11, Aurélien Aptel wrote:
> On Wed, Jun 1, 2011 at 9:59 AM, Bert Münnich wrote:
> > I would also like to look into the scrollback buffer goal. How do
> > you
> > want to achieve an unlimited scrollback buffer? Writing every line to a
> > file and printing its content instead of the curre
On 08.06.11, Aurélien Aptel wrote:
> On Wed, Jun 1, 2011 at 9:59 AM, Bert Münnich wrote:
> > Hi,
> >
> > attached is a patch, that adds support for the deprecated '\E[?47h' and
> > '\E[?47l' control sequences, which are used when $TERM == "xterm-color".
> >
> > I've also added {rm,sm}cup entries t
On Wed, Jun 1, 2011 at 9:59 AM, Bert Münnich wrote:
> Hi,
>
> attached is a patch, that adds support for the deprecated '\E[?47h' and
> '\E[?47l' control sequences, which are used when $TERM == "xterm-color".
>
> I've also added {rm,sm}cup entries to st.info, so that switching between
> normal and
Hi,
attached is a patch, that adds support for the deprecated '\E[?47h' and
'\E[?47l' control sequences, which are used when $TERM == "xterm-color".
I've also added {rm,sm}cup entries to st.info, so that switching between
normal and alternate screen now works when $TERM == "st[-256color]".
I w