Compare commits

..

No commits in common. "9f57d8ef28ca05776e584c7ba562bfc594b95ca3" and "74e7406034e497b262136680524c18d280f44388" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View file

@ -30,8 +30,8 @@
.hash = "fuzzig-0.1.1-Ji0xivxIAQBD0g8O_NV_0foqoPf3elsg9Sc3pNfdVH4D", .hash = "fuzzig-0.1.1-Ji0xivxIAQBD0g8O_NV_0foqoPf3elsg9Sc3pNfdVH4D",
}, },
.vaxis = .{ .vaxis = .{
.url = "git+https://github.com/neurocyte/libvaxis?ref=main#035457cdb54f4c12caae6638b837c447447ae70d", .url = "git+https://github.com/neurocyte/libvaxis?ref=main#164dfadbad9a5df529ade8e3f0e5c52939d27e81",
.hash = "vaxis-0.5.1-BWNV_NAyCQBgEcQ3hBKEqyWOJh4uDSm4mPvffsI10J5i", .hash = "vaxis-0.5.1-BWNV_M4yCQBLJYI9ooJL-8dstYnId58coiBeHhF4m9wz",
}, },
.zeit = .{ .zeit = .{
.url = "git+https://github.com/rockorager/zeit?ref=zig-0.15#ed2ca60db118414bda2b12df2039e33bad3b0b88", .url = "git+https://github.com/rockorager/zeit?ref=zig-0.15#ed2ca60db118414bda2b12df2039e33bad3b0b88",

View file

@ -5692,7 +5692,6 @@ pub const Editor = struct {
dest.row -|= 1; dest.row -|= 1;
dest.col -|= 1; dest.col -|= 1;
dest = dest.from_pos(root, self.metrics); dest = dest.from_pos(root, self.metrics);
dest.row += 1;
dest.col += 1; dest.col += 1;
if (have_sel) if (have_sel)
sel = sel.from_pos(root, self.metrics); sel = sel.from_pos(root, self.metrics);