Re: [PATCH]: Minor cleanup in menubar_draw()

2005-08-05 Thread Pavel Tsekov
Hello, On Fri, 5 Aug 2005, Roland Illig wrote: > Pavel Tsekov wrote: > > Hello, > > > > hline() is used in so many places that if it had some bugs they would be > > noticed by now. I tested the patch and I haven't observed any visual > > problems. > > There might be some weird behavior when the e

Re: [PATCH]: Minor cleanup in menubar_draw()

2005-08-05 Thread Roland Illig
Pavel Tsekov wrote: Hello, hline() is used in so many places that if it had some bugs they would be noticed by now. I tested the patch and I haven't observed any visual problems. There might be some weird behavior when the end of line is reached, but as the menubar is at the top of the screen

Re: [PATCH]: Minor cleanup in menubar_draw()

2005-08-05 Thread Roland Illig
Pavel Tsekov wrote: Hello, hline() is used in so many places that if it had some bugs they would be noticed by now. I tested the patch and I haven't observed any visual problems. Committed, Thanks. As the code is from revision 1.1, we cannot expect anyone to tell us where the code originated

[PATCH]: Minor cleanup in menubar_draw()

2005-08-05 Thread Pavel Tsekov
Hello, hline() is used in so many places that if it had some bugs they would be noticed by now. I tested the patch and I haven't observed any visual problems. 2005-08-05 Pavel Tsekov <[EMAIL PROTECTED]> * menu.c (menubar_draw): Use hline() instead of addch() to clear the menuba