mirror of
https://github.com/jarun/nnn.git
synced 2024-12-01 02:49:44 +00:00
Merge pull request #1119 from N-R-K/NOSSN
fix misleading comment in Makefile
This commit is contained in:
commit
1d5efa7074
2
Makefile
2
Makefile
|
@ -23,7 +23,7 @@ O_ICONS := 0 # support icons-in-terminal
|
||||||
O_NERD := 0 # support icons-nerdfont
|
O_NERD := 0 # support icons-nerdfont
|
||||||
O_QSORT := 0 # use Alexey Tourbin's QSORT implementation
|
O_QSORT := 0 # use Alexey Tourbin's QSORT implementation
|
||||||
O_BENCH := 0 # benchmark mode (stops at first user input)
|
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_NOUG := 0 # disable user, group name in status bar
|
||||||
O_NOX11 := 0 # disable X11 integration
|
O_NOX11 := 0 # disable X11 integration
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue