* Add line ending abstraction * Make Buffer::set_text use LineIter * Add ctrl+s for saving to editor
3 lines
133 B
Bash
Executable file
3 lines
133 B
Bash
Executable file
# SPDX-License-Identifier: MIT OR Apache-2.0
|
|
|
|
RUST_LOG="cosmic_text=debug,editor=debug" cargo run --release --package editor -- "$@"
|