Re: Using screens with a graphics terminal

2019-03-29 Thread Neal Fultz
OSC 1337, which is supported by iTerm (mac) and hterm (chrome) kinda works already for screen [1], by passing an escape code to screen that causes it to ignore the image file and send it straight to the terminal. However, if you leave the window and come back, the image will be gone (because screen

Re: Using screens with a graphics terminal

2019-03-29 Thread Marcin Cieslak
On Fri, 29 Mar 2019, Rene Richarz wrote: > But from time to time I want to use a graphics terminal emulator such as > xterm -t or my own Tektronix 4010 emulator. It works well with screens until > I want to draw some graphics. Screens filters the graphics codes and I get > only garbage. Is the

Using screens with a graphics terminal

2019-03-29 Thread Rene Richarz
Hi, I really like screens because I can detach from a running session and come back later or from somewhere else. This is especially useful when using simh with historical systems. But from time to time I want to use a graphics terminal emulator such as xterm -t or my own Tektronix 4010 emul