index
:
aerc
devel
Clone of https://git.sr.ht/~rjarry/aerc
Robin Jarry <robin@jarry.cc>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
widgets
/
terminal.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
ui: fix deadlocks in message channel
Robin Jarry
2023-05-20
1
-3
/
+3
*
term: fix handling of failed command
Tim Culverhouse
2023-04-26
1
-1
/
+2
*
term: add config options for TERM and osc8
Tim Culverhouse
2023-04-24
1
-0
/
+3
*
tcell-term: upgrade to latest release
Tim Culverhouse
2023-04-23
1
-16
/
+19
*
term: ignore redraw events when not visible
Robin Jarry
2023-04-15
1
-3
/
+9
*
terminal: avoid high cpu usage when not focused
Robin Jarry
2023-04-04
1
-1
/
+3
*
tabs: make sure to close tab content
Robin Jarry
2023-04-01
1
-4
/
+8
*
logging: rename package to log
Robin Jarry
2022-12-02
1
-2
/
+2
*
ui: invalidate ui when queuing redraw
Tim Culverhouse
2022-11-06
1
-1
/
+0
*
terminal: properly handle cursor display
Tim Culverhouse
2022-10-19
1
-15
/
+13
*
invalidatable: cleanup dead code
Tim Culverhouse
2022-10-12
1
-2
/
+1
*
terminal: use Invalidate and QueueRedraw
Tim Culverhouse
2022-10-07
1
-14
/
+2
*
aerc: use single event loop
Tim Culverhouse
2022-10-07
1
-0
/
+1
*
logging: substitute %w for %v
Koni Marti
2022-10-02
1
-1
/
+1
*
terminal: fix race conditions on access to cmd
Tim Culverhouse
2022-10-02
1
-35
/
+11
*
terminal: remove invalidate method
Tim Culverhouse
2022-09-29
1
-5
/
+1
*
terminal: prevent draw loop when unfocused
Tim Culverhouse
2022-09-26
1
-0
/
+3
*
terminal: don't invalidate on EventWidgetContent
Tim Culverhouse
2022-09-19
1
-1
/
+0
*
terminal: improve mouse support
Tim Culverhouse
2022-09-15
1
-9
/
+11
*
terminal: check for context before calling it's methods
Tim Culverhouse
2022-09-15
1
-3
/
+7
*
term: replace go-libvterm with tcell-term
Tim Culverhouse
2022-09-14
1
-371
/
+73
*
lint: homogenize operations and minor fixes (gocritic)
Moritz Poldrack
2022-08-04
1
-21
/
+20
*
lint: ensure errors are at least logged (errcheck)
Moritz Poldrack
2022-08-04
1
-3
/
+12
*
lint: apply new formatting rules
Moritz Poldrack
2022-08-01
1
-5
/
+3
*
terminal: fix deadlock with finer-grained locking
Koni Marti
2022-05-25
1
-3
/
+8
*
fix: "terminal: fix race when closing a terminal"
Robin Jarry
2022-05-23
1
-3
/
+0
*
terminal: fix race when closing a terminal
Koni Marti
2022-05-23
1
-0
/
+10
*
logging: added a log on panic
Moritz Poldrack
2022-03-23
1
-0
/
+3
*
all: fix minor issues found by staticcheck
Moritz Poldrack
2022-03-12
1
-2
/
+2
*
terminal: fix nil pointer dereference in pty.Getsize
Koni Marti
2022-01-19
1
-1
/
+4
*
fix segfault when copy-pasting into compose editor
Koni Marti
2022-01-14
1
-0
/
+3
*
go.mod: change base git url
Robin Jarry
2021-11-05
1
-1
/
+1
*
widgets/terminal: Only call vterm.ScreenCell.Attrs once in styleFromCell
Clayton Craft
2021-04-13
1
-6
/
+7
*
terminal: Add support for Shift+Tab
Alexey Yerin
2021-02-07
1
-0
/
+1
*
add italics support
y0ast
2020-12-24
1
-0
/
+3
*
update tcell to v2 and enable TrueColor support
y0ast
2020-12-18
1
-3
/
+3
*
Use stdout as controlling terminal
Guillaume J. Charmes
2020-05-06
1
-1
/
+2
*
Revert "Dont detach process under vterm"
Drew DeVault
2020-05-06
1
-1
/
+1
*
Dont detach process under vterm
Guillaume J. Charmes
2020-05-06
1
-1
/
+1
*
fix function keys in terminal widget
Jonathan Halmen
2020-03-26
1
-1
/
+1
*
Switch back to upstream pty library
Ben Fiedler
2020-01-16
1
-1
/
+1
*
widgets/terminal: Reap more zombies
Kevin Kuehler
2019-11-21
1
-0
/
+1
*
Add Mouseable
Jeffas
2019-09-11
1
-0
/
+14
*
Prevent drawing terminal with nil cmd
Drew DeVault
2019-08-12
1
-1
/
+1
*
Don't initialize an invalid pty size
Drew DeVault
2019-07-13
1
-0
/
+3
*
Use forked version of tcell
Drew DeVault
2019-06-01
1
-1
/
+1
*
widgets/terminal: Don't segfault on resize
Kevin Kuehler
2019-06-01
1
-10
/
+15
*
Update terminal color handling per vterm changes
Drew DeVault
2019-05-26
1
-43
/
+22
*
Update to the latest go-libvterm
Drew DeVault
2019-05-26
1
-1
/
+1
*
widgets/terminal: fix damage race condition
Simon Ser
2019-05-19
1
-1
/
+12
[next]