Difference between revisions of "Forum:Ubuntu terminal displays bold texts instead of actual bright colors??"

From NetHackWiki
Jump to navigation Jump to search
m
Line 11: Line 11:
 
:Try setting the enviromnent variable <code>TERM=xterm</code>.  - [[User:Andrio Celos|Andrio Celos]] ([[User talk:Andrio Celos|talk]]) 06:42, 27 January 2018 (UTC)
 
:Try setting the enviromnent variable <code>TERM=xterm</code>.  - [[User:Andrio Celos|Andrio Celos]] ([[User talk:Andrio Celos|talk]]) 06:42, 27 January 2018 (UTC)
 
:That's not a NetHack option. What's that? --[[User:NDos|NDos]] ([[User talk:NDos|talk]]) 07:36, 27 January 2018 (UTC)
 
:That's not a NetHack option. What's that? --[[User:NDos|NDos]] ([[User talk:NDos|talk]]) 07:36, 27 January 2018 (UTC)
 
 
{{Wikipedia|Environment variable}}
 
{{Wikipedia|Environment variable}}
 
: You can set [[environment variables]] in a lot of shells using syntax like this: <code>export TERM=xterm</code> or <code>TERM=xterm ssh nethack@nethack.alt.org</code>.  - [[User:Andrio Celos|Andrio Celos]] ([[User talk:Andrio Celos|talk]]) 07:40, 27 January 2018 (UTC)
 
: You can set [[environment variables]] in a lot of shells using syntax like this: <code>export TERM=xterm</code> or <code>TERM=xterm ssh nethack@nethack.alt.org</code>.  - [[User:Andrio Celos|Andrio Celos]] ([[User talk:Andrio Celos|talk]]) 07:40, 27 January 2018 (UTC)
 
: Adding that line to <code>~/.bashrc</code> works. Thank you very much! --[[User:NDos|NDos]] ([[User talk:NDos|talk]]) 07:52, 27 January 2018 (UTC)
 
: Adding that line to <code>~/.bashrc</code> works. Thank you very much! --[[User:NDos|NDos]] ([[User talk:NDos|talk]]) 07:52, 27 January 2018 (UTC)

Revision as of 07:53, 27 January 2018


I wanted to use my own color palettes, so I right-clicked on the Ubuntu terminal and went to Profiles -> Profile Preferences -> Palette -> Color Palettes, and set the colors.

But when I telnet to alt.org, the terminal displays bold texts instead of actual bright colors. (bold black instead of dark grey, bold red instead of orange, bold silver instead of white, etc.)

Also, walls and floors are displayed just as the default text color, which is plain white, instead of silver. How do I fix these problems? --NDos (talk) 06:40, 27 January 2018 (UTC)

Try setting the enviromnent variable TERM=xterm. - Andrio Celos (talk) 06:42, 27 January 2018 (UTC)
That's not a NetHack option. What's that? --NDos (talk) 07:36, 27 January 2018 (UTC)
You can set environment variables in a lot of shells using syntax like this: export TERM=xterm or TERM=xterm ssh nethack@nethack.alt.org. - Andrio Celos (talk) 07:40, 27 January 2018 (UTC)
Adding that line to ~/.bashrc works. Thank you very much! --NDos (talk) 07:52, 27 January 2018 (UTC)