Differences From Artifact [3450764149]:
- File src/editing.m — part of check-in [0e7605d101] at 2025-03-20 22:40:48 on branch trunk — Fix all warnings (user: js, size: 13344) [annotate] [blame] [check-ins using]
To Artifact [72ec7780d9]:
- File src/editing.m — part of check-in [e79356d2a6] at 2025-03-20 23:02:06 on branch trunk — Fix -Wgnu-folding-constant (user: js, size: 13339) [annotate] [blame] [check-ins using]
︙ | |||
525 526 527 528 529 530 531 | 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 | - + | setvdelta(int delta) { EDITSEL; setvdeltaxy(delta, &sel); addmsg(1, 6, SV_EDITD, sel.x, sel.y, sel.xs, sel.ys, delta); } |
︙ |