summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/x11_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/x11_main.c b/apps/x11_main.c
index 6d8e789e..a2d36ac5 100644
--- a/apps/x11_main.c
+++ b/apps/x11_main.c
@@ -529,7 +529,7 @@ static void onkey(int c)
winrepaint(&gapp);
}
- if (c == 'P')
+ if (!gapp.isediting && c == 'P')
{
showingpage = 1;
winrepaint(&gapp);