File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
//go:build windows
2
2
// +build windows
3
3
4
- // Copyright 2023 The TCell Authors
4
+ // Copyright 2024 The TCell Authors
5
5
//
6
6
// Licensed under the Apache License, Version 2.0 (the "License");
7
7
// you may not use file except in compliance with the License.
@@ -1271,5 +1271,5 @@ func (s *cScreen) EventQ() chan Event {
1271
1271
}
1272
1272
1273
1273
func (s * cScreen ) StopQ () <- chan struct {} {
1274
- return s .stopQ
1274
+ return s .quit
1275
1275
}
Original file line number Diff line number Diff line change 1
- // Copyright 2023 The TCell Authors
1
+ // Copyright 2024 The TCell Authors
2
2
//
3
3
// Licensed under the Apache License, Version 2.0 (the "License");
4
4
// you may not use file except in compliance with the License.
@@ -1888,7 +1888,7 @@ func (t *tScreen) finalize() {
1888
1888
}
1889
1889
1890
1890
func (t * tScreen ) StopQ () <- chan struct {} {
1891
- return t .stopQ
1891
+ return t .quit
1892
1892
}
1893
1893
1894
1894
func (t * tScreen ) EventQ () chan Event {
You can’t perform that action at this time.
0 commit comments