summaryrefslogtreecommitdiff
path: root/widgets/terminal.go
AgeCommit message (Expand)Author
2022-05-25terminal: fix deadlock with finer-grained lockingKoni Marti
2022-05-23fix: "terminal: fix race when closing a terminal"Robin Jarry
2022-05-23terminal: fix race when closing a terminalKoni Marti
2022-03-23logging: added a log on panicMoritz Poldrack
2022-03-12all: fix minor issues found by staticcheckMoritz Poldrack
2022-01-19terminal: fix nil pointer dereference in pty.GetsizeKoni Marti
2022-01-14fix segfault when copy-pasting into compose editorKoni Marti
2021-11-05go.mod: change base git urlRobin Jarry
2021-04-13widgets/terminal: Only call vterm.ScreenCell.Attrs once in styleFromCellClayton Craft
2021-02-07terminal: Add support for Shift+TabAlexey Yerin
2020-12-24add italics supporty0ast
2020-12-18update tcell to v2 and enable TrueColor supporty0ast
2020-05-06Use stdout as controlling terminalGuillaume J. Charmes
2020-05-06Revert "Dont detach process under vterm"Drew DeVault
2020-05-06Dont detach process under vtermGuillaume J. Charmes
2020-03-26fix function keys in terminal widgetJonathan Halmen
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