urxvt

ncurses in urxvt does not print repeating characters

女生的网名这么多〃 提交于 2019-11-28 11:47:54
问题 Running an ncurses program in urxvt squeezes repeating characters in strings. For example I expect "--------" but I get "-" . I have written a short program that reproduces the problem. The code is below. I have verified that the output is as correct when using xterm rather than urxvt . This is the first time I am working with ncurses, however, the sample program is as simple as they come. Therefore, I don't think it is likely that the problem is with how I'm using ncurses. This is also