소스 검색

Honor -C for context colors

master
Arun Prakash Jana 4 년 전
부모
커밋
835f0c16d6
No known key found for this signature in database GPG 키 ID: A75979F35C080412
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -0
      README.md
  2. +1
    -1
      src/nnn.c

+ 1
- 0
README.md 파일 보기

@@ -81,6 +81,7 @@ It runs smoothly on the Pi, [Termux](https://www.youtube.com/watch?v=AbaauM7gUJw
- Static binary available (no need to install)
- Minimal library deps, easy to compile
- No config file, minimal config with sensible defaults
- Plugin to backup configuration
- Widely available on many packagers
- Touch enabled, comfortable on handhelds too!
- Unicode support


+ 1
- 1
src/nnn.c 파일 보기

@@ -1697,7 +1697,7 @@ static bool initcurses(void *oldmask)
if (colors && *colors == '#') {
char *sep = strchr(colors, ';');

if (COLORS >= 256) {
if (!g_state.oldcolor && COLORS >= 256) {
++colors;
ext = TRUE;



불러오는 중...
취소
저장