diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-07-25 20:42:36 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-07-25 20:42:36 +0000 |
commit | 027436338b4b3e746ae5087b8a01c7404619d97b (patch) | |
tree | bd958bdd54dfad7073d368c34fc8cdcf863df9af /src/gui.h | |
parent | c013cb66a6f2403e90a43203e4059b4bb531a8e8 (diff) | |
download | vim-git-027436338b4b3e746ae5087b8a01c7404619d97b.tar.gz |
updated for version 7.0116
Diffstat (limited to 'src/gui.h')
-rw-r--r-- | src/gui.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -318,8 +318,9 @@ typedef struct Gui scrollbar_T bottom_sbar; /* Bottom scrollbar */ int which_scrollbars[3];/* Which scrollbar boxes are active? */ int prev_wrap; /* For updating the horizontal scrollbar */ - int char_width; /* Width of char in pixels */ - int char_height; /* Height of char in pixels + 'linespace' */ + int char_width; /* Width of char cell in pixels */ + int char_height; /* Height of char cell in pixels, includes + 'linespace' */ int char_ascent; /* Ascent of char in pixels */ int border_width; /* Width of our border around text area */ int border_offset; /* Total pixel offset for all borders */ |