Using split screens through a SLURM connection

2020-01-30 Thread Carl Ponder
I'm able to use split screens across an "ssh" connection and they work fine. Note that I don't have to use "ssh -X" in order to do this. Most of my nodes, though, are managed via SLURM and the natural connection is via the "srun" command: srun -t 08:00:00 --ntasks-per-node=40 --pty -p batch 

Using split screens through a SLURM connection

2020-01-29 Thread Carl Ponder
I'm able to use split screens across an "ssh" connection and they work fine. Note that I don't have to use "ssh -X" in order to do this. Most of my nodes, though, are managed via SLURM and the natural connection is via the "srun" command: srun -t 08:00:00 --ntasks-per-node=40 --pty -p batch 

Scrolling output in split screen with mouse WITHOUT using extra control sequences

2020-01-29 Thread Carl Ponder
I'm using a split screen split -v mousetrack on and want to be able to use my mouse to (1) copy/paste text and (2) scroll up-and-down each screen the way I do in my xterm windows. #1 I don't want to have to type extra -A or to make it work. I already know I can use to make copy-paste