contour icon indicating copy to clipboard operation
contour copied to clipboard

Unlimited Scrollback buffer to use disk storage

Open christianparpart opened this issue 6 years ago • 0 comments
trafficstars

Unlimited scrollback buffer should use disk instead of memory as underlying storage.

That means we'd need to abstract the scrollback buffer management somehow.

On Linux we could create the file without being seen on disk, so it can't be seen by other processes.

What storage backend the scrollback buffer is using should be configurable (regardless of scrollback limitation).

christianparpart avatar Oct 07 '19 09:10 christianparpart