Opened 12 years ago
Closed 12 years ago
#1500 closed patch (Fixed)
Console client crashes on command longer than terminal width
Reported by: | bjwebb | Owned by: | Cas |
---|---|---|---|
Priority: | major | Milestone: | 1.3.2 |
Component: | Console UI | Version: | 1.3.1 |
Keywords: | Cc: |
Description
If a command is typed in the console client that is longer than the width of the terminal, the client will close itself. This includes typing the command manually, pasting it in, or tab completing.
Attachments (1)
Change History (6)
comment:1 Changed 12 years ago by bjwebb
- Summary changed from Deluge to Console client crashes on command longer than terminal width
comment:2 Changed 12 years ago by Cas
- Milestone changed from Future to 1.3.x
Changed 12 years ago by Cas
comment:3 Changed 12 years ago by Cas
- Milestone changed from 1.3.x to 1.3.2
- Type changed from bug to patch
comment:4 Changed 12 years ago by Cas
- Owner set to Cas
- Status changed from new to accepted
comment:5 Changed 12 years ago by Cas
- Resolution set to fixed
- Status changed from accepted to closed
1.3-stable: 87f871f40a
Note: See
TracTickets for help on using
tickets.
I have attached a patch that will suppress the errors. It will not solve the issue that the cursor is off the screen and cannot see what you are typing but it does stop it crashing.