Bold font in putty-(not work);

  • Thread starter Thread starter dns
  • Start date Start date
D

dns

Guest
How i can enable Bold font's in PS1 in .bashrc conf work with putty(ssh;cleint)?
-Thanks
 
I've seen how putty works well with other FreeBSD's [with bold fonts in bashrc];
I guess someone will know how
 
If you meant bold text as in eye-candy in shell, read this howto. As an example (try in your shell):

$ printf "normal text, \033[1mbold text\n\033[0m"

You can set PS1 in your $profile and adjust it as you need. But this is shell and/or terminal dependent.

If you really meant putty font, i.e. fonts in PuTTY application, that can be done either per each profile (saved session, default profile) or you can set it on fly. To set in on fly do the right click on the window area, select Change Settings.., go to Appearance, look at Font settings and press the Change button. Select the font/style as you like. But this has really nothing to do with FreeBSD.
 
Apparently I have a problem. Please see attachment.
 

Attachments

  • freebsd.png
    freebsd.png
    1.6 KB · Views: 644
Back
Top