index
:
aerc
master
mbox
threading
threading-v2
Mirror of https://git.sr.ht/~sircmpwn/aerc
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
widgets
/
terminal.go
Age
Commit message (
Expand
)
Author
2020-01-16
Switch back to upstream pty library
Ben Fiedler
2019-11-21
widgets/terminal: Reap more zombies
Kevin Kuehler
2019-09-11
Add Mouseable
Jeffas
2019-08-12
Prevent drawing terminal with nil cmd
Drew DeVault
2019-07-13
Don't initialize an invalid pty size
Drew DeVault
2019-06-01
Use forked version of tcell
Drew DeVault
2019-06-01
widgets/terminal: Don't segfault on resize
Kevin Kuehler
2019-05-26
Update terminal color handling per vterm changes
Drew DeVault
2019-05-26
Update to the latest go-libvterm
Drew DeVault
2019-05-19
widgets/terminal: fix damage race condition
Simon Ser
2019-05-17
s/aerc2/aerc/g
Drew DeVault
2019-05-12
Implement :{next,prev}-field in compose view
Drew DeVault
2019-05-11
"Press any key to close" for completed processes
Drew DeVault
2019-04-27
lib/ui: introduce Invalidatable
Simon Ser
2019-04-15
Re-render terminal on invalidate
Drew DeVault
2019-04-05
Clear damage on each terminal.Draw call
Drew DeVault
2019-04-05
Fix wrong row due to typo
Tom Lebreux
2019-03-30
Fix crash on command not found
Drew DeVault
2019-03-30
Implement :pipe
Drew DeVault
2019-03-21
Expire status errors on input
Drew DeVault
2019-03-21
term: don't mess with cursor when unfocused
Drew DeVault
2019-03-21
Enable alt screen on built-in terminal
Drew DeVault
2019-03-21
Make terminal closure thread safe
Drew DeVault
2019-03-21
Use GetCursorPos instead of stored position
Drew DeVault
2019-03-21
Skip writes if term is closed
Drew DeVault
2019-03-21
Improve cursor handling in embedded terminal
Drew DeVault
2019-03-21
Fix cursor handling in embedded terminal
Drew DeVault
2019-03-21
Forward key events to child terminal
Drew DeVault
2019-03-17
moar colors
Drew DeVault
2019-03-17
s/:term-close/:close/g
Drew DeVault
2019-03-17
Wrap Terminal in TermHost
Drew DeVault
2019-03-17
Add :term-close
Drew DeVault
2019-03-17
Handle terminal title, login shell
Drew DeVault
2019-03-17
Fix terminal colors; wait until tty size is known
Drew DeVault
2019-03-17
Add basic terminal widget
Drew DeVault