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
f6bb2a16
Commit
f6bb2a16
authored
Sep 21, 1996
by
Richard M. Stallman
Browse files
(initialize_win_nt_display): Use SET_FRAME_WIDTH.
parent
42bd6247
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/w32console.c
src/w32console.c
+1
-1
No files found.
src/w32console.c
View file @
f6bb2a16
...
...
@@ -576,7 +576,7 @@ initialize_win_nt_display (void)
char_attr_reverse
=
((
char_attr
&
0xf
)
<<
4
)
+
((
char_attr
&
0xf0
)
>>
4
);
FRAME_HEIGHT
(
selected_frame
)
=
info
.
dwSize
.
Y
;
/* lines per page */
FRAME_WIDTH
(
selected_frame
)
=
info
.
dwSize
.
X
;
/* characters per line */
SET_
FRAME_WIDTH
(
selected_frame
,
info
.
dwSize
.
X
)
;
/* characters per line */
move_cursor
(
0
,
0
);
...
...
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