From 999503a26a6ef45dbcefc17454b7813574d9c888 Mon Sep 17 00:00:00 2001 From: Chayan Deb Date: Sun, 26 Jan 2025 12:17:29 +0530 Subject: [PATCH] [Fixed Typo]: Fixed a small typo that would create a bug in TCL. --- src/xschemrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xschemrc b/src/xschemrc index 3fd4bce6..bce0f8cf 100644 --- a/src/xschemrc +++ b/src/xschemrc @@ -285,8 +285,8 @@ #### set crosshair size; Default: 0 (full screen spanning crosshair) set crosshair_size 2 -#### set snap_cursor size; Default: 3 (Diamond-shaped cursor that snaps to nearest circuit endpoint) -# set snap_cursor size 3 +#### set snap_cursor_size; Default: 3 (Diamond-shaped cursor that snaps to nearest circuit endpoint) +# set snap_cursor_size 3 #### enable to scale grid point size as done with lines at close zoom, default: 0 # set big_grid_points 0