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

Add window display parameters #173

Closed
DeepTulip opened this issue Nov 22, 2023 · 0 comments · Fixed by #290
Closed

Add window display parameters #173

DeepTulip opened this issue Nov 22, 2023 · 0 comments · Fixed by #290
Labels
C-enhancement Category: New feature or request C-question Category: Further information is requested

Comments

@DeepTulip
Copy link

Is it possible to add a parameter that defines the position and size of the window?
For example --win-pos=0,0,2000,1000

It's a bit annoying to have to manually resize the window every time you start inlyne.

--
BTW, I encountered a small reported error:

thread '<unnamed>' panicked at src\text.rs:211:17:
attempt to subtract with overflow

The fix is:

if index > 0
{
index -= 1;
};

--

Thank you very much for this software, it is exactly what I was expecting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category: New feature or request C-question Category: Further information is requested
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants