]> Sergey Matveev's repositories - nnn.git/commitdiff
fix misleading comment in Makefile
authorNRK <nrk@disroot.org>
Thu, 29 Jul 2021 09:33:19 +0000 (15:33 +0600)
committerNRK <nrk@disroot.org>
Thu, 29 Jul 2021 09:33:19 +0000 (15:33 +0600)
reading the source code, setting NOSSN to 1 _disables_ session support,
not enable it.

Makefile

index 6595f61a1d1ed6d826b3079d7bef79043e05f85f..485d1ad1562ba81c93b8b00f316d96001fe195dc 100644 (file)
--- 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