Skip to content

Commit

Permalink
Merge pull request #206 from lotabout/ticket-205
Browse files Browse the repository at this point in the history
fix #205 tabstop of selection was initialized to 0
  • Loading branch information
lotabout authored Aug 2, 2019
2 parents eaf1ef5 + 0ff61f1 commit 7323974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/selection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ impl Selection {
line_cursor: 0,
hscroll_offset: 0,
height: AtomicUsize::new(0),
tabstop: 0,
tabstop: 8,
multi_selection: false,
reverse: false,
no_hscroll: false,
Expand Down

0 comments on commit 7323974

Please sign in to comment.