Page 1 of 1

Looking for some help with the code

Posted: Fri 02 Aug, 2013 10:54
by Groucho2004
I've been going through the code of "findfile.cpp" to figure out what determines the refresh rate of the file list shown after initiating a search with "Alt-F7". The default for the redraw seems to be about 1 second, changing the global "RedrawTimeout" variable has no effect. Is there a way to change the redraw rate?

Re: Looking for some help with the code

Posted: Fri 02 Aug, 2013 15:21
by 2useven10
I am not sure...
But you can try to comment keyboard.cpp #804 if statement

Re: Looking for some help with the code

Posted: Fri 02 Aug, 2013 16:20
by Groucho2004
That was it. Thanks!