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
Age
Commit message (
Expand
)
Author
2016-07-29
Fix debug printing in ansi
Joe Wilm
2016-07-29
Add test for input
Joe Wilm
2016-07-29
Early return in input handling
Joe Wilm
2016-07-29
Switch to write_all in input handler
Joe Wilm
2016-07-29
Move debug macros to macros.rs
Joe Wilm
2016-07-29
Remove unnecessary calls in grid
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-16
Add more debug printing
Joe Wilm
2016-07-16
Fix Control-H bug
Joe Wilm
2016-07-16
Fix bug in newline
Joe Wilm
2016-07-16
Fix bug rendering inverted cells
Joe Wilm
2016-07-15
Update to latest nightly
Joe Wilm
2016-07-12
Remove noisey printing on macOS
Joe Wilm
2016-07-04
Fix some compiler warnings
Joe Wilm
2016-07-04
Use "invert" cursor instead of drawing block
Joe Wilm
2016-07-04
Fix bug with scrolling regions
Joe Wilm
2016-07-04
Add some printing for unhandled non-CSI escapes
Joe Wilm
2016-07-04
Fix some debug printing in term
Joe Wilm
2016-07-04
Fix resizing on macOS
Joe Wilm
2016-07-04
Correctly handle Backspace and Delete
Joe Wilm
2016-07-04
Add support for application keypad mode
Joe Wilm
2016-07-04
Term::ansi::Handler methods use debug_println!
Joe Wilm
2016-07-04
Merge renderer and input handling threads
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-07-03
Move ::grid::index to ::index
Joe Wilm
2016-07-03
Remove now unused CursorExt
Joe Wilm
2016-07-03
Mark ansi::Handler methods for Term with #[inline]
Joe Wilm
2016-07-03
Grid API is now generic and strongly typed
Joe Wilm
2016-07-02
Move WriteNotifier type into input module
Joe Wilm
2016-07-02
Improve ergonomics of iterating on grid::Row
Joe Wilm
2016-07-01
Implement Term::erase_chars
Joe Wilm
2016-07-01
Fix sign error with scroll directions
Joe Wilm
2016-07-01
Improve pty reading and renderer synchronization
Joe Wilm
2016-06-30
Vendor upcoming Utf8Chars iterator from libstd
Joe Wilm
2016-06-30
Add config file
Joe Wilm
2016-06-29
Add license header to glsl files
Joe Wilm
2016-06-29
Add license headers to source files
Joe Wilm
2016-06-29
Fix resizing on macOS
Joe Wilm
2016-06-29
Implement terminal resizing
Joe Wilm
2016-06-28
Refactor Tty and Grid creation into Term::new
Joe Wilm
2016-06-27
Enable vsync
Joe Wilm
2016-06-24
Fix subpixel rendering for macOS
Joe Wilm
2016-06-23
Function keys send escape sequences
Joe Wilm
2016-06-23
Implement special input handling
Joe Wilm
2016-06-23
Fix bug handling ansi mode sequences
Joe Wilm
2016-06-14
Fix a few compiler warnings
Joe Wilm
[next]