Ticket #1974 (closed enhancement: wontfix)
putty should be recognized as xterm-compliant - reopen of #49
Reported by: | mirkobau | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 4.7 |
Component: | mc-core | Version: | 4.7.0.1 |
Keywords: | putty xterm | Cc: | |
Blocked By: | Blocking: | ||
Branch state: | no branch | Votes for changeset: |
Description
In that ticket the solution was: use environment variable TERM=xterm.
But the problem is different: the terminals putty and putty-256color exists, and are xterm-alike.
I think it could be a good idea to add a check in main.c and key.c, in addition to the already-existent checks for konsole, rxvt, and others.
I attached my patch to mc-4.7.0.1 version.
Attachments
Change History
comment:2 in reply to: ↑ 1 Changed 15 years ago by mirkobau
Replying to andrew_b:
Seems you patch removes check of putty. :)
DOH! veeery sorry, the patch is inverted (works with: patch -R).
here is the good patch.
Changed 13 years ago by mirkobau
- Attachment mc-4.7.5.5.patch added
Patch for xterm-alike putty TERMs / mc-4.7.5.5
comment:3 Changed 13 years ago by mirkobau
- Branch state set to no branch
Here's the patch for mc-4.7.5.5.
Note: See
TracTickets for help on using
tickets.
Seems you patch removes check of putty. :)