Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-07 | Removing stale comment. | Michael Brumlow | |
2017-01-07 | Implementing line wrapping. | Michael Brumlow | |
This implementation of line wrapping ensures self.cursor.col is never out of bounds, thus not requiring checking. | |||
2017-01-07 | Better bounds checking. | Michael Brumlow | |
- Remove the use of limit. - Reduce the number of comparisons. When using numbers provided by the PTY for subtractions there is a extra step of ensuring that we won't trigger failure on testing when trying to subtract form zero. ** NOTE ** This commit fails fails the tmux_git_log test. I am submitting a PR to talk about the test. I think the test was generated before a few things were fixed the final test gird still has cells that should have been scrolled off the screen. Also, comparing output from gnome-terminal there is no difference. So this PR is here to discuss and gather information on balding test and discussing the possibility that this test may be flawed. ** NOTE ** | |||
2017-01-07 | Merge pull request #214 from lukaslueg/patch-2 | Joe Wilm | |
Update README.md | |||
2017-01-07 | Update README.md | lukaslueg | |
Small fix for markdown parsing, github fudges this | |||
2017-01-07 | Merge pull request #208 from nottombrown/patch-1 | Joe Wilm | |
Update README.md | |||
2017-01-07 | Update README.md | Tom Brown | |
2017-01-07 | Merge pull request #198 from lukaslueg/patch-1 | Joe Wilm | |
Update README.md | |||
2017-01-07 | Merge pull request #164 from mbrumlow/fix_bounds | Joe Wilm | |
Fixes a slew of bounds issues. | |||
2017-01-07 | Update README.md | lukaslueg | |
Useless use of cat | |||
2017-01-07 | Add instructions for VoidLInux in README.md | Norman | |
2017-01-07 | Merge pull request #138 from honza/master | Joe Wilm | |
Add "shell" option to config | |||
2017-01-07 | Merge pull request #159 from jwilm/fix-intl-input | Joe Wilm | |
Fix issue with some international inputs | |||
2017-01-07 | Merge pull request #188 from coder543/patch-3 | Joe Wilm | |
Change README.md to reflect the current compiler situation | |||
2017-01-07 | Typo | Honza Pokorny | |
2017-01-07 | Change README.md to reflect the current compiler situation | Josh Leverette | |
2017-01-07 | Avoid unwrap when determining proper shell to use | Honza Pokorny | |
2017-01-07 | Avoid unnecessary closure in a map call | Honza Pokorny | |
2017-01-07 | Add doc string to 'shell' config option | Honza Pokorny | |
2017-01-07 | Fixes a slew of bounds issues. | Michael Brumlow | |
2017-01-06 | Fix issue with some international inputs | Joe Wilm | |
cc #87, #55 | |||
2017-01-06 | Merge pull request #131 from Manishearth/stable | Joe Wilm | |
Make it compile on stable Rust (almost) | |||
2017-01-06 | Clippy fixes! | Manish Goregaokar | |
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 range_contains feature | Manish Goregaokar | |
2017-01-06 | Replace need for drop_types_in_const with lazy_static | Manish Goregaokar | |
2017-01-06 | Remove need for step_by feature | Manish Goregaokar | |
2017-01-06 | Merge pull request #151 from dannydulai/master | Joe Wilm | |
shift-tab key binding | |||
2017-01-06 | shift-tab key binding | Danny Dulai | |
2017-01-06 | Add "shell" option to config | Honza Pokorny | |
This allows you to configure the shell to use when alacritty starts. cc: #122 | |||
2017-01-06 | Merge pull request #132 from tomwadley/xwayland-tip | Joe Wilm | |
Add tip for running in XWayland | |||
2017-01-06 | Add tip for running in XWayland | Tom Wadley | |
2017-01-06 | Add blog post to README | Joe Wilm | |
2017-01-06 | Merge pull request #115 from krig/opensuse | Joe Wilm | |
Add installation instructions for openSUSE | |||
2017-01-07 | Add installation instructions for openSUSE | Kristoffer Grönlund | |
2017-01-06 | Make plugin feature optional | Manish Goregaokar | |
2017-01-06 | Merge pull request #91 from coder543/master | Joe Wilm | |
Fix crash when exiting `top` | |||
2017-01-06 | Merge pull request #92 from amikhalev/add-desktop-entry | Joe Wilm | |
Added a freedesktop.org desktop entry and instructions for using it to README.md | |||
2017-01-06 | Merge pull request #86 from benmyles/master | Joe Wilm | |
Add README instruction for Fedora | |||
2017-01-06 | Reduced Desktop Entries heading size | Alex Mikhalev | |
2017-01-06 | Added Alacritty.desktop file and instructions to README.md | Alex Mikhalev | |
2017-01-06 | Merge branch 'master' of github.com:coder543/alacritty | Josh Leverette | |
2017-01-06 | Handle invalid gotos more gracefully. | Josh Leverette | |
2017-01-06 | Add README instruction for Fedora | Ben Myles | |
2017-01-06 | Fix panic when closing window | Joe Wilm | |
Resolves #81. | |||
2017-01-06 | Add default macOS config | Joe Wilm | |
Should solve the `monospace` issue people are seeing for now. | |||
2017-01-06 | Write default config when not found | quininer kel | |
2017-01-06 | Add README instruction for macOS config | Joe Wilm | |
2017-01-06 | Emphasize pre-alpha in the README | Joe Wilm | |