summary refs log tree commit diff stats
path: root/widgets/terminal.go
Commit message (Collapse)AuthorAgeFilesLines
* moar colorsDrew DeVault2019-03-171-4/+10
|
* s/:term-close/:close/gDrew DeVault2019-03-171-1/+0
|
* Wrap Terminal in TermHostDrew DeVault2019-03-171-1/+1
|
* Add :term-closeDrew DeVault2019-03-171-12/+30
|
* Handle terminal title, login shellDrew DeVault2019-03-171-0/+13
|
* Fix terminal colors; wait until tty size is knownDrew DeVault2019-03-171-21/+75
|
* Add basic terminal widgetDrew DeVault2019-03-171-0/+179
n class='oid'>852d31cf ^
46bb1d31 ^


852d31cf ^
46bb1d31 ^


67de9b02 ^
46bb1d31 ^


67de9b02 ^
46bb1d31 ^


67de9b02 ^
852d31cf ^
46bb1d31 ^






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
53
54
55