about summary refs log tree commit diff stats
path: root/widgets/terminal.go
Commit message (Expand)AuthorAgeFilesLines
* widgets/terminal: fix damage race conditionSimon Ser2019-05-191-1/+12
* s/aerc2/aerc/gDrew DeVault2019-05-171-1/+1
* Implement :{next,prev}-field in compose viewDrew DeVault2019-05-121-0/+3
* "Press any key to close" for completed processesDrew DeVault2019-05-111-0/+6
* lib/ui: introduce InvalidatableSimon Ser2019-04-271-21/+15
* Re-render terminal on invalidateDrew DeVault2019-04-151-4/+13
* Clear damage on each terminal.Draw callDrew DeVault2019-04-051-0/+2
* Fix wrong row due to typoTom Lebreux2019-04-051-1/+1
* Fix crash on command not foundDrew DeVault2019-03-301-37/+42
* Implement :pipeDrew DeVault2019-03-301-6/+14
* Expire status errors on inputDrew DeVault2019-03-211-6/+8
* term: don't mess with cursor when unfocusedDrew DeVault2019-03-211-6/+15
* Enable alt screen on built-in terminalDrew DeVault2019-03-211-0/+1
* Make terminal closure thread safeDrew DeVault2019-03-211-1/+9
* Use GetCursorPos instead of stored positionDrew DeVault2019-03-211-1/+4
* Skip writes if term is closedDrew DeVault2019-03-211-1/+1
* Improve cursor handling in embedded terminalDrew DeVault2019-03-211-8/+19
* Fix cursor handling in embedded terminalDrew DeVault2019-03-211-14/+8
* Forward key events to child terminalDrew DeVault2019-03-211-1/+135
* moar colorsDrew DeVault2019-03-171-4/+10
* s/:term-close/:close/gDrew DeVault2019-03-171-1/+0
* Wrap Terminal in TermHostDrew DeVault2019-03-171-1/+1
* Add :term-closeDrew DeVault2019-03-171-12/+30
* Handle terminal title, login shellDrew DeVault2019-03-171-0/+13
* Fix terminal colors; wait until tty size is knownDrew DeVault2019-03-171-21/+75
* Add basic terminal widgetDrew DeVault2019-03-171-0/+179