Re: [dev] st lack of scrollback

From: Amer <amerlyq_AT_gmail.com>
Date: Thu, 11 Aug 2016 22:41:03 +0300

For me it started playing nicely only with wrapper to tmux, though.
Because I didn't liked how sessions stayed alive after killing
terminals directly through window manager.

$ st -e r.tmux

$ cat r.tmux
  #!/bin/bash -e
  trap "tmux kill-session -t st-$$" INT TERM EXIT
  tmux new-session -s st-$$ "$_AT_"


On Thu, Aug 11, 2016 at 07:31:50PM +0000, Teodoro Santoni wrote:
> Hi,
>
> 2016-08-11 17:32 GMT, Britton Kerin <britton.kerin_AT_gmail.com>:
> > It should be a goal because it's generally desirable and the
> > alternative mentioned on the web page isn't.
>
> I've fulfilled that desire by using tmux inside st.
>
Received on Thu Aug 11 2016 - 21:41:03 CEST

This archive was generated by hypermail 2.3.0 : Thu Aug 11 2016 - 21:48:12 CEST