Andreas Briese

Results 4 comments of Andreas Briese

The strange behaviour can be stopped by using the allready existing `clearTimeouts()` all over the script instead of having the spritz_timers Array beside it. ``` function clearTimeouts() { var id...

in short - no longer explanation: see Code https://github.com/AndreasBriese/acmePimp/blob/master/acme/text.c line 683 … arrow down case Kdown: if(t->what == Tag) goto Tagdown; /*me*/ // n = t->fr.maxlines/3; // goto case_Down; /*me*/...

> Am 22.06.2018 um 11:21 schrieb slump64 : > > it just reads some memory adress and breaks? thats it. I snift through all the code but did not find...

replace leading spaces of selection ``` function spritzify(input) { var input = input.replace(/\s*/,''); ```