about summary refs log tree commit diff stats
path: root/gemini.tlv
Commit message (Collapse)AuthorAgeFilesLines
* gemini: demo of context-sensitive menuKartik K. Agaram2022-01-181-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 backgroundKartik K. Agaram2021-12-251-2/+2
|
* gemini: better error-handlingKartik K. Agaram2021-12-251-5/+9
|
* a little more reorgKartik K. Agaram2021-12-251-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 orderKartik K. Agaram2021-12-221-5/+6
| | | | I can't believe I didn't notice this until now.
* gemini: back buttonKartik K. Agaram2021-12-221-0/+8
|
* .Kartik K. Agaram2021-12-221-1/+1
|
* .Kartik K. Agaram2021-12-221-8/+4
|
* gemini: linksKartik K. Agaram2021-12-211-19/+101
|
* gemini: slightly cleaner rendering of owner inputKartik K. Agaram2021-12-211-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 tweaksKartik K. Agaram2021-12-211-1/+1
|
* gemini: ctrl-g to open a new pageKartik K. Agaram2021-12-211-67/+115
|
* start of a gemini browserKartik K. Agaram2021-12-201-0/+357