~ubuntu-branches/ubuntu/saucy/vte/saucy

« back to all changes in this revision

Viewing changes to src/vtestream.c

  • Committer: Package Import Robot
  • Author(s): Kees Cook
  • Date: 2012-03-21 13:36:14 UTC
  • Revision ID: package-import@ubuntu.com-20120321133614-imjvf3v34x3icibv
Tags: 1:0.28.2-3ubuntu2
Add debian/patches/backscroll-stream-mem.patch: provide a memory-based
scrollback stream backend to avoid hitting disk with terminal contents
(LP: #778872).

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
#include "vtestream-base.h"
33
33
#include "vtestream-file.h"
 
34
#include "vtestream-mem.h"