bugGNU Screen - Bugs: bug #48570, set the session name with...

 
 

bug #48570: set the session name with 'sessionname' on configuration file lock the terminal resizing

Submitter:  None
Submitted:  Wed 20 Jul 2016 10:35:15 AM UTC
   
 
Category:  None Severity:  3 - Normal
Priority:  * 5 - Normal Status:  Confirmed
Privacy:  Public Assigned to:  None
Open/Closed:  Open Release:  None
Fixed Release:  None Planned Release:  None
Work Required:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 31 Jan 2018 08:47:33 AM UTC, comment #3: 

Do you have some idea about solution of this issue?
Is it screen or perhaps terminal related issue?

Josef Ridky <jridky>
Sun 24 Jul 2016 09:45:16 AM UTC, comment #2: 

No need to make separate config, it seems calling sessionname in running screen is enough to reproduce.

Amadeusz Sławiński <amade>
Group administrator
Wed 20 Jul 2016 10:51:48 AM UTC, comment #1: 

I apologise, I forget to login before bug submition.

Feel free to contact me (add comment to this bug) if you have its solution.

Regards
Josef
-email is unavailable-

Josef Ridky <jridky>
Wed 20 Jul 2016 10:35:15 AM UTC, original submission:  

Description of problem:

When the 'sessionname' is used to set the session name of a new screen session the terminal resizing works on window, but the 'tput' command still showing the initial size.

Version-Release number:

screen-4.1.0 and higher

How reproducible:


Steps to Reproduce:
1. Open a new window, could be used 'gnome-terminal' or 'xterm' command:

$ xterm

2. Create a screen configuration file setting a session name:

$ cat /tmp/screen-testing.rc
sessionname TESTING

3. Execute the 'screen' command setting the configuration file and check the current terminal size:

$ screen -c /tmp/screen-testing.rc
$ tput lines
24
$ tput cols
80

4. Resize the window and execute the 'tput' commands again:

$ tput lines
$ tput col

Actual results:
$ tput lines
24
$ tput cols
80

Expected results:
$ tput lines
34
$ tput cols
101

Can anyone help how to solve it?
Regards
Josef Ridky


Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by amade (Posted a comment)
  • -email is unavailable- added by jridky (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2016-07-24 amade StatusNone Confirmed
    2016-07-20 jridky Carbon-CopyRemoved jridky -
    2016-07-20 jridky Carbon-Copy- Added jridky

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code