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
/
grid.rs
Age
Commit message (
Expand
)
Author
2018-01-06
Add clippy check to travis
Christian Duerr
2017-09-27
Use clippy = "*", update, and fix some warnings (#796)
Aaron Hill
2017-06-19
Implement semantic and line selection dragging
Joe Wilm
2017-04-20
Fix some bugs with resize
Joe Wilm
2017-04-19
Pass scrolling region tests in vttest 2
Joe Wilm
2017-04-03
Add better printing for ref test failure
Joe Wilm
2017-02-11
Move color list to Term struct
Joe Wilm
2017-02-07
Semantic Selection
Xiaoyu Yin
2017-01-23
Use the log-crate instead of printing to stdout
Lukas Lueg
2017-01-06
Add `nightly` feature, use for `unlikely` intrinsic
Manish Goregaokar
2017-01-06
Remove need for inclusive ranges
Manish Goregaokar
2017-01-06
Remove need for step_by feature
Manish Goregaokar
2016-12-29
Unify Cursor, Location and name it Point
Joe Wilm
2016-12-22
Implement visual component of mouse selections
Joe Wilm
2016-12-16
Misc formatting fixes
Joe Wilm
2016-12-16
Rustup and clippy
Joe Wilm
2016-11-19
Add support for recording/running ref tests
Joe Wilm
2016-09-18
Make use of `unlikely` intrinsic
Joe Wilm
2016-09-18
Minor fixes
Joe Wilm
2016-09-16
Fix crash
Joe Wilm
2016-08-22
Scrolling v2
Joe Wilm
2016-07-29
Remove unnecessary calls in grid
Joe Wilm
2016-07-03
Move ::grid::index to ::index
Joe Wilm
2016-07-03
Grid API is now generic and strongly typed
Joe Wilm
2016-07-02
Improve ergonomics of iterating on grid::Row
Joe Wilm
2016-07-01
Implement Term::erase_chars
Joe Wilm
2016-06-29
Add license headers to source files
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-14
Add support for macOS
Joe Wilm
2016-06-08
Add support for scrolling regions
Joe Wilm
2016-06-06
Tweak some Grid methods
Joe Wilm
2016-06-06
Fix bug where there were extra grid rows
Joe Wilm
2016-06-06
Terminal sets more attributes on grid Cells
Joe Wilm
2016-06-06
Add support for drawing background colors
Joe Wilm
2016-06-04
Add iterator methods to Grid and Row types
Joe Wilm
2016-06-02
Initial support for Terminal Emulation (woo!)
Joe Wilm
2016-05-21
Add render time meter
Joe Wilm
2016-04-11
Use subpixel font rendering
Joe Wilm
2016-04-10
Add a Grid
Joe Wilm