jesseduffield.lazygit/vendor/golang.org/x/sys/windows
Stefan Haller 94e5f570f6 Bump tcell to v3.4.1 to fix drawing on a suspended screen
The previous two commits stop gocui from flushing while suspended, but
that guard cannot be fully airtight from gocui's side: it is a
check-then-act on the suspended flag, so a flush racing the suspend
itself (e.g. from a spinner goroutine) could still reach the screen
just as it disengages, and tcell's disengageFinish mutates the cell
buffer without holding the screen lock. Upstream now closes this at
the source (gdamore/tcell#1139): draw() returns immediately on a
disengaged screen, and the draw scan loop can no longer stall on the
width-0 cells that a released cell buffer reports (#5309).

The delta over the previously pinned snapshot is these two fixes, a
CSI R input decode fix, a wasm packaging chore, and dependency bumps.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-20 14:23:09 +02:00
..
aliases.go Bump gocui 2026-03-08 17:31:57 +01:00
dll_windows.go Bump golang.org/x/sys from 0.42.0 to 0.43.0 2026-04-26 18:04:40 +00:00
env_windows.go Bump gocui 2024-03-01 14:07:19 +01:00
eventlog.go Bump gocui 2023-12-09 15:23:40 +01:00
exec_windows.go Bump gocui 2023-12-09 15:23:40 +01:00
memory_windows.go fix editor 2021-10-17 04:17:59 +00:00
mkerrors.bash bump gocui 2021-04-06 19:34:32 +10:00
mkknownfolderids.bash Vendor: Updated dependencies 2019-11-10 23:23:20 +11:00
mksyscall.go Bump gocui 2023-12-09 15:23:40 +01:00
race.go Bump gocui 2023-12-09 15:23:40 +01:00
race0.go Bump gocui 2023-12-09 15:23:40 +01:00
security_windows.go Bump tcell to v3.4.1 to fix drawing on a suspended screen 2026-07-20 14:23:09 +02:00
service.go Bump gocui 2023-12-09 15:23:40 +01:00
setupapi_windows.go various changes to improve integration tests 2022-09-16 08:42:39 -07:00
str.go Bump gocui 2023-12-09 15:23:40 +01:00
syscall.go Bump gocui 2023-12-09 15:23:40 +01:00
syscall_windows.go Bump tcell to v3.4.1 to fix drawing on a suspended screen 2026-07-20 14:23:09 +02:00
types_windows.go Bump tcell to v3.4.1 to fix drawing on a suspended screen 2026-07-20 14:23:09 +02:00
types_windows_386.go add in-built logging support for a better dev experience 2020-09-26 11:00:50 +10:00
types_windows_amd64.go add in-built logging support for a better dev experience 2020-09-26 11:00:50 +10:00
types_windows_arm.go add in-built logging support for a better dev experience 2020-09-26 11:00:50 +10:00
types_windows_arm64.go bump gocui 2021-04-06 19:34:32 +10:00
zerrors_windows.go bump gocui 2021-04-06 19:34:32 +10:00
zknownfolderids_windows.go Vendor: Updated dependencies 2019-11-10 23:23:20 +11:00
zsyscall_windows.go Bump golang.org/x/sys from 0.43.0 to 0.45.0 2026-05-26 07:55:25 +00:00