mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 14:46:03 +00:00
title lines are now displayed
This commit is contained in:
parent
5d8b5ab720
commit
ef7f13d893
4 changed files with 34 additions and 9 deletions
|
|
@ -331,7 +331,7 @@ func diff(jobs []diff_job, context_count int) (ans map[string]*Patch, err error)
|
|||
err error
|
||||
patch *Patch
|
||||
}
|
||||
results := make(chan result)
|
||||
results := make(chan result, len(jobs))
|
||||
ctx.Parallel(0, len(jobs), func(nums <-chan int) {
|
||||
for i := range nums {
|
||||
job := jobs[i]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue