Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
de3e8b15
Commit
de3e8b15
authored
Mar 12, 1992
by
Jim Blandy
Browse files
*** empty log message ***
parent
70ee42f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
src/xdisp.c
src/xdisp.c
+3
-2
No files found.
src/xdisp.c
View file @
de3e8b15
/* 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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment