Skip to content

Commit

Permalink
fix #205 tabstop of selection was initialized to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
lotabout committed Jul 30, 2019
1 parent eaf1ef5 commit 0ff61f1
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 0ff61f1

Please sign in to comment.