이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
Immanuel
/
sxiv
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
Remove unnecessary special cases in cg_mark_range
master
Bert Münnich
7 년 전
부모
7efcf55a5f
커밋
cc476be7cc
2개의 변경된 파일
과
1개의 추가작업
그리고
6개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-5
commands.c
+1
-1
main.c
+ 0
- 5
commands.c
파일 보기
@@ -218,11 +218,6 @@ bool cg_mark_range(arg_t _)
{
int i, from, to;
if (toggledidx < 0)
return true;
if (toggledidx == fileidx)
return true;
from = toggledidx;
to = fileidx;
if (fileidx < toggledidx) {
+ 1
- 1
main.c
파일 보기
@@ -57,7 +57,7 @@ fileinfo_t *files;
int filecnt, fileidx;
int alternate;
int markcnt;
int toggledidx
= -1
;
int toggledidx;
int prefix;
bool extprefix;
쓰기
미리보기
|
|
|
|
|
|
x
0
0
0:0
불러오는 중...
취소
저장