What is the text command for naming a window in gnu-screen?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP












4














I have created a long running screen session with many windows and the C-a A command to rename a window is not working. What is the text command for renaming a window?



I have tried :caption string windowname but it doesn't work. Is that the right command or am I missing something?










share|improve this question





















  • does this answer your question? superuser.com/questions/370510/rename-screen-session
    – lesmana
    Oct 7 '16 at 6:25










  • That question is for changing the name of the session. My question is about renaming the windows within the session
    – vfclists
    Oct 7 '16 at 6:29















4














I have created a long running screen session with many windows and the C-a A command to rename a window is not working. What is the text command for renaming a window?



I have tried :caption string windowname but it doesn't work. Is that the right command or am I missing something?










share|improve this question





















  • does this answer your question? superuser.com/questions/370510/rename-screen-session
    – lesmana
    Oct 7 '16 at 6:25










  • That question is for changing the name of the session. My question is about renaming the windows within the session
    – vfclists
    Oct 7 '16 at 6:29













4












4








4







I have created a long running screen session with many windows and the C-a A command to rename a window is not working. What is the text command for renaming a window?



I have tried :caption string windowname but it doesn't work. Is that the right command or am I missing something?










share|improve this question













I have created a long running screen session with many windows and the C-a A command to rename a window is not working. What is the text command for renaming a window?



I have tried :caption string windowname but it doesn't work. Is that the right command or am I missing something?







gnu-screen window-title






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Oct 7 '16 at 6:14









vfclists

2,62962845




2,62962845











  • does this answer your question? superuser.com/questions/370510/rename-screen-session
    – lesmana
    Oct 7 '16 at 6:25










  • That question is for changing the name of the session. My question is about renaming the windows within the session
    – vfclists
    Oct 7 '16 at 6:29
















  • does this answer your question? superuser.com/questions/370510/rename-screen-session
    – lesmana
    Oct 7 '16 at 6:25










  • That question is for changing the name of the session. My question is about renaming the windows within the session
    – vfclists
    Oct 7 '16 at 6:29















does this answer your question? superuser.com/questions/370510/rename-screen-session
– lesmana
Oct 7 '16 at 6:25




does this answer your question? superuser.com/questions/370510/rename-screen-session
– lesmana
Oct 7 '16 at 6:25












That question is for changing the name of the session. My question is about renaming the windows within the session
– vfclists
Oct 7 '16 at 6:29




That question is for changing the name of the session. My question is about renaming the windows within the session
– vfclists
Oct 7 '16 at 6:29










2 Answers
2






active

oldest

votes


















2














That is the title command, e.g,.



:title bad-window


In the manual:




title [windowtitle]



Set the name of the current window to windowtitle. If no name is specified, screen prompts for one. This command was known as aka in previous releases.




If the shortcut is not working, of course, the long name may not work either.






share|improve this answer




















  • The shortcut was not working but the title command worked. Something must have happened to screen's key handling. How many windows can be run within screen
    – vfclists
    Oct 7 '16 at 9:50










  • I had become so accustomed to C-a A that I had forgotten that there was command line alternative
    – vfclists
    Oct 7 '16 at 13:30


















1














Also there is a very simple handy cheat-sheet designed for screen using its own help command‌ (Ctrl + a:help or Ctrl + a ?) which helps to remember all shortcuts and their actions:



In your case the shortcut key A is assigned to keyword title on its help. (Just needs to remember all documented shortcut keys require to press Ctrl+a or (C-a) before being pressed.)






