このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
Immanuel
/
sxiv
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
Remove unnecessary special cases in cg_mark_range
master
Bert Münnich
7年前
親
7efcf55a5f
コミット
cc476be7cc
2個のファイルの変更
、
1行の追加
、
6行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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;
書き込み
プレビュー
読み込み中…
キャンセル
保存