-
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
4.8.x subshell input line is limited to 80 characters, and is overwritten when filled instead of continuing on the next line #2907
Comments
|
Replying to drookie (#2907):
Looks like Putty on Windows.
Show the result of command
|
Replying to andrew_b:
Yup ! It is.
(pure bash) |
Please excuse me, I was wrong about 120x45. It is indeed 130x44, bash and the 4.7.5.2 subshell report its geometry correctly, 4.8.6 subshell - does not. |
The main difference I've found between 4.7.5.x and 4.8.x branches is SIWGINCH handler setup: in 4.7.5.x after subshel init, in 4.8.x before one. I created a patch that reverts SIWGINCH handler setup in 4.8.x. Could you please test it? |
|
Sure.
I applied the patch to the DEV branch you gave me in #2906.
From what I see, it seems like nothing changed: the input line is still overwriting, the subshell reports wrong geometry. |
By the way, I tested if this is somehow related to the putty - I can say I can reproduce the bug under the KDE 4.8.4 konsole - FreeBSD 9.1-PRERELEASE, when I use the FreeBSD ssh to log in to the target machine mentioned above. |
Still there in 4.8.8. |
FreeBSD has the 4.8.1.4 version in ports with local patches. I've tried this version on solaris, even with one patch (others were looking like they definitely have nothing to do with a problem), but this is still reproducible. While on FreeBSD it's not. |
Still there in 4.8.12. |
Not reproducible with latest master.
Reproducible with 4.8.13, but not with the latest master.
Bugs fix themselves if you wait enough years :) |
Important
This issue was migrated from Trac:
drookie
(eugene@….in)Subshell input line is limited to 80 characters, and is overwritten when filled instead of continuing on the next line.
Uname:
# uname -a
SunOS anthe 5.11 11.0 i86pc i386 i86pc
Info:
# /usr/local/mc-4.8.6/bin/mc -V
GNU Midnight Commander 4.8.6
Built with GLib 2.28.6
Using the S-Lang library with terminfo database
With builtin Editor
With subshell support as default
With support for background operations
With mouse support on xterm
With support for X11 events
With internationalization support
With multiple codepages support
Virtual File Systems: cpiofs, tarfs, sfs, extfs, ftpfs, fish
Data types: char: 8; int: 32; long: 64; void *: 64; size_t: 64; off_t: 64;
I attached the screenshot demonstrating the issue:
Note
Original attachments:
drookie
(eugene@….in) onSep 29, 2012 at 6:08 UTC
andrew_b
(@aborodin) onSep 30, 2012 at 8:54 UTC
The text was updated successfully, but these errors were encountered: