aboutsummaryrefslogtreecommitdiff
path: root/widgets/terminal.go
AgeCommit message (Expand)Author
2020-01-16Switch back to upstream pty libraryBen Fiedler
2019-11-21widgets/terminal: Reap more zombiesKevin Kuehler
2019-09-11Add MouseableJeffas
2019-08-12Prevent drawing terminal with nil cmdDrew DeVault
2019-07-13Don't initialize an invalid pty sizeDrew DeVault
2019-06-01Use forked version of tcellDrew DeVault
2019-06-01widgets/terminal: Don't segfault on resizeKevin Kuehler
2019-05-26Update terminal color handling per vterm changesDrew DeVault
2019-05-26Update to the latest go-libvtermDrew DeVault
2019-05-19widgets/terminal: fix damage race conditionSimon Ser
2019-05-17s/aerc2/aerc/gDrew DeVault
2019-05-12Implement :{next,prev}-field in compose viewDrew DeVault
2019-05-11"Press any key to close" for completed processesDrew DeVault
2019-04-27lib/ui: introduce InvalidatableSimon Ser
2019-04-15Re-render terminal on invalidateDrew DeVault
2019-04-05Clear damage on each terminal.Draw callDrew DeVault
2019-04-05Fix wrong row due to typoTom Lebreux
2019-03-30Fix crash on command not foundDrew DeVault
2019-03-30Implement :pipeDrew DeVault
2019-03-21Expire status errors on inputDrew DeVault
2019-03-21term: don't mess with cursor when unfocusedDrew DeVault
2019-03-21Enable alt screen on built-in terminalDrew DeVault
2019-03-21Make terminal closure thread safeDrew DeVault
2019-03-21Use GetCursorPos instead of stored positionDrew DeVault
2019-03-21Skip writes if term is closedDrew DeVault
2019-03-21Improve cursor handling in embedded terminalDrew DeVault
2019-03-21Fix cursor handling in embedded terminalDrew DeVault
2019-03-21Forward key events to child terminalDrew DeVault
2019-03-17moar colorsDrew DeVault
2019-03-17s/:term-close/:close/gDrew DeVault
2019-03-17Wrap Terminal in TermHostDrew DeVault
2019-03-17Add :term-closeDrew DeVault
2019-03-17Handle terminal title, login shellDrew DeVault
2019-03-17Fix terminal colors; wait until tty size is knownDrew DeVault
2019-03-17Add basic terminal widgetDrew DeVault