alacritty/src
Robert Günzler 16c0e24d8e Add 'borderless' option
Until winit gives us more capabilities in regard to window decorations
this implements a simple switch that renders the window without any
title bar or border
2017-12-22 13:14:47 -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 'borderless' option 2017-12-22 13:14:47 -08:00
display.rs Add 'borderless' option 2017-12-22 13:14:47 -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 Remove the launcher and set the locale/current directory in alacritty (#879) 2017-12-13 09:52:36 -08:00
locale.rs Remove the launcher and set the locale/current directory in alacritty (#879) 2017-12-13 09:52:36 -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 Remove the launcher and set the locale/current directory in alacritty (#879) 2017-12-13 09:52:36 -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 Add 'borderless' option 2017-12-22 13:14:47 -08:00