Show the beginning of the output for each command
1 files changed, 3 insertions(+), 0 deletions(-) M Git.go
M Git.go => Git.go +3 -0
@@ 44,6 44,9 @@ func gitcmd(arg ...string) { } } win.Ctl("clean") + win.Addr("0,0") + win.Ctl("dot=addr") + win.Ctl("show") } func diff() {