Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | xP: only allow vertical textarea resizing | Přemysl Eric Janouch | 2022-09-10 | 1 | -0/+1 |
| | |||||
* | xP: improve line wrapping | Přemysl Eric Janouch | 2022-09-10 | 1 | -7/+7 |
| | |||||
* | xP: enhance mobile experience | Přemysl Eric Janouch | 2022-09-08 | 1 | -11/+15 |
| | | | | The left column used to jump around, and phones were near-unusable. | ||||
* | xC/xP: mark highlights and buffer activity | Přemysl Eric Janouch | 2022-09-08 | 1 | -1/+12 |
| | | | | And more or less finalize out the protocol for this use case. | ||||
* | xP: resolve various issues, mostly in styling | Přemysl Eric Janouch | 2022-09-07 | 1 | -9/+38 |
| | |||||
* | xP: implement buffer line leakage | Přemysl Eric Janouch | 2022-09-07 | 1 | -0/+3 |
| | | | | Rather than on redisplay, these get cleared on reconnect. | ||||
* | xP: support showing buffer logs | Přemysl Eric Janouch | 2022-09-07 | 1 | -0/+10 |
| | |||||
* | xP: convert links to link elements | Přemysl Eric Janouch | 2022-09-06 | 1 | -5/+5 |
| | |||||
* | xC/xP: turn the action asterisk into a rendition | Přemysl Eric Janouch | 2022-09-05 | 1 | -0/+3 |
| | |||||
* | Start X11 and web frontends for xC | Přemysl Eric Janouch | 2022-09-05 | 1 | -0/+109 |
For this, we needed a wire protocol. After surveying available options, it was decided to implement an XDR-like protocol code generator in portable AWK. It now has two backends, per each of: - xF, the X11 frontend, is in C, and is meant to be the primary user interface in the future. - xP, the web frontend, relies on a protocol proxy written in Go, and is meant for use on-the-go (no pun intended). They are very much work-in-progress proofs of concept right now, and the relay protocol is certain to change. |