Correctly restore focus when restarting (Thanks fernandotcl)

This commit is contained in:
Michael Stapelberg
2010-11-28 14:27:44 +01:00
parent f7fff5cec1
commit 81044a7104
2 changed files with 7 additions and 2 deletions

View File

@ -44,7 +44,6 @@ bool tree_restore() {
printf("out = %p\n", out);
Con *ws = TAILQ_FIRST(&(out->nodes_head));
printf("ws = %p\n", ws);
con_focus(ws);
return true;
}