This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
Immanuel
/
sxiv
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
0
Вики
Activity
Преглед изворни кода
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;
Write
Preview
Loading…
Откажи
Сачувај