gwsw

Results 276 comments of gwsw

I'm sorry, I'm still confused. Are you saying that the ENTER key on your terminal sends '\r' but your terminfo says that it sends a sequence containing an ESC? If...

I see the problem you describe, but I don't think moving to top left at initialization is a viable solution. This would have adverse effects on terminals which do not...

Outputting extra lines to force a short file to the top of the screen would be unacceptable for users who have non-alt-screen terminals. The fact that the tail of the...

The issue isn't whether the terminal supports an alt screen, it's whether the terminal init sequence in the termcap/terminfo that the user is using actually switches to the alt screen....

You can use the -X flag to disable sending the init sequence. However this is risky as using cursor addressing without sending the init is supposedly disallowed, although I don't...

This seems like a bug in that version of gcc. inc_costcount is defined with a parameter. And gcc 10.2.1 does not print this message, even with -Wall.

Well, I'm baffled by this. inc_costcount is clearly defined with a parameter in less-580: ``` static int inc_costcount(c) int c; { ``` So I don't understand why the compiler says...

This is not the same issue as the original report. In your case it appears configure is not finding a terminal library (one of tinfo, tinfow, xcurses, ncursesw, ncurses, curses,...

@m-gupta could you try 1101069ae7157aa57a4c58ac9731e271bec7e4d9 and see if the build now works with clang?

You should never pull release versions from github. All github versions should be considered to be betas. Release versions are distributed on greenwoodsoftware.com. That said, some packages on greenwoodsoftware.com are...