OutsideIT / FireMotD

:fire: Fire Framework Linux MoTD Generator :fire:
https://outsideit.net/firemotd
GNU General Public License v3.0
174 stars 45 forks source link

Reduce frame length in GenerateBasic16Color #25

Closed ThomDietrich closed 7 years ago

ThomDietrich commented 7 years ago

A typical putty console is 80 character wide. The frame drawn by GenerateBasic16Color() in FireMotD is 81 characters on my system, which might be related to my longer hostname. This change reduces the width slightly.

Then:

grafik

Now:

grafik

ThomDietrich commented 7 years ago

@willemdh I'm afraid I've changed the permissions of the script file with this commit. You might want to switch back.

willemdh commented 7 years ago

@ThomDietrich Don't worry about it (sorry for the late response)

I did a minor update, it should be executable again.