1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-15 01:34:26 +02:00

build: bump tcell version

This commit is contained in:
Ryooooooga
2023-02-21 21:53:55 +09:00
parent 526c9dea9b
commit 90772e1eaa
18 changed files with 870 additions and 23 deletions

View File

@ -1,5 +1,5 @@
//go:build tcell_minimal || nacl || js || zos || plan9 || windows || android
// +build tcell_minimal nacl js zos plan9 windows android
//go:build tcell_minimal || nacl || zos || plan9 || windows || android || js
// +build tcell_minimal nacl zos plan9 windows android js
// Copyright 2019 The TCell Authors
//