summary refs log tree commit diff stats
path: root/commands/terminal/close.go
Commit message (Collapse)AuthorAgeFilesLines
* Fix :close on terminal panicJeffas2019-07-251-1/+0
| | | | | | | | Executing :close on a terminal would panic due to it already having been removed. This is also related to the fact that removing a tab doesn't check for whether it actually found a tab to remove or not.
* Implement basic tab completion supportGregory Mullen2019-06-291-2/+12
| | | | | Tab completion currently only works on commands. Contextual completion will be added in the future.
* s/aerc2/aerc/gDrew DeVault2019-05-171-1/+1
|
* Add message view commands, :closeDrew DeVault2019-03-301-4/+1
|
* Add basic message viewer mockupDrew DeVault2019-03-301-3/+3
|
* Implement :pipeDrew DeVault2019-03-301-0/+1
|
* Add terminal command contextDrew DeVault2019-03-211-0/+23
avoid recompiling from csources (#8582)' href='/ahoang/Nim/commit/build_all.sh?h=devel&id=730ce53b71a207edf93abe09c14c150b9c360028'>730ce53b7 ^
1ab37ccfc ^
730ce53b7 ^
ab525cc48 ^
bbe49a14a ^
45a5c64c9 ^

3d7d06571 ^
45a5c64c9 ^




ab525cc48 ^

45a5c64c9 ^
730ce53b7 ^





1e89e5bf9 ^
506418ef5 ^
0bb76dde5 ^
e0afacb9f ^
0bb76dde5 ^
3d7d06571 ^


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52