[screen-devel] [bug #48848] ignoring -T parameter

2024-04-04 Thread Valentin Nechayev
Follow-up Comment #9, bug #48848 (group screen): Still reproducing - at Ubuntu 22.04, 20.04, both for the Ubuntu package and manually built from the same version (4.8.0). ___ Reply to this item at:

[screen-devel] [bug #48848] ignoring -T parameter

2016-09-14 Thread Amadeusz Sławiński
Update of bug #48848 (project screen): Status:Works For Me => Confirmed ___ Follow-up Comment #8: So I posted why we end up with "screen.xterm" or alike in previous comment. I think it's more of

[screen-devel] [bug #48848] ignoring -T parameter

2016-09-14 Thread Amadeusz Sławiński
Follow-up Comment #7, bug #48848 (project screen): char * MakeTermcap(aflag) int aflag; { char buf[TERMCAP_BUFSIZE]; register char *p, *cp, *s, ch, *tname; int i, wi, he; #if 0 int found; #endif if (display) ### Check if we are on tty { wi = D_width; he = D_height;

[screen-devel] [bug #48848] ignoring -T parameter

2016-09-14 Thread Josef Ridky
Follow-up Comment #6, bug #48848 (project screen): Hi, thanks for recommendations. I have compared termcap.c file from git and from Fedora package and they are identical. I have tried even copy termfiles to ~/.terminfo folder (as you wrote in previous comment) but even now I am not able to set '

[screen-devel] [bug #48848] ignoring -T parameter

2016-09-10 Thread Amadeusz Sławiński
Follow-up Comment #5, bug #48848 (project screen): http://git.savannah.gnu.org/cgit/screen.git/tree/src/termcap.c?h=screen-v4#n850 For analyzing $TERM setting behaviour you want to check lines between 850 and 926 in termcap.c. One thing I will note that one should be able to copy termfiles to ta

[screen-devel] [bug #48848] ignoring -T parameter

2016-09-05 Thread Josef Ridky
Follow-up Comment #4, bug #48848 (project screen): Hi, I have found something interesting, in Fedora (but I don't know, if only there or if is this presented even on other OS) we are not able to set terminal type to 'screen' only using -T parameter. Any other terminal value can be set without any

[screen-devel] [bug #48848] ignoring -T parameter

2016-08-22 Thread Josef Ridky
Follow-up Comment #3, bug #48848 (project screen): Hi again, I have tried the screen version from git master branch. Unfortunately, described problem persists for me. I will compare screen package from Fedora with upstream version (4.4.0), just to find, if there wasn't problem with upgrade in Fe

[screen-devel] [bug #48848] ignoring -T parameter

2016-08-22 Thread Josef Ridky
Follow-up Comment #2, bug #48848 (project screen): Hi, I am using Fedora 24 64-bit, but unfortunately, this is my current output: ~$ echo $TERM xterm-256color ~$ screen -T "screen" ~$ echo $TERM xterm-256color Second echo is used in screen window. I will try it in git-master version of screen

[screen-devel] [bug #48848] ignoring -T parameter

2016-08-22 Thread Alexander Naumov
Update of bug #48848 (project screen): Status:None => Works For Me ___ Follow-up Comment #1: Hey Josef, thank you for submitting bugreport. Unfortunately, I should say I can't reproduce it.

[screen-devel] [bug #48848] ignoring -T parameter

2016-08-22 Thread Josef Ridky
URL: Summary: ignoring -T parameter Project: GNU Screen Submitted by: jridky Submitted on: Mon 22 Aug 2016 07:16:38 AM GMT Category: None Severity: 3 - Normal