Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting Window titles #41

Open
vanrein opened this issue Aug 4, 2019 · 2 comments
Open

Setting Window titles #41

vanrein opened this issue Aug 4, 2019 · 2 comments
Assignees

Comments

@vanrein
Copy link
Contributor

vanrein commented Aug 4, 2019

I am building a demo environment with TWIN. To that end, I am creating windows from menu items and found two ways this could be improved.

(1) Is there a way to set window titles in ExecTty? It could help when setting applications in AddToMenu, to keep windows apart. I suspect I can send a message somewhere, but can't find the documentation about what goes where. The message sending is a powerful idea that could really use some documentation (especially, a list of possibilities).

(2) In AddToMenu, multiple commands with surrounding brackets might be helpful to avoid the somewhat tedious need to declare AddToFunc and pick a name for any multiple-step action. This may be generally useful, by saying

func  : ...
      | '(' func_list ')'
      ;

func_list : func
          | func_list func
          ;
@vanrein
Copy link
Contributor Author

vanrein commented Aug 4, 2019

I think (2) can be done as shown here but I don't understand autotools well enough to generate the rcparse_tab.* properly, and was left without missing.c -- stuck in your build structures.

@vanrein
Copy link
Contributor Author

vanrein commented Aug 4, 2019

Worked around the build structures, and got it to work. See PR #42.

Question (1) remains.

@cosmos72 cosmos72 self-assigned this Aug 5, 2019
@cosmos72 cosmos72 changed the title [Enhancement] Setting Window titles Setting Window titles Aug 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants