Merge branch 'no-global-buffer' into 'master'
Remove the global buffer and instead a context-specific one See merge request redox-os/liner!20
Showing
... | ... | @@ -19,6 +19,7 @@ name = "liner" |
bytecount = "0.3.1" | ||
termion = { git = "https://gitlab.redox-os.org/redox-os/termion" } | ||
unicode-width = "0.1.*" | ||
itertools = "*" | ||
[dev-dependencies] | ||
regex = "1.0.0" |
This diff is collapsed.
Please register or sign in to comment