mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Some more long lines.
This commit is contained in:
3
utf8.c
3
utf8.c
@ -247,8 +247,7 @@ utf8_append(struct utf8_data *utf8data, u_char ch)
|
||||
|
||||
/* Check if two width tree entries overlap. */
|
||||
int
|
||||
utf8_overlap(
|
||||
struct utf8_width_entry *item1, struct utf8_width_entry *item2)
|
||||
utf8_overlap(struct utf8_width_entry *item1, struct utf8_width_entry *item2)
|
||||
{
|
||||
if (item1->first >= item2->first && item1->first <= item2->last)
|
||||
return (1);
|
||||
|
Reference in New Issue
Block a user