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
a2bc11d4
Commit
a2bc11d4
authored
Mar 01, 2000
by
Jason Rumney
Browse files
Bring up to date with xterm.c changes of 2000-02-24 and 2000-02-25.
parent
f79e6790
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
10 deletions
+22
-10
src/ChangeLog
src/ChangeLog
+19
-0
src/w32term.c
src/w32term.c
+3
-10
No files found.
src/ChangeLog
View file @
a2bc11d4
No preview for this file type
src/w32term.c
View file @
a2bc11d4
...
...
@@ -171,7 +171,6 @@ int x_stretch_cursor_p;
#define CP_DEFAULT 1004
extern unsigned int msh_mousewheel;
extern int inhibit_busy_cursor;
extern void free_frame_menubar ();
...
...
@@ -7739,9 +7738,6 @@ w32_read_socket (sd, bufp, numchars, expected)
bufp++;
numchars--;
count++;
if (display_busy_cursor_p)
if (bufp->code != VK_RETURN || minibuf_level == 0)
inhibit_busy_cursor = 2;
}
break;
...
...
@@ -7762,9 +7758,6 @@ w32_read_socket (sd, bufp, numchars, expected)
bufp++;
numchars--;
count++;
if (display_busy_cursor_p)
if (bufp->code != VK_RETURN || minibuf_level == 0)
inhibit_busy_cursor = 2;
}
break;
...
...
@@ -7882,8 +7875,6 @@ w32_read_socket (sd, bufp, numchars, expected)
if (!tool_bar_p)
last_tool_bar_item = -1;
if (display_busy_cursor_p)
inhibit_busy_cursor = 2;
}
break;
}
...
...
@@ -8631,7 +8622,9 @@ x_display_and_set_cursor (w, on, hpos, vpos, x, y)
if (w != XWINDOW (selected_window)
|| f != FRAME_W32_DISPLAY_INFO (f)->w32_highlight_frame)
{
if (MINI_WINDOW_P (w))
extern int cursor_in_non_selected_windows;
if (MINI_WINDOW_P (w) || !cursor_in_non_selected_windows)
new_cursor_type = NO_CURSOR;
else
new_cursor_type = HOLLOW_BOX_CURSOR;
...
...
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