mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-08 00:33:13 -08:00
*** empty log message ***
This commit is contained in:
parent
70ee42f75d
commit
de3e8b15bc
1 changed files with 3 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/* Display generation from window structure and buffer text.
|
||||
Copyright (C) 1985, 1986, 1987, 1988 Free Software Foundation, Inc.
|
||||
Copyright (C) 1985, 1986, 1987, 1988, 1992 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Emacs.
|
||||
|
||||
|
|
@ -458,7 +458,8 @@ redisplay ()
|
|||
XFASTINT (w->width) - 1
|
||||
- (XFASTINT (w->width) + XFASTINT (w->left)
|
||||
!= SCREEN_WIDTH (selected_screen)),
|
||||
XINT (w->hscroll), 0);
|
||||
XINT (w->hscroll),
|
||||
pos_tab_offset (w, tlbufpos));
|
||||
if (pos.vpos < 1)
|
||||
{
|
||||
SCREEN_CURSOR_X (selected_screen)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue