<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: font display question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/font-display-question/m-p/3072034#M751407</link>
    <description>hi mark,&lt;BR /&gt;&lt;BR /&gt;thanks for info, basically what im doin, is when a user telnets to the server,a banner must be displayed in bold!Any ideas how i can get the banner to display in bold?&lt;BR /&gt;&lt;BR /&gt;Thanks mate!</description>
    <pubDate>Tue, 16 Sep 2003 10:20:16 GMT</pubDate>
    <dc:creator>Edgar_10</dc:creator>
    <dc:date>2003-09-16T10:20:16Z</dc:date>
    <item>
      <title>font display question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/font-display-question/m-p/3072031#M751404</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;i have a script with a heading "SYSTEM ADMIN MENU", how would i get the heading to be displayed in BOLD?</description>
      <pubDate>Tue, 16 Sep 2003 09:15:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/font-display-question/m-p/3072031#M751404</guid>
      <dc:creator>Edgar_10</dc:creator>
      <dc:date>2003-09-16T09:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: font display question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/font-display-question/m-p/3072032#M751405</link>
      <description>This depends entirely on what you expect the menu to be displayed on however. if your terminals use terminfo and it's set up correctly&lt;BR /&gt;&lt;BR /&gt;"tput bold" will do it&lt;BR /&gt;&lt;BR /&gt;if not, try "tput so" to start standout and "tput se" to end it&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Sep 2003 09:30:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/font-display-question/m-p/3072032#M751405</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2003-09-16T09:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: font display question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/font-display-question/m-p/3072033#M751406</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You could try adding something like this:&lt;BR /&gt;&lt;BR /&gt;BOLD=`tput bold`&lt;BR /&gt;RESET=`tput sgr0`&lt;BR /&gt;&lt;BR /&gt;echo "\t\t\t $BOLD SYSTEM ADMIN MENU $RESET \n\n"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;Kind regards,&lt;BR /&gt;Zigor</description>
      <pubDate>Tue, 16 Sep 2003 10:02:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/font-display-question/m-p/3072033#M751406</guid>
      <dc:creator>Zigor Buruaga</dc:creator>
      <dc:date>2003-09-16T10:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: font display question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/font-display-question/m-p/3072034#M751407</link>
      <description>hi mark,&lt;BR /&gt;&lt;BR /&gt;thanks for info, basically what im doin, is when a user telnets to the server,a banner must be displayed in bold!Any ideas how i can get the banner to display in bold?&lt;BR /&gt;&lt;BR /&gt;Thanks mate!</description>
      <pubDate>Tue, 16 Sep 2003 10:20:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/font-display-question/m-p/3072034#M751407</guid>
      <dc:creator>Edgar_10</dc:creator>
      <dc:date>2003-09-16T10:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: font display question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/font-display-question/m-p/3072035#M751408</link>
      <description>I'm a bit confused now!  Do you want the login message to have bold or the script?&lt;BR /&gt;&lt;BR /&gt;If it is the script, do as the previous poster mentioned&lt;BR /&gt;&lt;BR /&gt;BOLD=`tput bold"&lt;BR /&gt;NORMAL=`tput sgr0"&lt;BR /&gt;&lt;BR /&gt;echo "$BOLD SYSTEM ADMIN MENU $NORMAL"&lt;BR /&gt;&lt;BR /&gt;If it is the login message itself that you want bold then you would have to cut and paste the output of "tput bold" intop the /etc/issue file though I have a feeling that telnetd uses a different file for that.  I'll see if I can dig up some info on that last bit.</description>
      <pubDate>Tue, 16 Sep 2003 10:41:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/font-display-question/m-p/3072035#M751408</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2003-09-16T10:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: font display question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/font-display-question/m-p/3072036#M751409</link>
      <description>hi mark,&lt;BR /&gt;&lt;BR /&gt;apologies for the run around, i actually want my banner file to display in BOLD.The banner file is set-up &amp;amp; works, just not the BOLD font?&lt;BR /&gt;&lt;BR /&gt;Any ideas?&lt;BR /&gt;&lt;BR /&gt;Most appreciated!!</description>
      <pubDate>Tue, 16 Sep 2003 10:49:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/font-display-question/m-p/3072036#M751409</guid>
      <dc:creator>Edgar_10</dc:creator>
      <dc:date>2003-09-16T10:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: font display question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/font-display-question/m-p/3072037#M751410</link>
      <description>OK, still a bit confused but much less so :)&lt;BR /&gt;&lt;BR /&gt;Do you mean the stuff that gets output when you log in i.e /etc/motd ? or do you mean that your script uses the "banner" command or do you mean that somewhere in the login process, you want to plug in your script with a bold heading?  Sorry I am probably being a bit stupid here but I think there is a simple thing I am missing in your request.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Sep 2003 10:54:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/font-display-question/m-p/3072037#M751410</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2003-09-16T10:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: font display question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/font-display-question/m-p/3072038#M751411</link>
      <description>I think I understand now!&lt;BR /&gt;&lt;BR /&gt;You have a file with that text in it and when that file gets displayed, you want it in bold?&lt;BR /&gt;&lt;BR /&gt;If you can not do something like the following&lt;BR /&gt;&lt;BR /&gt;tput bold&lt;BR /&gt;cat my_banner_file&lt;BR /&gt;tput sgr0&lt;BR /&gt;&lt;BR /&gt;Then you will actually have to embed the codes in the file.  You will have to be confident that everyone who sees it is going to have the same type if terminal though and for this example I'll assume everyone is using vt100 (most do).&lt;BR /&gt;&lt;BR /&gt;in vi edit you file and do "CTRL V" then "Esc" then "[" then "m" before your text.  Then after it do "CTRL V"a then "ESC" then "[" then "m".&lt;BR /&gt;&lt;BR /&gt;This sounds nasty and it is :)</description>
      <pubDate>Tue, 16 Sep 2003 11:00:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/font-display-question/m-p/3072038#M751411</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2003-09-16T11:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: font display question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/font-display-question/m-p/3072039#M751412</link>
      <description>hi mark,&lt;BR /&gt;&lt;BR /&gt;Ive sorted the script boldness! What i want 2 do now is when I telnet to a server my banner message "AUTHORISED USERS ONLY" must be displayed in BOLD FONT! motd can only occur once logged in, but I want the bold banner displayed before login?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance!</description>
      <pubDate>Tue, 16 Sep 2003 11:02:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/font-display-question/m-p/3072039#M751412</guid>
      <dc:creator>Edgar_10</dc:creator>
      <dc:date>2003-09-16T11:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: font display question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/font-display-question/m-p/3072040#M751413</link>
      <description>To do that from telnet, you'll have to edit the inetd.conf entry for telnetd and make it something like&lt;BR /&gt;&lt;BR /&gt;telnetd -b /etc/issue.telnet and then create /etc/issue.telnet with all your own stuff in it</description>
      <pubDate>Tue, 16 Sep 2003 11:13:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/font-display-question/m-p/3072040#M751413</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2003-09-16T11:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: font display question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/font-display-question/m-p/3072041#M751414</link>
      <description>Hi Edgar,&lt;BR /&gt;&lt;BR /&gt;Correct me if I'm wrong, but think that anybody has already answered you in your previous question:&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x76bbe508dd85d44e8152a228f6c3a07f,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x76bbe508dd85d44e8152a228f6c3a07f,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Have you tested the last reply?&lt;BR /&gt;&lt;BR /&gt;Kind regards,&lt;BR /&gt;Zigor</description>
      <pubDate>Tue, 16 Sep 2003 11:33:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/font-display-question/m-p/3072041#M751414</guid>
      <dc:creator>Zigor Buruaga</dc:creator>
      <dc:date>2003-09-16T11:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: font display question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/font-display-question/m-p/3072042#M751415</link>
      <description>You shoul insert ESC-sequence to you baner file. Open baner file in vi and do foloving:&lt;BR /&gt;1.Before text type in edition mode CTRL-V CTRL-[ [ 1m &lt;BR /&gt;2. After text type in edition mode CTRL-V CTRL-[ [0m&lt;BR /&gt;It must looks like: ^[[1mTEXT^[[0m&lt;BR /&gt;&lt;BR /&gt;ESC-sequences are:&lt;BR /&gt;^[[1m - Bold text&lt;BR /&gt;^[[4m - Underlined&lt;BR /&gt;^[[5m - Flashing&lt;BR /&gt;^[[7m - Inversion&lt;BR /&gt;^[[0m - Cancel all attributes&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Sep 2003 11:53:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/font-display-question/m-p/3072042#M751415</guid>
      <dc:creator>Artyom Voronchihin</dc:creator>
      <dc:date>2003-09-16T11:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: font display question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/font-display-question/m-p/3072043#M751416</link>
      <description>EXCELLENT ARTYOM!!!!&lt;BR /&gt;&lt;BR /&gt;You had the correct syntax,thanx, most appreciated</description>
      <pubDate>Tue, 16 Sep 2003 12:51:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/font-display-question/m-p/3072043#M751416</guid>
      <dc:creator>Edgar_10</dc:creator>
      <dc:date>2003-09-16T12:51:45Z</dc:date>
    </item>
  </channel>
</rss>

