bytes_{inserted,removed} -> chars_{inserted,removed}
This commit is contained in:
parent
070dc76050
commit
d1603e298f
1 changed files with 2 additions and 2 deletions
|
|
@ -21,8 +21,8 @@ typedef struct {
|
|||
|
||||
typedef struct {
|
||||
size_t position;
|
||||
size_t bytes_inserted;
|
||||
size_t bytes_removed;
|
||||
size_t chars_inserted;
|
||||
size_t chars_removed;
|
||||
} TSInputEdit;
|
||||
|
||||
typedef unsigned short TSSymbol;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue