On Wed, Oct 29, 2014 at 09:52:14PM +0100, k...@shike2.com wrote:
> I read this sentence as 'SHELL variable must hold always the value of
> the user preferred command in the /etc/passwd file, and any program
> that create a session must be aware of setting it from /etc/passwd'.
> The sentence doesn'
> in config.h something along the lines of
>
> enum color_mode {
> REVERSE,
> COLOR,
> };
> struct selection_colors {
> enum color_mode;
> int colors[];
> }
> static const struct selection_colors same = { .color_mode = COLOR,
> .colors = { 7, 0 } };
> static const struct selection_colors d
Hi,
> - POSIX states the SHELL environment variable "... shall represent a
> pathname of the user's preferred command language interpreter." As
Well, this is a really complex topic. First because in this sentence
is not specified what is 'user's preferred command language
interpreter'. I read
> Ok as far as I can tell there are two unrelated issues involved (feel
> free to correct me):
>
> 1) being able to use many colors (possibly all 2^24) at the same time
>
> 2) being able to set some of the used colors to RGB values
>
> The first is not easily possible with ncurses. As you p
> Hi,
>
>> printf "\x1b[38;2;255;100;0mTRUECOLOR\x1b[0m\n"
>
>
> I think this truecolor control sequence is not suckless.
>
> Although I had already mentioned about this feature (konsole-style
> true color support) on some places with my bad English, now I try to
> say my opinion repeatedly in
On 29 October 2014 19:00, FRIGN wrote:
> As nice as this all sounds, this is far away from reality, making you
> sound more or less like Richard Stallman philosophing about the free
> software revolution now having been waiting 25 years to happen.
Indeed! I feel like it too, unfortunately. But,
On Wed, 29 Oct 2014 14:43:03 +
Ralph Eastwood wrote:
> This means we could, conceivably design a consistent interface to
> "types" of "information-outlets". The most markup for the text we
> could probably need is something like Markdown? A point to discuss
> here; we want to avoid layouting
Sorry, please let me make corrections:
wrong:
CSI 38 Pr ; Pg ; Pb m -> CSI ? Pr ; Pg ; Pb $ m
CSI 48 Pr ; Pg ; Pb m -> CSI = Pr ; Pg ; Pb $ m
correct:
CSI 38 ; 2 ; Pr ; Pg ; Pb m -> CSI ? Pr ; Pg ; Pb $ m
CSI 48 ; 2 ; Pr ; Pg ; Pb m -> CSI = Pr ; Pg ; Pb $ m
-- Hayaki Saito
Hi,
> printf "\x1b[38;2;255;100;0mTRUECOLOR\x1b[0m\n"
I think this truecolor control sequence is not suckless.
Although I had already mentioned about this feature (konsole-style true color
support) on some places with my bad English, now I try to say my opinion
repeatedly in other words.
Pl
Daniel Camolês wrote:
> NaCl is currently only implemented in Chrome; Mozilla doesn't want anything to
> do with it. They have asm.js, that is another way to run C/C++ compiled in the
> browser. But asm.js is 2x slower than native code.
Heyho,
just leaving this here for your entertainment:
https:
Reinventing the web has been on my mind for a long while.
I agree with some of the ideas so far, but I've also tried to boil it
down to the basics.
So, currently, what do we use the web for.
Here are my uses (if your uses are significantly different or if I
have missed something, please reply!):
> > Also what does the init_color function actually do then? Does it
> > fall back to a color which best approximates the one given?
>
> From terminfo(5):
>On a Tektronix-like terminal, the capability ccc may be present
>to indicate that colors can be modified. If so, the initc
>
12 matches
Mail list logo