commit: da58b56e3b427f647bfaa32af680fcd03e1c3d83
parent cee4a328b9964f89f743c6df51bff3dc92fceb23
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Fri, 20 Oct 2023 09:20:02 +0200
cursors/{ew,ns}-resize: Link with {col,row}-resize respectively
Diffstat:
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/cursors/ew-resize b/cursors/ew-resize
@@ -0,0 +1 @@
+col-resize
+\ No newline at end of file
diff --git a/cursors/ns-resize b/cursors/ns-resize
@@ -0,0 +1 @@
+row-resize
+\ No newline at end of file