1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-08-07 22:02:56 +03:00

Bump gocui

The main change here is to bump tcell to v2.7.1, which should fix problems with
multibyte characters on Windows.
This commit is contained in:
Stefan Haller
2024-03-01 14:05:43 +01:00
parent af56065dd6
commit ad0394aebe
74 changed files with 1929 additions and 1824 deletions

View File

@@ -1,4 +1,4 @@
// Copyright 2022 The TCell Authors
// Copyright 2024 The TCell Authors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use file except in compliance with the License.
@@ -232,6 +232,8 @@ type Terminfo struct {
SetWindowSize string
EnableFocusReporting string
DisableFocusReporting string
DisableAutoMargin string // smam
EnableAutoMargin string // rmam
}
const (