From 5fcd3d1198273f281852a3d554520999cda7e75d Mon Sep 17 00:00:00 2001 From: NRK Date: Thu, 29 Jul 2021 15:33:19 +0600 Subject: [PATCH] fix misleading comment in Makefile reading the source code, setting NOSSN to 1 _disables_ session support, not enable it. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6595f61a..485d1ad1 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ O_ICONS := 0 # support icons-in-terminal O_NERD := 0 # support icons-nerdfont O_QSORT := 0 # use Alexey Tourbin's QSORT implementation O_BENCH := 0 # benchmark mode (stops at first user input) -O_NOSSN := 0 # enable session support +O_NOSSN := 0 # disable session support O_NOUG := 0 # disable user, group name in status bar O_NOX11 := 0 # disable X11 integration