Liam Galvin
|
adc5c18c43
|
Merge pull request #4 from liamg/feature/switch-to-glfw-3.3-beta
Switch to glfw 3.3 beta
|
2018-10-21 11:47:47 +01:00 |
Liam Galvin
|
5e45e820ea
|
switch to glfw beta 3.3 to avoid X11 joystick issue
|
2018-10-21 11:46:40 +01:00 |
Liam Galvin
|
2a8da1ae4c
|
switch to docker image with opengl
|
2018-10-21 11:19:36 +01:00 |
Liam Galvin
|
7300adbf70
|
Merge pull request #3 from liamg/feature/circle-ci
add circle-ci
|
2018-10-21 10:54:39 +01:00 |
Liam Galvin
|
1610f6e1d7
|
add circle-ci
|
2018-10-21 10:51:24 +01:00 |
Liam Galvin
|
f05b2a8d8f
|
Merge pull request #1 from mikkeloscar/change-import
Change import to github.com
|
2018-10-20 17:53:56 +01:00 |
Mikkel Oscar Lyderik Larsen
|
58d9b4a435
|
Change import to github.com
Changes the import from `gitlab.com` to `github.com`.
Without this Go gets confused.
```
main.go:13:2: cannot find package "gitlab.com/liamg/raft/config" in any of:
/home/moscar/projects/go/src/github.com/liamg/raft/vendor/gitlab.com/liamg/raft/config (vendor tree)
/usr/lib/go/src/gitlab.com/liamg/raft/config (from $GOROOT)
/home/moscar/projects/go/src/gitlab.com/liamg/raft/config (from $GOPATH)
main.go:14:2: cannot find package "gitlab.com/liamg/raft/gui" in any of:
/home/moscar/projects/go/src/github.com/liamg/raft/vendor/gitlab.com/liamg/raft/gui (vendor tree)
/usr/lib/go/src/gitlab.com/liamg/raft/gui (from $GOROOT)
/home/moscar/projects/go/src/gitlab.com/liamg/raft/gui (from $GOPATH)
main.go:15:2: cannot find package "gitlab.com/liamg/raft/terminal" in any of:
/home/moscar/projects/go/src/github.com/liamg/raft/vendor/gitlab.com/liamg/raft/terminal (vendor tree)
/usr/lib/go/src/gitlab.com/liamg/raft/terminal (from $GOROOT)
/home/moscar/projects/go/src/gitlab.com/liamg/raft/terminal (from $GOPATH)
```
Signed-off-by: Mikkel Oscar Lyderik Larsen <mikkel.larsen@zalando.de>
|
2018-10-20 18:49:01 +02:00 |
Liam Galvin
|
e46d9cc53f
|
Update README.md
|
2018-10-17 09:39:24 +00:00 |
Liam Galvin
|
256053c162
|
Update README.md
|
2018-10-17 09:38:08 +00:00 |
Liam Galvin
|
989c96bbf6
|
Update README.md
|
2018-10-17 09:37:34 +00:00 |
Liam Galvin
|
fe4b79dc0f
|
Update README.md
|
2018-10-17 09:37:00 +00:00 |
Liam Galvin
|
2207fc5744
|
moving to github
|
2018-10-17 10:34:10 +01:00 |
Liam Galvin
|
8e5a9fb26d
|
start scrolling
|
2018-09-02 20:59:35 +01:00 |
Liam Galvin
|
ada4e924f9
|
fix text positioning
|
2018-09-02 18:20:01 +01:00 |
Liam Galvin
|
450f9f01bc
|
better rendering
|
2018-09-02 15:13:33 +01:00 |
Liam Galvin
|
be60c1d053
|
fix background renderinf
|
2018-09-01 21:19:13 +01:00 |
Liam Galvin
|
f0a1742c0a
|
Fix VT200 and X10 mouse mode support
|
2018-09-01 20:24:16 +01:00 |
Liam Galvin
|
e5e7d09656
|
relocated font package and tidied up font rendering
|
2018-09-01 19:55:25 +01:00 |
Liam Galvin
|
dab508e6e2
|
started tidying for margin setting
|
2018-08-31 20:43:28 +01:00 |
Liam Galvin
|
e673e72ad9
|
simplified cursor rendering
|
2018-08-31 20:24:58 +01:00 |
Liam Galvin
|
54c2aed4a5
|
fix render bugs
|
2018-08-31 20:01:27 +01:00 |
Liam Galvin
|
88528fc6b0
|
efficiency, introduced resize bug though :/
|
2018-08-24 17:32:08 +01:00 |
Liam Galvin
|
bb38d22a60
|
better input handling
|
2018-08-14 17:44:25 +01:00 |
Liam Galvin
|
f185f655d1
|
switch to nice pty library
|
2018-08-13 17:48:37 +01:00 |
Liam Galvin
|
59a7ddb081
|
try to fix darwin pty
|
2018-08-13 17:44:24 +01:00 |
Liam Galvin
|
d634ea5f3f
|
try to fix darwin pty
|
2018-08-13 17:43:38 +01:00 |
Liam Galvin
|
2ee5aeda8b
|
try to fix darwin pty
|
2018-08-13 17:42:02 +01:00 |
Liam Galvin
|
70fbefc530
|
try to fix darwin pty
|
2018-08-13 17:41:25 +01:00 |
Liam Galvin
|
8daef05920
|
try to fix darwin pty
|
2018-08-13 17:39:58 +01:00 |
Liam Galvin
|
31fac53df2
|
try to fix darwin pty
|
2018-08-13 17:29:37 +01:00 |
Liam Galvin
|
c69664a0d4
|
try to fix darwin pty
|
2018-08-13 17:28:27 +01:00 |
Liam Galvin
|
25aef7599d
|
Merge branch 'master' of gitlab.com:liamg/raft
|
2018-08-13 17:21:15 +01:00 |
Liam Galvin
|
5d048636a1
|
try to fix darwin pty
|
2018-08-13 17:21:01 +01:00 |
Liam Galvin
|
80633fe06a
|
Delete cover.out
|
2018-08-13 16:12:09 +00:00 |
Liam Galvin
|
5225d67206
|
Delete top.log
|
2018-08-13 16:11:57 +00:00 |
Liam Galvin
|
d273fbb022
|
Delete shit.sh
|
2018-08-13 16:11:35 +00:00 |
Liam Galvin
|
9e7b1798a2
|
more CSI h/l
|
2018-08-13 13:47:20 +01:00 |
Liam Galvin
|
d757d2a543
|
rewrite base OSC handler
|
2018-08-13 13:30:13 +01:00 |
Liam Galvin
|
76d846bcfe
|
slomo toggle
|
2018-08-13 09:35:32 +01:00 |
Liam Galvin
|
daf32ef9ca
|
started work on scrollable regions
|
2018-08-12 20:24:53 +01:00 |
Liam Galvin
|
7c7a7e2bc7
|
mouse modes
|
2018-08-12 20:06:48 +01:00 |
Liam Galvin
|
f6df4d1931
|
remove suspend/resume
|
2018-08-12 16:25:59 +01:00 |
Liam Galvin
|
6d10ffd17c
|
alt buffer
|
2018-08-12 15:16:26 +01:00 |
Liam Galvin
|
3ac0d62d72
|
Delete cell.go.old
|
2018-08-10 17:57:08 +00:00 |
Liam Galvin
|
06526f4beb
|
scrollback buffer
|
2018-08-10 13:46:35 +01:00 |
Liam Galvin
|
c2b7f94f87
|
fix resizing
|
2018-08-10 12:53:47 +01:00 |
Liam Galvin
|
844ac645ce
|
more codes
|
2018-08-09 21:32:22 +01:00 |
Liam Galvin
|
83988cd2ce
|
cursor
|
2018-08-09 18:03:33 +01:00 |
Liam Galvin
|
2ea6f067c5
|
cursor basics
|
2018-08-09 17:52:34 +01:00 |
Liam Galvin
|
8f1efd822e
|
nice colour scheme by default
|
2018-08-09 15:29:27 +01:00 |