mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-22 08:18:08 +02:00
Less layering
This commit is contained in:
1
tools/tui/wcwidth-std.go
generated
1
tools/tui/wcwidth-std.go
generated
@@ -2892,7 +2892,6 @@ func Wcwidth(code rune) int {
|
||||
default:
|
||||
return 1
|
||||
}
|
||||
return 1
|
||||
}
|
||||
func IsEmojiPresentationBase(code rune) bool {
|
||||
switch code {
|
||||
|
||||
Reference in New Issue
Block a user