aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Fix specifying 0 lines/columns in config fileChristian Duerr2018-11-13
* Fix incorrect padding calculationsChristian Duerr2018-11-12
* Center the grid inside the windowChristian Duerr2018-11-11
* Set env variables before window startChristian Duerr2018-11-11
* Remove re-export of glutin size typesChristian Duerr2018-11-10
* Upgrade Glutin to v0.19.0Matt Keeler2018-11-10
* Fix clippy issuesChristian Duerr2018-11-04
* Fix selection while scrollingNathan Lilienthal2018-11-02
* Fix default hollow cursor behavior with empty confChristian Duerr2018-11-01
* Fix mouse pasting in mouse mode with shiftChristian Duerr2018-11-01
* Rework cursor configurationChristian Duerr2018-11-01
* Update serde_yaml to 0.8Do Duy2018-11-01
* Explicitly detach from the console on exitZac Pullar-Strecker2018-10-28
* Refactor platform-specific codeChristian Duerr2018-10-27
* Relax matching of URL modifiersChristian Duerr2018-10-27
* Add option to open URLs on clickChristian Duerr2018-10-22
* Fix rotation of selection below 0Christian Duerr2018-10-20
* Attach to the console of the parent process on windowsZac Pullar-Strecker2018-10-18
* Allow the usage of scancodes in the configChristian Duerr2018-10-16
* Add support for Windows (#1374)Zac Pullar-Strecker2018-10-16
* fix erroneous indexed_color resultsRobert Martin Winterstein2018-10-07
* Drop terminal lock before renderingtrimental2018-09-30
* Fix failing test with `bench` featureChristian Duerr2018-09-29
* Fix rendering of selections outside the viewportChristian Duerr2018-09-28
* Fix deserialization of old decorations valuesChristian Duerr2018-09-28
* Fix selection start point lagging behind cursorChristian Duerr2018-09-27
* Fix selection of empty linesChristian Duerr2018-09-26
* Implement CNL and CPL escape codes (#1590)Niklas Claesson2018-09-26
* Add standalone terminfo definitionDaniel Eklöf2018-09-24
* Dynamically initialize grid storageChristian Duerr2018-09-24
* Allow copying selection to primary clipboardGris Ge2018-09-24
* Implement config option for term colors 16..256Christian Duerr2018-09-23
* Fix mesa rendering outside window borders on waylandtrimental2018-09-23
* Fix config error with missing decorations fieldChristian Duerr2018-09-20
* Improve window.decorations options: (#1241)Joe Moon2018-09-20
* Fix Bracketed Paste Mode when input contains end sequence. (#1243)Aidan Epstein2018-09-20
* Fix build failure on 32-bit machinesJohannes2018-09-20
* Show hollow cursor for windows starting unfocusedChristian Duerr2018-09-19
* Add hidden escape sequenceChristian Duerr2018-09-19
* Set upper limit for scrollback history sizeChristian Duerr2018-09-18
* Fix style issuesMatthias Krüger2018-09-17
* Set COLORTERM variable to advertise 24-bit supportDavid Peter2018-09-17
* Acknowledge first click on unfocused windows with bsd/linuxnolanl2018-09-17
* Bump version number to 0.2.0 (#1492)Christian Duerr2018-09-17
* Fix substraction underflow with IL sequenceChristian Duerr2018-09-05
* Implement `ansi::ClearMode::Saved`Nathan Lilienthal2018-09-02
* Scroll visible area when growing windowChristian Duerr2018-08-15
* Reset visible area when RIS is receivedChristian Duerr2018-08-03
* Merge branch 'master' into scrollbackChristian Duerr2018-07-28
|\
| * Ignore errors when logger can't write to outputChristian Duerr2018-07-25