Talk:Curses interface

From NetHackWiki
Revision as of 16:21, 7 July 2019 by Andrio Celos (talk | contribs) (Issue with PuTTY: new section)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Issue with PuTTY

I noticed a while ago that recent versions of Ubuntu expose an issue with PuTTY that affects curses applications, including the NetHack curses interface, causing window borders and backgrounds to not display correctly. To fix it, create a file ~/.terminfo/putty with the following contents:

rep@ use=xterm

Then set the environment variable TERM to putty.

For more, see https://www.reddit.com/r/nethack/comments/c8q0km/compiling_nethack_362_with_curses_graphics_and/et6mzvx/ - Andrio Celos (talk) 16:21, 7 July 2019 (UTC)