summaryrefslogtreecommitdiff
path: root/src/app.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-09-06 22:45:15 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-09-06 22:45:15 +0300
commita364d9456dfdfd8181904fca6308e9c36eefd10a (patch)
treef355ded227cf52053784b991f5d8441a5502e447 /src/app.c
parent52a1652536e4e27751ac121009f85113e72afe7d (diff)
LookupWidget: Keyboard focus and cursor
Diffstat (limited to 'src/app.c')
-rw-r--r--src/app.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app.c b/src/app.c
index da14f06c..a7aceb19 100644
--- a/src/app.c
+++ b/src/app.c
@@ -144,7 +144,7 @@ static iString *serializePrefs_App_(const iApp *d) {
144 appendFormat_String(str, "window.setrect width:%d height:%d coord:%d %d\n", w, h, x, y); 144 appendFormat_String(str, "window.setrect width:%d height:%d coord:%d %d\n", w, h, x, y);
145 appendFormat_String(str, "sidebar.width arg:%d\n", width_SidebarWidget(sidebar)); 145 appendFormat_String(str, "sidebar.width arg:%d\n", width_SidebarWidget(sidebar));
146 } 146 }
147 if (isVisible_Widget(constAs_Widget(sidebar))) { 147 if (isVisible_Widget(sidebar)) {
148 appendCStr_String(str, "sidebar.toggle\n"); 148 appendCStr_String(str, "sidebar.toggle\n");
149 } 149 }
150 if (d->forceWrap) { 150 if (d->forceWrap) {