alacritty/src
Christian Duerr 9bdac6b50a Add cursor style option (#928)
The default cursor can now be configured through the cursor_style field
of the config. Valid options include Block, Underline, and Beam.

The default can be restored by sending \e[0q as in VTE terminals.

Live config reloading is supported for this parameter.
2017-12-03 13:38:42 -08:00
..
renderer clippy: do and don't pass some things by reference as suggested (needless_pass_by_value, needless_borrow). 2017-12-03 12:50:40 -08:00
term Add cursor style option (#928) 2017-12-03 13:38:42 -08:00
ansi.rs Add cursor style option (#928) 2017-12-03 13:38:42 -08:00
cli.rs clippy: string constants do not need to have static lifetime (const_static_lifetime). 2017-12-03 12:50:40 -08:00
config.rs Add cursor style option (#928) 2017-12-03 13:38:42 -08:00
display.rs clippy: do and don't pass some things by reference as suggested (needless_pass_by_value, needless_borrow). 2017-12-03 12:50:40 -08:00
event.rs Set urgent WM flag on bell on X11 systems (#812) 2017-10-21 16:03:58 -07:00
event_loop.rs fix some typos in comments 2017-10-30 09:25:13 -07:00
grid.rs Use clippy = "*", update, and fix some warnings (#796) 2017-09-27 17:29:44 -07:00
index.rs Clippy fixes! 2017-01-06 20:44:51 -08:00
input.rs Rewrite err_println to eprintln introduced in Rust 1.19 (#799) 2017-10-22 08:42:40 -07:00
lib.rs Output more info for `--version` (#888) 2017-11-11 17:17:47 -08:00
logging.rs Add support for env_logger 2017-10-08 22:20:58 -07:00
macros.rs Rewrite err_println to eprintln introduced in Rust 1.19 (#799) 2017-10-22 08:42:40 -07:00
main.rs clippy: do and don't pass some things by reference as suggested (needless_pass_by_value, needless_borrow). 2017-12-03 12:50:40 -08:00
meter.rs Fix typo in rustdoc (#654) 2017-07-08 10:33:17 -07:00
selection.rs clippy: do and don't pass some things by reference as suggested (needless_pass_by_value, needless_borrow). 2017-12-03 12:50:40 -08:00
sync.rs Fix some compiler warnings 2016-09-23 10:12:11 -07:00
tty.rs clippy: do and don't pass some things by reference as suggested (needless_pass_by_value, needless_borrow). 2017-12-03 12:50:40 -08:00
util.rs Add better printing for ref test failure 2017-04-03 20:44:23 -07:00
window.rs Revert "Wait to display window until initialization is complete (#907)" 2017-11-20 09:30:57 -08:00