Results 1 to 3 of 3

Thread: Terminal font

  1. #1
    Join Date
    Jul 2010
    Beans
    96
    Distro
    Lubuntu

    Terminal font

    Hello everyone!

    I'm writing a little game in C, and I'm using ncurses as a library to write the interface. I tested it on the tty, and everything went smooth; today I tried it on LXTerminal and some characters were, well, really ugly. I'm not sure it's a font problem, but that's what I thought it could be.

    Anyway, for instance, when in the tty a character is printed like this:



    in LXTerminal the same charater is printed like this:

    >

    and so on (↓ - V, ↑ - ^, ← - <). I'd have guessed that a terminal would have had nicer characters than the tty, but I guess I was wrong. Is there any way I can "fix" this, so that the terminal shows the same nice characters of the tty?

    I understand it's a an unimportant issue, but appearences count, too.
    - What do you get if you multiply six by nine?
    - 42!

  2. #2
    Join Date
    Jul 2011
    Location
    The Great Ocean
    Beans
    Hidden!
    Distro
    Lubuntu

    Re: Terminal font

    probably ncurses doesn't recognise the terminal type in lxterminal, force it.

  3. #3
    Join Date
    Jul 2010
    Beans
    96
    Distro
    Lubuntu

    Re: Terminal font

    Any hint in how to do it? My google-fu must be rusty, I'm having a hard time finding a solution.
    - What do you get if you multiply six by nine?
    - 42!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •