Re: -DFANCY in robots(6)

2022-06-26 Thread Christos Zoulas
In article , Charlotte Koch wrote: >Hiya, > >My inclination is to remove all code from robots(6) that is guarded >inside "#ifdef FANCY" -- because it isn't defined at all in the code nor >the Makefile. And "FANCY" doesn't seem to have any meaning in e.g. >curses, either. > >That led me to investi

Re: -DFANCY in robots(6)

2022-06-24 Thread Robert Elz
Date:Fri, 24 Jun 2022 21:35:58 + (UTC) From:Charlotte Koch Message-ID: | Please help me understand what's going on here, and why I shouldn't just | remove all this unused FANCY code. No idea what is going on, but my inclination would be to define FANCY in th

Re: -DFANCY in robots(6)

2022-06-24 Thread Roland Illig
Am 24.06.2022 um 23:35 schrieb Charlotte Koch: Hiya, My inclination is to remove all code from robots(6) that is guarded inside "#ifdef FANCY" -- because it isn't defined at all in the code nor the Makefile. And "FANCY" doesn't seem to have any meaning in e.g. curses, either. That led me to inv

-DFANCY in robots(6)

2022-06-24 Thread Charlotte Koch
Hiya, My inclination is to remove all code from robots(6) that is guarded inside "#ifdef FANCY" -- because it isn't defined at all in the code nor the Makefile. And "FANCY" doesn't seem to have any meaning in e.g. curses, either. That led me to investigate where -DFANCY even came from in the fir