Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:
Description
When pasting preformatted program text, line breaks are sometimes dropped out. For example,
't=.*:x,y';'+/t'
┌────────┬───┐
│t=.*:x,y│+/t│
└────────┴───┘
(which aligns correctly in monospace) may appear as
't=.*:x,y';'+/t' ┌────────┬───┐ │t=.*:x,y│+/t│ └────────┴───┘
requiring detailed editing.
't=.*:x,y';'+/t'
┌────────┬───┐
│t=.*:x,y│+/t│
└────────┴───┘
(which aligns correctly in monospace) may appear as
't=.*:x,y';'+/t' ┌────────┬───┐ │t=.*:x,y│+/t│ └────────┴───┘
requiring detailed editing.