Opened 11 years ago
Closed 11 years ago
#10390 closed bug (fixed)
screenmode does crazy things when fed a modeline
Reported by: | gordonjcp | Owned by: | anevilyak |
---|---|---|---|
Priority: | low | Milestone: | R1 |
Component: | Applications/Command Line Tools | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Because of a couple of typos in screenmode.cpp the vertical part of the modeline is read as the horizontal part. This means that attempting to adjust and set modelines causes all sorts of crazy undefined behaviour.
The attached patch fixes this.
Attachments (1)
Change History (4)
by , 11 years ago
Attachment: | 0001-fix-modeline-being-read-incorrectly.patch added |
---|
comment:1 by , 11 years ago
patch: | 0 → 1 |
---|
comment:2 by , 11 years ago
Component: | - General → Applications/Command Line Tools |
---|---|
Owner: | changed from | to
Status: | new → in-progress |
comment:3 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | in-progress → closed |
Applied in hrev46651. Thanks!
Note:
See TracTickets
for help on using tickets.
Patch to fix screenmode