share|improve this answer




















    Your Answer








    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "106"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f314890%2fwhat-is-the-text-command-for-naming-a-window-in-gnu-screen%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    2














    That is the title command, e.g,.



    :title bad-window


    In the manual:




    title [windowtitle]



    Set the name of the current window to windowtitle. If no name is specified, screen prompts for one. This command was known as aka in previous releases.




    If the shortcut is not working, of course, the long name may not work either.






    share|improve this answer




















    • The shortcut was not working but the title command worked. Something must have happened to screen's key handling. How many windows can be run within screen
      – vfclists
      Oct 7 '16 at 9:50










    • I had become so accustomed to C-a A that I had forgotten that there was command line alternative
      – vfclists
      Oct 7 '16 at 13:30















    2














    That is the title command, e.g,.



    :title bad-window


    In the manual:




    title [windowtitle]



    Set the name of the current window to windowtitle. If no name is specified, screen prompts for one. This command was known as aka in previous releases.




    If the shortcut is not working, of course, the long name may not work either.






    share|improve this answer




















    • The shortcut was not working but the title command worked. Something must have happened to screen's key handling. How many windows can be run within screen
      – vfclists
      Oct 7 '16 at 9:50










    • I had become so accustomed to C-a A that I had forgotten that there was command line alternative
      – vfclists
      Oct 7 '16 at 13:30













    2












    2








    2






    That is the title command, e.g,.



    :title bad-window


    In the manual:




    title [windowtitle]



    Set the name of the current window to windowtitle. If no name is specified, screen prompts for one. This command was known as aka in previous releases.




    If the shortcut is not working, of course, the long name may not work either.






    share|improve this answer












    That is the title command, e.g,.



    :title bad-window


    In the manual:




    title [windowtitle]



    Set the name of the current window to windowtitle. If no name is specified, screen prompts for one. This command was known as aka in previous releases.




    If the shortcut is not working, of course, the long name may not work either.







    share|improve this answer












    share|improve this answer



    share|improve this answer










    answered Oct 7 '16 at 8:47









    Thomas Dickey

    52.1k594164




    52.1k594164











    • The shortcut was not working but the title command worked. Something must have happened to screen's key handling. How many windows can be run within screen
      – vfclists
      Oct 7 '16 at 9:50










    • I had become so accustomed to C-a A that I had forgotten that there was command line alternative
      – vfclists
      Oct 7 '16 at 13:30
















    • The shortcut was not working but the title command worked. Something must have happened to screen's key handling. How many windows can be run within screen
      – vfclists
      Oct 7 '16 at 9:50










    • I had become so accustomed to C-a A that I had forgotten that there was command line alternative
      – vfclists
      Oct 7 '16 at 13:30















    The shortcut was not working but the title command worked. Something must have happened to screen's key handling. How many windows can be run within screen
    – vfclists
    Oct 7 '16 at 9:50




    The shortcut was not working but the title command worked. Something must have happened to screen's key handling. How many windows can be run within screen
    – vfclists
    Oct 7 '16 at 9:50












    I had become so accustomed to C-a A that I had forgotten that there was command line alternative
    – vfclists
    Oct 7 '16 at 13:30




    I had become so accustomed to C-a A that I had forgotten that there was command line alternative
    – vfclists
    Oct 7 '16 at 13:30













    1














    Also there is a very simple handy cheat-sheet designed for screen using its own help command‌ (Ctrl + a:help or Ctrl + a ?) which helps to remember all shortcuts and their actions:



    In your case the shortcut key A is assigned to keyword title on its help. (Just needs to remember all documented shortcut keys require to press Ctrl+a or (C-a) before being pressed.)






    share|improve this answer

























      1














      Also there is a very simple handy cheat-sheet designed for screen using its own help command‌ (Ctrl + a:help or Ctrl + a ?) which helps to remember all shortcuts and their actions:



      In your case the shortcut key A is assigned to keyword title on its help. (Just needs to remember all documented shortcut keys require to press Ctrl+a or (C-a) before being pressed.)






      share|improve this answer























        1












        1








        1






        Also there is a very simple handy cheat-sheet designed for screen using its own help command‌ (Ctrl + a:help or Ctrl + a ?) which helps to remember all shortcuts and their actions:



        In your case the shortcut key A is assigned to keyword title on its help. (Just needs to remember all documented shortcut keys require to press Ctrl+a or (C-a) before being pressed.)






        share|improve this answer












        Also there is a very simple handy cheat-sheet designed for screen using its own help command‌ (Ctrl + a:help or Ctrl + a ?) which helps to remember all shortcuts and their actions:



        In your case the shortcut key A is assigned to keyword title on its help. (Just needs to remember all documented shortcut keys require to press Ctrl+a or (C-a) before being pressed.)







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Dec 23 '18 at 0:28









        Mojtaba Rezaeian

        1114




        1114



























            draft saved

            draft discarded
















































            Thanks for contributing an answer to Unix & Linux Stack Exchange!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.





            Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


            Please pay close attention to the following guidance:


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f314890%2fwhat-is-the-text-command-for-naming-a-window-in-gnu-screen%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown






            Popular posts from this blog

            How to check contact read email or not when send email to Individual?

            Bahrain

            Postfix configuration issue with fips on centos 7; mailgun relay