Add :save-display command
commit343844b52ddc2f629c058a541320018275affc89
authorJonas Fonseca <jonas.fonseca@gmail.com>
Thu, 15 May 2014 04:31:23 +0000 (15 00:31 -0400)
committerJonas Fonseca <fonseca@diku.dk>
Mon, 19 May 2014 13:45:40 +0000 (19 09:45 -0400)
treededfd7d9bf557ee05b109ee630e7cca72d8239b9
parent3a8df04e62c9177417ca13e898ab54df5b1ce4fe
Add :save-display command

This allows to dump the current ncurses screen data to a file. The main
use is for testing. The command optionally takes a file name.
NEWS.adoc
include/tig/display.h
src/display.c
src/prompt.c