alacritty/src
Christian Duerr 1cebcd660b
Fix rendering of zero-width characters
Instead of rendering zero-width characters as full characters, they are
now properly rendered without advancing the cursor.

Because of performance limitations, this implementation only supports up
to 5 zero-width characters per cell. However, as a result of this
limitation there should not be any performance impact.

This fixes #1317, fixes #696 and closes #1318.
2018-12-09 15:28:22 +00:00
..
grid Fix recording of ref tests 2018-12-08 01:50:01 +00:00
renderer Fix rendering of zero-width characters 2018-12-09 15:28:22 +00:00
term Fix rendering of zero-width characters 2018-12-09 15:28:22 +00:00
tty Use tool lints for clippy allow/deny lint attributes 2018-12-07 13:58:11 +00:00
ansi.rs Lower log level of warnings in ansi.rs 2018-11-18 13:48:10 +00:00
cli.rs Display errors and warnings 2018-11-17 14:39:13 +00:00
config.rs Add option for launching Alacritty maximized 2018-11-19 21:23:47 +00:00
display.rs Ignore initial size if the window is maximized on start 2018-11-23 23:41:06 +00:00
event.rs Fix recording of ref tests 2018-12-08 01:50:01 +00:00
event_loop.rs Add support for Windows (#1374) 2018-10-16 10:02:52 -07:00
index.rs Fix clippy issues 2018-11-04 00:11:51 +00:00
input.rs Detach Child process to avoid zombie processes 2018-12-06 21:38:34 +00:00
lib.rs Use tool lints for clippy allow/deny lint attributes 2018-12-07 13:58:11 +00:00
locale.rs Use tool lints for clippy allow/deny lint attributes 2018-12-07 13:58:11 +00:00
logging.rs Use tool lints for clippy allow/deny lint attributes 2018-12-07 13:58:11 +00:00
macros.rs Display errors and warnings 2018-11-17 14:39:13 +00:00
main.rs Change missing config log level to info 2018-12-08 20:51:36 +00:00
meter.rs Remove all instances of unwrap() from config 2018-03-04 22:40:15 +00:00
selection.rs Add option to open URLs on click 2018-10-22 19:39:26 +00:00
sync.rs Fix some compiler warnings 2016-09-23 10:12:11 -07:00
util.rs Detach Child process to avoid zombie processes 2018-12-06 21:38:34 +00:00
window.rs Request user attention when bell received in macOS 2018-12-02 16:11:51 +00:00