index
:
alacritty
alacritty_terminal_v0.21.0
alacritty_terminal_v0.22.0
alacritty_terminal_v0.23.0
alt-esc-unicode
alt-key-tester
antialias-option
bindings_on_crack
borderless-window
bump-glutin-0320
bump_deps
click-links
config-improvements
cursor-blink
cursor-config
dependabot/cargo/bumpalo-3.12.0
display-config-errors
fish-completions-dir-update
fix-deprecated
fix-hidden-cursor
fix-netbsd-build
fix-no-import-migrate
fix-releases
fix_colors
fontconfig
gentoo-install-deps
glutin-0.17-upgrade
initial-window-focus
issue-1115
issue-1150
issue-1336
issue-1582
issue-1773
issue-1786
issue-2145
kchibisov/fixup-manpage-title
kchibisov/winit-02911
kitty-char-no-char-fix
master
nll
not-reset-pixel
numpad-decimal
optimizations
period
playing-around
remove-debugonly-tests
resolver++
rewrite-appdataxml
scroll/fix-alt-grid-size
scroll/fix-tests
scroll/impossible-zero
scrollback
syslog-panics
underline-strikethrough
v0.10.0
v0.10.1
v0.11.0
v0.11.1
v0.12.0
v0.12.1
v0.12.2
v0.12.3
v0.13
v0.14
v0.15
v0.4.0
v0.4.1
v0.4.2
v0.4.3
v0.5.0
v0.6.0
v0.7.0
v0.7.1
v0.7.2
v0.8.0
v0.9.0
vec-deque-backing
wide-chars-fix
winpty-agent-docs
zero-width-chars
zerowidth
A cross-plantform, OpenGL terminal emulator
Alacritty
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ansi.rs
Age
Commit message (
Expand
)
Author
2017-01-08
Fix parsing of coalesced SGR attributes
Joe Wilm
2017-01-06
Remove need for inclusive ranges
Manish Goregaokar
2017-01-06
Remove need for range_contains feature
Manish Goregaokar
2017-01-01
Add support for SGR mouse reporting
Joe Wilm
2016-12-16
Misc formatting fixes
Joe Wilm
2016-12-16
Remove outdated and no longer correct doc
Joe Wilm
2016-12-16
Rustup and clippy
Joe Wilm
2016-12-11
Cleaning up main; Added window module
Joe Wilm
2016-12-11
Implement Handler::identify_terminal for Term
Joe Wilm
2016-12-11
Refactor color list management
Joe Wilm
2016-12-11
Add support for indexed colors
Joe Wilm
2016-12-11
Add support for bracketed paste
Joe Wilm
2016-12-11
Support normal mouse tracking mode
Joe Wilm
2016-11-19
Add support for recording/running ref tests
Joe Wilm
2016-10-28
Support drawing bold test with bright colors
Joe Wilm
2016-10-23
Proof of concept live reloading for colors
Joe Wilm
2016-10-10
Implement blank character insertion
Joe Wilm
2016-09-23
Fix some compiler warnings
Joe Wilm
2016-09-23
Add unhandled `execute` log
Joe Wilm
2016-09-23
Fix missing `esc_dispatch` log
Joe Wilm
2016-09-18
Rewrite ansi parser using vte crate
Joe Wilm
2016-08-19
Add Origin mode to parser
Joe Wilm
2016-08-14
Fix tests
Joe Wilm
2016-07-29
Fix debug printing in ansi
Joe Wilm
2016-07-29
Fix tests in ansi
Joe Wilm
2016-07-23
Fix bug getting stuck in non-CSI escapes
Joe Wilm
2016-07-15
Update to latest nightly
Joe Wilm
2016-07-04
Add some printing for unhandled non-CSI escapes
Joe Wilm
2016-07-04
Add support for application keypad mode
Joe Wilm
2016-07-04
Fix transpose bug with ansi goto
Joe Wilm
2016-07-03
Make ansi::Handler methods strongly typed
Joe Wilm
2016-07-03
Remove ansi::DebugHandler
Joe Wilm
2016-07-03
Make ansi::TermInfo strongly typed
Joe Wilm
2016-06-30
Add config file
Joe Wilm
2016-06-29
Add license headers to source files
Joe Wilm
2016-06-23
Fix bug handling ansi mode sequences
Joe Wilm
2016-06-14
Fix a few compiler warnings
Joe Wilm
2016-06-09
Fix backspace
Joe Wilm
2016-06-09
Fix all trivial compiler warnings
Joe Wilm
2016-06-08
Add support for scrolling regions
Joe Wilm
2016-06-07
Parse a few more ansi terminal mode commands
Joe Wilm
2016-06-06
Fix escape bytes as input bug in ANSI parser
Joe Wilm
2016-06-06
Minor updates to terminal handling
Joe Wilm
2016-06-02
Initial support for Terminal Emulation (woo!)
Joe Wilm
2016-05-28
Initial ANSI parser implementation
Joe Wilm