projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e612a2
)
* src/haikuterm.c (haiku_read_socket): Implement auto-lower.
author
Po Lu
<luangruo@yahoo.com>
Sun, 13 Feb 2022 12:15:21 +0000
(12:15 +0000)
committer
Po Lu
<luangruo@yahoo.com>
Sun, 13 Feb 2022 12:15:21 +0000
(12:15 +0000)
src/haikuterm.c
patch
|
blob
|
history
diff --git
a/src/haikuterm.c
b/src/haikuterm.c
index 3de215bc88b628381c9836f5b14caf59acb0560c..f129eba0ccc25df7a9c0ae9befaaadb6af15bbe1 100644
(file)
--- a/
src/haikuterm.c
+++ b/
src/haikuterm.c
@@
-2771,6
+2771,9
@@
haiku_read_socket (struct terminal *terminal, struct input_event *hold_quit)
need_flush = 1;
}
+ if (f->auto_lower)
+ haiku_frame_raise_lower (f, 0);
+
haiku_new_focus_frame (x_display_list->focused_frame);
if (any_help_event_p)