connectbot-commits
[Prev] Thread [Next] | [Prev] Date [Next]
Issue 156 in connectbot: Narrow column width for local sessions using vi codesite-noreply Mon Jun 22 15:01:09 2009
Comment #3 on issue 156 by ansible07: Narrow column width for local
sessions using vi
http://code.google.com/p/connectbot/issues/detail?id=156
I think I see the problem.
Check line 183 of src/org/connectbot/transport/Local.java.
I think the function signature is:
public static native void setPtyWindowSize(FileDescriptor fd, int row, int
col, int
xpixel, int ypixel);
So it looks like the row and column parameters to
mExec_setPtyWindowSize.invoke() are
swapped.
Attached is an untested patch... I'm having Eclipse issues...
Attachments:
column_fix.diff 584 bytes
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"ConnectBot Commits" group.
To post to this group, send email to [EMAIL PROTECTED]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/connectbot-commits?hl=en
-~----------~----~----~----~------~----~------~--~---
- Issue 156 in connectbot: Narrow column width for local sessions using vi codesite-noreply
- Issue 156 in connectbot: Narrow column width for local sessions using vi codesite-noreply
- Issue 156 in connectbot: Narrow column width for local sessions using vi codesite-noreply
- Issue 156 in connectbot: Narrow column width for local sessions using vi codesite-noreply <=
- Issue 156 in connectbot: Narrow column width for local sessions using vi codesite-noreply