Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'master' into cursor-shape-new | Gokul Soumya | 2021-12-18 |
|\ | |||
| * | Bump rust to 1.57, fix new lint failures | Blaž Hrastnik | 2021-12-03 |
| | | |||
* | | Use serde attribute to rename to lowercase | Gokul Soumya | 2021-11-25 |
| | | |||
* | | Change cursor shape on mode change | Gokul Soumya | 2021-11-24 |
|/ | | | | | Fixes #323. Due to terminal limitations we can only change the shape of the primary cursor. | ||
* | feat: Default theme palette using 16 terminal colors | Gokul Soumya | 2021-09-05 |
| | |||
* | Refactor new Rect construction (#575) | Gokul Soumya | 2021-08-21 |
| | | | | | | | | | | * Refactor new Rect construction Introduces methods that can be chained to construct new Rects out of pre-existing ones * Clamp x and y to edges in Rect chop methods * Rename Rect clipping functions | ||
* | Refactor theme parsing (#570) | Gokul Soumya | 2021-08-12 |
| | |||
* | fix small terminal size panic with info popup (#563) | Kirawi | 2021-08-09 |
| | | | | | | | * fix small terminal size panic with info popup * remove unused enumerator * fix subtraction overflow panic | ||
* | Add ctrl-z to suspend | Ivan Tham | 2021-08-03 |
| | |||
* | reverse the dependency between helix-tui and helix-view (#366) | Keith Simmons | 2021-06-25 |
* reverse the dependency between helix-tui and helix-view by moving a fiew types to view * fix tests * clippy and format fixes Co-authored-by: Keith Simmons <keithsim@microsoft.com> |