mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-09 19:00:46 +00:00
Update ncurses and owning-ref dependencies
This commit is contained in:
parent
39405ba1ec
commit
5003095171
@ -29,7 +29,7 @@ repository = "gyscos/Cursive"
|
||||
log = "0.4"
|
||||
maplit = "1.0.0"
|
||||
num = "0.1"
|
||||
owning_ref = { git = "https://github.com/gyscos/owning-ref-rs" }
|
||||
owning_ref = "0.3.3"
|
||||
toml = "0.4"
|
||||
unicode-segmentation = "1.0"
|
||||
unicode-width = "0.1"
|
||||
@ -52,7 +52,7 @@ version = "0.3"
|
||||
[dependencies.ncurses]
|
||||
features = ["wide"]
|
||||
optional = true
|
||||
version = "5.87.0"
|
||||
version = "5.91.0"
|
||||
|
||||
[dependencies.pancurses]
|
||||
features = ["wide"]
|
||||
|
@ -230,8 +230,7 @@ impl backend::Backend for Concrete {
|
||||
Effect::Reverse => ncurses::A_REVERSE(),
|
||||
Effect::Simple => ncurses::A_NORMAL(),
|
||||
Effect::Bold => ncurses::A_BOLD(),
|
||||
// Effect::Italic => ncurses::A_ITALIC(),
|
||||
Effect::Italic => ncurses::A_NORMAL(),
|
||||
Effect::Italic => ncurses::A_ITALIC(),
|
||||
Effect::Underline => ncurses::A_UNDERLINE(),
|
||||
};
|
||||
ncurses::attron(style);
|
||||
|
Loading…
Reference in New Issue
Block a user