On Sun, Nov 02, 2014 at 06:50:08PM +0100, Gabriel Pérez-Cerezo wrote: > > Speaking of source, how was the .orig.tar generated? I don't see any > > tarballs on the upstream homepage. > The tarball was generated with `make dist` on the source in the git > repository.
The .orig.tar.gz on m.d.n doesn't match the dsc. > > snprintf(color,length,"\033[38;5;%d;48;5;%dm",*foreground,*background); > This seems to work on all X terminal emulators that I have tried, maybe > because they support 256 colors, but it doesn't work on the framebuffer. > I will try to fix this. I did fix this one already, in kernel 3.16 :p You still might want to use traditional color codes, for older kernels, BSD console, ajaxterm and possibly others. Debian's package "rxvt" misinterprets xterm-256 colors as well, we should have replaced it with "rxvt-unicode-256color" ages ago. Otherwise, support for 256 colors is pretty ubiquitous. -- // If you believe in so-called "intellectual property", please immediately // cease using counterfeit alphabets. Instead, contact the nearest temple // of Amon, whose priests will provide you with scribal services for all // your writing needs, for Reasonable and Non-Discriminatory prices. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

