mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-25 17:52:02 +02:00
Have wcwidth() return 0 for marks instead of -1
Since kitty always treats marks as combinig chars, this allows us to remove a few unnecessary branches
This commit is contained in:
2
kitty/emoji.h
generated
2
kitty/emoji.h
generated
@@ -1,4 +1,4 @@
|
||||
// unicode data, built from the unicode standard on: 2018-02-04
|
||||
// unicode data, built from the unicode standard on: 2018-02-05
|
||||
// see gen-wcwidth.py
|
||||
#pragma once
|
||||
#include "data-types.h"
|
||||
|
||||
Reference in New Issue
Block a user