gschem: Draw arrows on 'connected' dangling net ends.
commit1598b5884ba8790efe713907c5707240c97a934e
authorPeter TB Brett <peter@peter-b.co.uk>
Sat, 17 Nov 2012 21:35:31 +0000 (17 21:35 +0000)
committerPeter TB Brett <peter@peter-b.co.uk>
Sat, 17 Nov 2012 21:35:31 +0000 (17 21:35 +0000)
tree9fdbcdc3a28510dfe7702cbbeaed7c8be47e78b9
parente9b3fa86d721324688ab6d28bfbc2f417e7828a0
gschem: Draw arrows on 'connected' dangling net ends.

Recently, gschem was changed to not draw anything at a net endpoint
when it thinks the net is connected.  This has the drawback that in
some cases the eye can be fooled into thinking that two nets are
connected together when they are not, with the concomitant risk of
badly breaking a design.

This patch alters gschem to draw an arrow in 'junction colour' on
dangling net segment ends when it thinks the net is properly
connected.  This is not an ideal solution, but should go most of the
way towards solving the "invisible errors wrecking my expensive
boards" problem.

A follow-up patch should probably do the same for printed output.

Affects-bug: lp-1014160
gschem/src/o_cue.c