[screen-devel] [bug #54556] screen is producing invalid TERMCAPs

2019-01-22 Thread Thomas Dickey
Follow-up Comment #6, bug #54556 (project screen): The 2-line example after "compile this" should have a tab indenting the second line: screen.xterm-256color|GNU Screen using 256 colors, use=xterm+256color, use=screen ___ Reply

[screen-devel] [bug #54556] screen is producing invalid TERMCAPs

2019-01-22 Thread Thomas Dickey
Follow-up Comment #5, bug #54556 (project screen): I see now (wasn't paying attention to the name of the terminal description). I agree the problem shows up when ncurses can't find the terminfo entry (and while I can see some places to improve ncurses, don't find it likely that Apple will make a

[screen-devel] [bug #54556] screen is producing invalid TERMCAPs

2019-01-19 Thread Thomas Dickey
Follow-up Comment #3, bug #54556 (project screen): It would be nice to know how ncurses 6.1 was configured, since I was unable to reproduce the original report. ___ Reply to this item at:

[screen-devel] [bug #54556] screen is producing invalid TERMCAPs

2019-01-15 Thread Scott Shambarger
Follow-up Comment #2, bug #54556 (project screen): I think I've tracked this down to the TERMCAP variable being larger than the max allowed -- 1023 bytes according to tic(1M). As a workaround, you need to re-create the terminfo file for screen.xterm-256color using the legacy ncurses5 tic

[screen-devel] [bug #54556] screen is producing invalid TERMCAPs

2018-11-10 Thread Thomas Dickey
Follow-up Comment #1, bug #54556 (project screen): Pasting that into a file, the result looks ok and "tic -c" finds no problem. Line 20 seems to be this: :F7=\E[15;2~:F8=\E[17;2~:F9=\E[18;2~:FA=\E[19;2~:\ however the error message seems to say that there's some point in the actual string where

[screen-devel] [bug #54556] screen is producing invalid TERMCAPs

2018-08-22 Thread anonymous
URL: Summary: screen is producing invalid TERMCAPs Project: GNU Screen Submitted by: None Submitted on: Wed 22 Aug 2018 09:32:07 PM UTC Category: Program Logic