A simple question with an easy answer: how many characters long is your terminal in full screen? I am working on a torrent searching script, and I am interested in the statistical max dimensions of a terminal. Thanks in advance.

  • cmnybo@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 day ago

    My laptop is 192x54 in the virtual terminal and 190x47 in Gnome Terminal.

    Whatever program you write definitely needs to support an 80 column display though. A 5" phone screen is going to need a much larger font than a 14" laptop screen.

    • christos@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 day ago

      Thanks. The ideal should be 140 chars. I will work out truncating the torrent name column in order for everything to fit in 80 char terminals, although it would not be very functional.