]> git.neil.brown.name Git - edlib.git/commit
Always pass 0 to Move-CursorXY for num and num2
authorNeilBrown <neil@brown.name>
Tue, 18 Jul 2023 11:05:51 +0000 (21:05 +1000)
committerNeilBrown <neil@brown.name>
Tue, 18 Jul 2023 11:51:36 +0000 (21:51 +1000)
commit5022a375f3298f69710233bfb7ccc58fe9066f57
tree1b7e79d4422ca549e9cbd14c2680d8b39ae12bf8
parentb2179a58bbee1cb84346bfe4370249e47de4c9a5
Always pass 0 to Move-CursorXY for num and num2

The num and num2 values aren't used, and the values passed aren't
consistent.
The new meaning of "str" takes over what some of them were meant to do.

So always pass 0.  Maybe one day I'll think of something useful to do.

Signed-off-by: NeilBrown <neil@brown.name>
mode-emacs.c