about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--event.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/event.c b/event.c
index 20c1533..a5e75ca 100644
--- a/event.c
+++ b/event.c
@@ -236,7 +236,7 @@ enternotify(XEvent *e) {
 		issel = True;
 		XSetInputFocus(dpy, root, RevertToPointerRoot, CurrentTime);
 		if(sel)
-			XSetWindowBorder(dpy, sel->win, dc.sel[ColBorder]);
+			focus(sel);
 	}
 }
 
t;vc@akkartik.com> 2015-07-29 01:23:22 -0700 1880 - switch .mu files to new type-deducing idiom' href='/akkartik/mu/commit/console.mu?h=hlt&id=ce87c19ee42bc52c5ab9a1ee3c431a9423e5a885'>ce87c19e ^
bc643692 ^
6a0f71b9 ^

290fe117 ^
4d6b5173 ^
6a0f71b9 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16