-
Notifications
You must be signed in to change notification settings - Fork 3
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
[patch] WindowCascade action #4184
Comments
|
|
Following comment:2:#4186 I've merged the #4185-4186 's into this one. Patch is attached. I've also:
IMO -w is a very good option – it's read as "-w(indowed)". All other possible options like -c, -C are already taken, so the -w is quite a lucky last resort.
It would be difficult to add options just for mcedit as the code doesn't have such option-palette (like e.g.: --help-terminal). Plus the fact that mc has the option -e which basically works like the mcedit symlink – so it has sense to include -w/-T in general options. |
|
Replying to psprint:
"windowed" != "cascade"
Why misc/mc.default.emacs is ignored?
Reduce variable scope as much as possible. |
For me -w seems natural for the cascade view… But I'm not going to cling on it, if you have better idea.
I'm attaching a patch with:
|
|
Important
This issue was migrated from Trac:
psprint
(sg44567@….com)windows
,cascade
Hi!
I've implemented the main part of the requested non-fullscreen mode startup (see post).
The patch is fairly simple. It just:
The implementation is a simple loop that arranges the windows in cascade arrangement. It's somewhat intelligent as it gradually lowers the shift between windows as seen in the asciicast.
Note
Original attachments:
psprint
(sg44567@….com) onJan 23, 2021 at 20:45 UTC
psprint
(sg44567@….com) onJan 24, 2021 at 6:07 UTC
psprint
(sg44567@….com) onJan 24, 2021 at 8:14 UTC
The text was updated successfully, but these errors were encountered: