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
31b39d13
Commit
31b39d13
authored
Oct 28, 2011
by
Dan Nicolaescu
Browse files
* src/window.c (make_window): Initialize phys_cursor_on_p.
parent
bc97a826
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
src/ChangeLog
src/ChangeLog
+4
-0
src/window.c
src/window.c
+1
-0
No files found.
src/ChangeLog
View file @
31b39d13
2011-10-28 Dan Nicolaescu <dann@ics.uci.edu>
* window.c (make_window): Initialize phys_cursor_on_p.
2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
* lisp.h (struct Lisp_Symbol): Update comments.
...
...
src/window.c
View file @
31b39d13
...
...
@@ -3320,6 +3320,7 @@ make_window (void)
memset
(
&
w
->
phys_cursor
,
0
,
sizeof
(
w
->
phys_cursor
));
w
->
phys_cursor_type
=
-
1
;
w
->
phys_cursor_width
=
-
1
;
w
->
phys_cursor_on_p
=
0
;
w
->
last_cursor_off_p
=
w
->
cursor_off_p
=
0
;
w
->
must_be_updated_p
=
0
;
w
->
pseudo_window_p
=
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