fix misleading comment in Makefile

reading the source code, setting NOSSN to 1 _disables_ session support,
not enable it.
This commit is contained in:
NRK 2021-07-29 15:33:19 +06:00
parent b54f771a44
commit 5fcd3d1198
1 changed files with 1 additions and 1 deletions

View File

@ -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