/diff is hiding some lines seemingly at random
- 主要语言
- Shell
- 星标
- 11.2k
- 派生
- 1.9k
- 平均合并
- 14 小时 16 分钟
- 30 天内合并 PR
- 6
描述
### Describe the bug
I noticed _sometimes_ the diff is not showing all lines:
The line 193 is not showing! The line "appears" (it's still looks like it's _under_ the "original" line) when I move my cursor to the missing line:
Git diff shows this code section just fine, I also can't see any weird characters in hexedit:
```c#
internal static JniRuntime.JniValueManager CreateValueManager ()
{
if (RuntimeFeature.IsMonoRuntime) {
return new AndroidValueManager ();
}
if (RuntimeFeature.IsCoreClrRuntime || RuntimeFeature.IsNativeAotRuntime) {
return new JavaMarshalValueManager ();
}
throw new NotSupportedException ("Internal error: unknown runtime not supported");
}
```
I noticed that different lines disappear as I scroll. As I scroll, the line 193 appears, but now line 196 is hidden:
### Affected version
GitHub Copilot CLI 1.0.42-0.
### Steps to reproduce the behavior
The bug appears seemingly at random, I don't know how to reliably reproduce it.
### Expected behavior
All lines are shown in the diff.
### Additional context
- macOS
- ghostty
贡献指南
调研方向
Start at the /diff entry point and reproduce the missing-line behavior on macOS in Ghostty while scrolling. Compare the rendered diff with git diff output; done means every diff line remains visible and stable during scrolling.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- shell
- 领域
- cli
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 冷清
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100