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