Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gemini.tlv: consistent menu | Kartik K. Agaram | 2022-02-08 | 1 | -2/+2 |
| | |||||
* | gemini: demo of context-sensitive menu | Kartik K. Agaram | 2022-01-18 | 1 | -1/+8 |
| | | | | | | | Basic procedure: - save/restore `menu` around call of a function (directly or indirectly called by `update`) that encapsulates some state change - override `menu` inside the function to correspond to its update loop | ||||
* | gemini.tlv: stop using default background | Kartik K. Agaram | 2021-12-25 | 1 | -2/+2 |
| | |||||
* | gemini: better error-handling | Kartik K. Agaram | 2021-12-25 | 1 | -5/+9 |
| | |||||
* | a little more reorg | Kartik K. Agaram | 2021-12-25 | 1 | -3/+3 |
| | | | | | | | | Put stuff people messing with Teliva apps are likely to need above the C interface. The state of documentation for Teliva app creators is still quite poor. All they really have to go on is the example apps. | ||||
* | more precise control over menu order | Kartik K. Agaram | 2021-12-22 | 1 | -5/+6 |
| | | | | I can't believe I didn't notice this until now. | ||||
* | gemini: back button | Kartik K. Agaram | 2021-12-22 | 1 | -0/+8 |
| | |||||
* | . | Kartik K. Agaram | 2021-12-22 | 1 | -1/+1 |
| | |||||
* | . | Kartik K. Agaram | 2021-12-22 | 1 | -8/+4 |
| | |||||
* | gemini: links | Kartik K. Agaram | 2021-12-21 | 1 | -19/+101 |
| | |||||
* | gemini: slightly cleaner rendering of owner input | Kartik K. Agaram | 2021-12-21 | 1 | -0/+7 |
| | | | | | | | This still only works if I remove the call to `refresh()` inside `Wgetch()`. With that call no keystrokes are displayed. Looks like ncurses doesn't include user input when refreshing the window. Unclear if there's an easy way to support that while keeping the menu visible. | ||||
* | minor tweaks | Kartik K. Agaram | 2021-12-21 | 1 | -1/+1 |
| | |||||
* | gemini: ctrl-g to open a new page | Kartik K. Agaram | 2021-12-21 | 1 | -67/+115 |
| | |||||
* | start of a gemini browser | Kartik K. Agaram | 2021-12-20 | 1 | -0/+357 |