I think the problem with drawtext.c may be a simple typo: drawtext.c: 175 optind = 0; 176 while ((c = getopt(argc, argv, "f:t:T:x:y:s:c:C:bo")) > 0) { 177 switch (c) { ^^^ there is no "-bo" option. should be "f:t:T:x:y:s:c:C:b:o" Right? the cases are handled here: 210 case 'b': 211 ci->bg=1; 212 break; 213 case 'o': 214 ci->outline=1; 215 break; Not supposed to be fucking off at work like this, but I couldn't resist. I am not able to test this, since my setup is at home. Anyone wanna try? Thanks. P. --------------------------------- Don't get soaked. Take a quick peak at the forecast with theYahoo! Search weather shortcut.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4