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
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