29.03.2011 00:29, Dustin Kirkland wrote: > We're carrying a new feature in Ubuntu's kbd package, provided by a > neat little utility called /sbin/setvtrgb. Thanks, I like the idea. I'm not quite happy with your implementation, though: I'm not sure that "char s[1024];" buffer is necessary; Error diagnostics is difficult to understand; Memory allocated by calloc() is never freed. I wrote a different implementation (see attachment). What do you think about it? -- Rgrds, legion