diff options
Diffstat (limited to 'src/core-commands.h')
-rw-r--r-- | src/core-commands.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core-commands.h b/src/core-commands.h index 432ec38..9f62da8 100644 --- a/src/core-commands.h +++ b/src/core-commands.h @@ -44,8 +44,8 @@ TECO_DECLARE_STATE(teco_state_ctlc_control); TECO_DECLARE_STATE(teco_state_ecommand); typedef struct { - gsize from; /*< start position in bytes */ - gsize to; /*< end position in bytes */ + teco_int_t from; /*< start position in glyphs */ + teco_int_t to; /*< end position in glyphs */ } teco_range_t; extern guint teco_ranges_count; |