doc updates
This commit is contained in:
parent
54fcf126f6
commit
d273d5131e
|
|
@ -23,9 +23,7 @@
|
||||||
<div class="idx">
|
<div class="idx">
|
||||||
<h2><a href="tutorial_xschem_slides.html">Xschem slides</a></h2>
|
<h2><a href="tutorial_xschem_slides.html">Xschem slides</a></h2>
|
||||||
<h3><a href="https://xschem.sourceforge.io/stefan/xschem_man/xschem_man.pdf">
|
<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>
|
All in one pdf documentation (repo.hu, github, sourceforge 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>
|
|
||||||
|
|
||||||
<h1> INDEX </h1><br>
|
<h1> INDEX </h1><br>
|
||||||
<ol style = "font-size:150%;">
|
<ol style = "font-size:150%;">
|
||||||
|
|
|
||||||
|
|
@ -2147,13 +2147,9 @@ int Tcl_AppInit(Tcl_Interp *inter)
|
||||||
tclsetvar("ControlMask", tmp);
|
tclsetvar("ControlMask", tmp);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/* END X INITIALIZATION */
|
/* END X INITIALIZATION */
|
||||||
|
|
||||||
|
|
||||||
init_done=1; /* 20171008 moved before option processing, otherwise xwin_exit will not be invoked */
|
init_done=1; /* 20171008 moved before option processing, otherwise xwin_exit will not be invoked */
|
||||||
/* leaving undo buffer and other garbage around. */
|
/* leaving undo buffer and other garbage around. */
|
||||||
|
|
||||||
/* */
|
/* */
|
||||||
/* Completing tk windows creation (see xschem.tcl, pack_widgets) and event binding */
|
/* Completing tk windows creation (see xschem.tcl, pack_widgets) and event binding */
|
||||||
/* *AFTER* X initialization done */
|
/* *AFTER* X initialization done */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue