Skip to content

Commit d766990

Browse files
committed
0.4.2
1 parent 9917ae2 commit d766990

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bk"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
authors = ["James Campos <james.r.campos@gmail.com>"]
55
edition = "2018"
66
license = "MIT"

src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@ impl View for Page {
304304
let c = bk.chap();
305305
let line_end = min(bk.line + bk.rows, c.lines.len());
306306

307+
// XXX does not pick up combined bold italic state if both attributes start above screen
307308
let attrs = {
308309
let text_start = c.lines[bk.line].0;
309310
let text_end = c.lines[line_end - 1].1;

0 commit comments

Comments
 (0)