Fix a porting bugs for terminal2
co-authored-by: Nathan <nathan@zed.dev>
This commit is contained in:
parent
735f2029e9
commit
12e7f61f62
6 changed files with 36 additions and 67 deletions
|
@ -3448,7 +3448,6 @@ mod tests {
|
|||
DisplayPoint::new(4, 0)..DisplayPoint::new(6, 0)
|
||||
);
|
||||
assert_eq!(local_selections[0].head, DisplayPoint::new(5, 0));
|
||||
dbg!("Hi");
|
||||
// moves cursor on buffer boundary back two lines
|
||||
// and doesn't allow selection to bleed through
|
||||
assert_eq!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue