Open GoogleCodeExporter opened 9 years ago
Original comment by benny.sa...@gmail.com
on 4 Dec 2012 at 8:21
This is actually a consequence of maximising the terminal window as recommended
on the start page. In simuino_lib.c you find many contructions like:
225 //====================================
226 void winLog()
227 //====================================
228 {
229 int i,k;
230 char filler[120];
231
232 wmove(slog,1,1);
233 fill(log_w-strlen(simulation[currentStep+1]),filler,' ');
which will of course smash the stack on any moderately big terminal windows
with the
default
1222 log_w = s_col-board_w;
Original comment by f...@hars.de
on 5 May 2014 at 1:18
Original issue reported on code.google.com by
funkl...@vibes.se
on 23 Nov 2012 at 2:53