Introduction
Introduction Statistics Contact Development Disclaimer Help
fixed a bug that reset the layer to layer one after hiding the overlay - svkbd …
git clone git://git.suckless.org/svkbd
Log
Files
Refs
README
LICENSE
---
commit 1fff13a1b4a1731268ae9a17c058ca0ab86b51ed
parent 79ff93369c5039d65188ad5e1cc6e8fb6c553af5
Author: Maarten van Gompel <[email protected]>
Date: Fri, 11 Dec 2020 17:51:08 +0100
fixed a bug that reset the layer to layer one after hiding the overlay
Diffstat:
M svkbd.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/svkbd.c b/svkbd.c
@@ -835,7 +835,7 @@ hideoverlay(void)
if (debug) printdbg("Hiding overlay, overlay was #%d\n", currentoverla…
currentoverlay = -1;
overlaykeysym = 0;
- currentlayer = -1;
+ currentlayer--;
cyclelayer();
}
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.