From a632ee741b1baa0eeb336cb56c698cf5c7e5e22d Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Mon, 20 Apr 2020 16:12:02 -0400 Subject: Don't clobber windows.swap in else of showAuto --- ui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui.c') diff --git a/ui.c b/ui.c index 53e4a19..cdb2883 100644 --- a/ui.c +++ b/ui.c @@ -901,7 +901,7 @@ static void showAuto(void) { } else if (minWarm < UINT_MAX) { windowShow(numWarm); windows.user = user; - } else { + } else if (user != windows.show) { windowShow(user); } } -- cgit 1.4.1 ='h' onchange='this.form.submit();'> dontfiles
summary refs log tree commit diff
path: root/etc/Light.terminal (unfollow)
Commit message (Expand)Author
2019-01-13Use colours in cash promptsJune McEnroe
2019-01-12Set PSlit like NetBSD shJune McEnroe
2019-01-12Install gnupg2 from pkgsrc and symlink gpgJune McEnroe
2019-01-12Reference cash builtin man pages in cash.1 SEE ALSOJune McEnroe
2019-01-12Restore cash builtin man page datesJune McEnroe
2019-01-12Use local libeditJune McEnroe
2019-01-12Replace libedit MakefileJune McEnroe
2019-01-11Import /usr/src/lib/libedit from NetBSD 8.0June McEnroe
2019-01-11Add PSlit for prompt escapesJune McEnroe
2019-01-11Don't make depend automaticallyJune McEnroe