about summary refs log tree commit diff stats
path: root/shell/environment.mu
Commit message (Collapse)AuthorAgeFilesLines
* bugfix: show functions after ctrl-g, enterKartik K. Agaram2021-06-041-1/+8
|
* select function to render firstKartik K. Agaram2021-06-041-1/+1
|
* conditionally display cursor on function sideKartik K. Agaram2021-06-041-1/+1
| | | | | Always shows at top-most function. Can't actually do any editing yet.
* conditionally display cursor in sandboxKartik K. Agaram2021-06-041-1/+5
|
* modal dialog for function name to jump toKartik K. Agaram2021-06-041-2/+99
|
* .Kartik K. Agaram2021-06-041-4/+4
|
* .Kartik K. Agaram2021-06-041-0/+54
| | | | Keyboard state machine for jumping to function definition.
* .Kartik K. Agaram2021-06-041-1/+1
|
* .Kartik K. Agaram2021-06-041-2/+2
|
* .Kartik K. Agaram2021-06-041-3/+3
|
* .Kartik K. Agaram2021-06-041-2/+2
|
* .Kartik K. Agaram2021-06-031-2/+11
|
* starting to support function editingKartik K. Agaram2021-06-031-1/+10
|
* .Kartik K. Agaram2021-06-031-0/+177