Search:

Type: Posts; User: cico

Search: Search took 0.00 seconds.

  1. Thank you, I'll experiment in different terminals...

    Thank you, I'll experiment in different terminals and see how they differ.
  2. ncurses, how do i check how many colors my terminal supports?

    I'm generating all ncurses color pairs like this


    void generate_all_color_pairs(){ int foreground;
    int background;
    int i = 0;


    for(foreground=0; foreground<8;...
  3. Replies
    5
    Views
    1,878

    I have moderate knowledge of graphical toolkits...

    I have moderate knowledge of graphical toolkits because I've used them in a couple of occasions in the past. But I never got proficient in any as I only used them a bit.To this small project, if...
  4. Replies
    5
    Views
    1,878

    Need help with basic graphics

    I need to create a small application that should display graphical elements on top of my desktop without interfering with it. But I don't really know where to turn to.When the application is closed,...
Results 1 to 4 of 4