]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/haikuterm.c (haiku_read_socket): Implement auto-lower.
authorPo Lu <luangruo@yahoo.com>
Sun, 13 Feb 2022 12:15:21 +0000 (12:15 +0000)
committerPo Lu <luangruo@yahoo.com>
Sun, 13 Feb 2022 12:15:21 +0000 (12:15 +0000)
src/haikuterm.c

index 3de215bc88b628381c9836f5b14caf59acb0560c..f129eba0ccc25df7a9c0ae9befaaadb6af15bbe1 100644 (file)
@@ -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)