Skip to main content

Questions tagged [ncurses]

Ncurses is software for controlling writing to the console screen under Unix, Linux and other operating systems.

0 votes
0 answers
115 views

PuTTy wrongly display nethack ncurses characters as chinese character "贩"

Using PuTTy to ssh connect to [email protected]. This is the game evilhack, but I think nethack is the same, using the curses interface, which I think is ncurses. It should be fine, but those 2 ...
Xdminsy's user avatar
1 vote
1 answer
262 views

tgetent/ncurses errors while compiling ircII on Debian 10

I'm running ircii-20190117 configure with usual options like --enable-ipv6, and what I see (many times met on other web pages) error: checking for tgetent in -ltermcap... no checking for tgetent in ...
nmr50's user avatar
  • 11
2 votes
0 answers
793 views

bashtop and bpytop do not display properly in putty

I have installed bashtop or bpytop (on a minimal CentOS install) but I just get a jumbled mess of colour blocks on the screen. I've made sure to do sudo yum upgrade and rebooted, but still garbled ...
YorSubs's user avatar
  • 959
4 votes
2 answers
1k views

No colors in weechat, tig, htop, ranger, etc

I noticed that on my Mac I don't have any colors in e.g., tig, weechat, htop or ranger. On my linux I do. It happens in all terminal apps I have (alacritty, iterm and Terminal.app), in zsh, fish and ...
Vey's user avatar
  • 171
4 votes
1 answer
1k views

stderr redirection in subshell changes output of tput

So I'm working on a script and found some odd behaviour. I'm sure there is a logical explanation why the output of the 4th and 6th command line is different than in the other cases, but I fail to find ...
816-8055's user avatar
  • 1,277
1 vote
1 answer
469 views

How to change SYSIN and SYSOUT (curses mode) for a background process to another terminal session (screen utility)?

I currently run an background process started by a deamon process. It has no terminal and works fine as it doesn't have any screen i/o. It is started via a shell script which I can change. The shell ...
Simon Sobisch's user avatar
2 votes
1 answer
693 views

How do i change the behavior of **clear** on CentOS7 such that it will NOT clear scrollback buffers on xterm?

I have a VM running CentOs 7.2.1511. It includes ncurses 5.9. I use both MobaXterm and PuTTY. Whenever I run the clear command, the scrollback buffers are cleared automatically as well. This ...
halbeik's user avatar
  • 23
5 votes
1 answer
3k views

parallel install ncurses-6 & ncurses-5 on fedora 24

I just upgraded from fedora 23 to 24, and it broke some binaries I have on my system that were not installed from fedora's repositories, due to the ncurses upgrade from version 5 to version 6: error ...
Emmanuel Touzery's user avatar
1 vote
2 answers
586 views

FreeBSD SSH terminal windows

When I run a ncurses-based tool, say nano, in a Linux/OSX SSH session and then close it, the terminal session is back with the history and everything. But if I start nano in a FreeBSD SSH session and ...
Latchezar Tzvetkoff's user avatar
1 vote
1 answer
2k views

Why is 256 color display not working with linux console, while it does with screen?

I am working on a python program with a text-mode GUI based on urwid. urwid is a library to create ncurses-style programs with python. Operating System is CentOS 7. Everything works fine under '...
philipp's user avatar
  • 171
0 votes
1 answer
1k views

How can I run ncurses program with 256 colors in the gnome terminal?

My problem: I want to run ncurses in 256-colors mode in the gnome terminal. I already know that you can turn on this color mode with: # export TERM=xterm-256color But this solution is not ...
user1861174's user avatar
21 votes
3 answers
28k views

Why does YaST now show lines as lqqqqqqqqqqqqqqq?

Today my YaST started rendering lines like this: It makes it difficult to read.. Any idea what this is about and how I can fix it? I tried rebooting, no dice. Edit -- here's my PuTTY config: ...
tmsimont's user avatar
  • 327
2 votes
0 answers
2k views

Convert htop output to HTML

I wish to view the output of htop as a web page (and possibly add interactivity later on) and I expected this to be readily available (e.g. ncurses capture-screen-and-convert-to-html), but I had no ...
tazmanos's user avatar
  • 121
6 votes
5 answers
15k views

tgetent() not found while compiling vim

Currently I'm trying to install the YouCompleteMe extension to my vim setup, but it requires my vim to have the version of 7.3.584 or higher. The vim shipped with my Ubuntu 12.10 is 7.3.547, so I had ...
alxyzc's user avatar
  • 425
1 vote
1 answer
3k views

Mac -- Macports/Wine errors: NCurses library and Fontconfig

I've been trying to get Wine on my Mac to run some of my old PC games. I used Macports to install it, but it didn't work right away. I followed This tutorial, and then looked around a bit on the web ...
Matt Reynolds's user avatar

15 30 50 per page