From: NRK Date: Thu, 29 Jul 2021 09:33:19 +0000 (+0600) Subject: fix misleading comment in Makefile X-Git-Tag: v4.3~68^2 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=5fcd3d1198273f281852a3d554520999cda7e75d;p=nnn.git fix misleading comment in Makefile reading the source code, setting NOSSN to 1 _disables_ session support, not enable it. --- 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