diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c index b2a25bd48ac..7f172486426 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -2340,7 +2340,7 @@ window_internal_width (w) | |||
| 2340 | 2340 | ||
| 2341 | /* Scroll bars occupy a few columns. */ | 2341 | /* Scroll bars occupy a few columns. */ |
| 2342 | if (FRAME_HAS_VERTICAL_SCROLL_BARS (f)) | 2342 | if (FRAME_HAS_VERTICAL_SCROLL_BARS (f)) |
| 2343 | return width - VERTICAL_SCROLL_BAR_WIDTH; | 2343 | return width - FRAME_SCROLL_BAR_COLS (f); |
| 2344 | 2344 | ||
| 2345 | /* The column of `|' characters separating side-by-side windows | 2345 | /* The column of `|' characters separating side-by-side windows |
| 2346 | occupies one column only. */ | 2346 | occupies one column only. */ |