doc updates

This commit is contained in:
Stefan Frederik 2022-01-11 12:17:15 +01:00
parent 54fcf126f6
commit d273d5131e
2 changed files with 1 additions and 7 deletions

View File

@ -23,9 +23,7 @@
<div class="idx">
<h2><a href="tutorial_xschem_slides.html">Xschem slides</a></h2>
<h3><a href="https://xschem.sourceforge.io/stefan/xschem_man/xschem_man.pdf">
All in one pdf documentation (repo.hu, github version with autoconfig)</a></h3>
<h3><a href="https://xschem.sourceforge.io/stefan/xschem_man/xschem_man_sourceforge.pdf">
All in one pdf documentation (sourceforge version, no autoconfig)</a></h3>
All in one pdf documentation (repo.hu, github, sourceforge version with autoconfig)</a></h3>
<h1> INDEX </h1><br>
<ol style = "font-size:150%;">

View File

@ -2147,13 +2147,9 @@ int Tcl_AppInit(Tcl_Interp *inter)
tclsetvar("ControlMask", tmp);
#endif
/* END X INITIALIZATION */
init_done=1; /* 20171008 moved before option processing, otherwise xwin_exit will not be invoked */
/* leaving undo buffer and other garbage around. */
/* */
/* Completing tk windows creation (see xschem.tcl, pack_widgets) and event binding */
/* *AFTER* X initialization done */