aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-01-08Add logging to test alt handlingalt-key-testerJoe Wilm
cc #93
2017-01-08Fix parsing of coalesced SGR attributesJoe Wilm
cc #116
2017-01-07Merge pull request #216 from mbrumlow/better_bounds_checkingJoe Wilm
Better bounds checking.
2017-01-07Merge pull request #224 from valarauca/masterJoe Wilm
Enabled Rustc's Link Time Optimization
2017-01-07Enabled Rustc' Link Time Optimizationcody
2017-01-07Changes requested.Michael Brumlow
- Rename wrap to input_needs_wrap and providing documentation. - Standardize on min. - Optimization on subtracting col.
2017-01-07Merge pull request #220 from mbrumlow/resize_fixJoe Wilm
Fixing resize crashes.
2017-01-07Fixing resize crashes.Michael Brumlow
Most of the crashes on resize were due to columns and lines being set to zero. This causes all sorts of other checks within the code to ensure these values are greater than zero before running calculations. To avoid this we just need to ensure that lines and columns are some non zero value. This is seems to be what gnome terminal does. I have selected 2 lines and two columns for min terminal size for now.
2017-01-07Removing stale comment.Michael Brumlow
2017-01-07Implementing line wrapping.Michael Brumlow
This implementation of line wrapping ensures self.cursor.col is never out of bounds, thus not requiring checking.
2017-01-07Better 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-07Merge pull request #214 from lukaslueg/patch-2Joe Wilm
Update README.md
2017-01-07Update README.mdlukaslueg
Small fix for markdown parsing, github fudges this
2017-01-07Merge pull request #208 from nottombrown/patch-1Joe Wilm
Update README.md
2017-01-07Update README.mdTom Brown
2017-01-07Merge pull request #198 from lukaslueg/patch-1Joe Wilm
Update README.md
2017-01-07Merge pull request #164 from mbrumlow/fix_boundsJoe Wilm
Fixes a slew of bounds issues.
2017-01-07Update README.mdlukaslueg
Useless use of cat
2017-01-07Add instructions for VoidLInux in README.mdNorman
2017-01-07Merge pull request #138 from honza/masterJoe Wilm
Add "shell" option to config
2017-01-07Merge pull request #159 from jwilm/fix-intl-inputJoe Wilm
Fix issue with some international inputs
2017-01-07Merge pull request #188 from coder543/patch-3Joe Wilm
Change README.md to reflect the current compiler situation
2017-01-07TypoHonza Pokorny
2017-01-07Change README.md to reflect the current compiler situationJosh Leverette
2017-01-07Avoid unwrap when determining proper shell to useHonza Pokorny
2017-01-07Avoid unnecessary closure in a map callHonza Pokorny
2017-01-07Add doc string to 'shell' config optionHonza Pokorny
2017-01-07Fixes a slew of bounds issues.Michael Brumlow
2017-01-06Fix issue with some international inputsJoe Wilm
cc #87, #55
2017-01-06Merge pull request #131 from Manishearth/stableJoe Wilm
Make it compile on stable Rust (almost)
2017-01-06Clippy fixes!Manish Goregaokar
2017-01-06Add `nightly` feature, use for `unlikely` intrinsicManish Goregaokar
2017-01-06Remove need for inclusive rangesManish Goregaokar
2017-01-06Remove need for range_contains featureManish Goregaokar
2017-01-06Replace need for drop_types_in_const with lazy_staticManish Goregaokar
2017-01-06Remove need for step_by featureManish Goregaokar
2017-01-06Merge pull request #151 from dannydulai/masterJoe Wilm
shift-tab key binding
2017-01-06shift-tab key bindingDanny Dulai
2017-01-06Add "shell" option to configHonza Pokorny
This allows you to configure the shell to use when alacritty starts. cc: #122
2017-01-06Merge pull request #132 from tomwadley/xwayland-tipJoe Wilm
Add tip for running in XWayland
2017-01-06Add tip for running in XWaylandTom Wadley
2017-01-06Add blog post to READMEJoe Wilm
2017-01-06Merge pull request #115 from krig/opensuseJoe Wilm
Add installation instructions for openSUSE
2017-01-07Add installation instructions for openSUSEKristoffer Grönlund
2017-01-06Make plugin feature optionalManish Goregaokar
2017-01-06Merge pull request #91 from coder543/masterJoe Wilm
Fix crash when exiting `top`
2017-01-06Merge pull request #92 from amikhalev/add-desktop-entryJoe Wilm
Added a freedesktop.org desktop entry and instructions for using it to README.md
2017-01-06Merge pull request #86 from benmyles/masterJoe Wilm
Add README instruction for Fedora
2017-01-06Reduced Desktop Entries heading sizeAlex Mikhalev
2017-01-06Added Alacritty.desktop file and instructions to README.mdAlex Mikhalev