about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* .Kartik K. Agaram2021-10-231-6/+6
|
* better phrasing thanks to feedback from sejoKartik K. Agaram2021-10-221-6/+7
|
* .Kartik K. Agaram2021-10-221-1/+1
|
* .Kartik K. Agaram2021-10-211-0/+10
|
* task: using a runbookKartik K. Agaram2021-10-213-0/+52
|
* .Kartik K. Agaram2021-10-213-2/+26
|
* task: error messagesKartik K. Agaram2021-10-212-0/+51
|
* paper over one gap pointed out by sejoKartik K. Agaram2021-10-201-0/+2
|
* thanks sejo for feedbackKartik K. Agaram2021-10-202-9/+13
|
* .Kartik K. Agaram2021-10-201-0/+2
|
* .Kartik K. Agaram2021-10-201-0/+4
|
* .Kartik K. Agaram2021-10-201-1/+2
|
* .Kartik K. Agaram2021-10-201-2/+3
|
* .Kartik K. Agaram2021-10-201-1/+5
|
* .Kartik K. Agaram2021-10-202-0/+9
|
* task: variables in registers vs memoryKartik K. Agaram2021-10-204-1/+59
|
* .Kartik K. Agaram2021-10-201-0/+0
|
* .Kartik K. Agaram2021-10-201-2/+2
|
* .Kartik K. Agaram2021-10-201-4/+4
|
* .Kartik K. Agaram2021-10-202-1/+1
|
* sketching out a slow tutorialKartik K. Agaram2021-10-2015-0/+595
|
* .Kartik K. Agaram2021-10-171-1/+0
|
* support backspace when reading line from keyboardKartik K. Agaram2021-10-133-1/+38
|
* primitive: read line from keyboardKartik K. Agaram2021-10-132-19/+21
| | | | Blocking.
* parse float from textKartik K. Agaram2021-10-121-0/+170
|
* .Kartik K. Agaram2021-10-122-72/+72
|
* .Kartik Agaram2021-10-1148-3033/+3035
|
* .Kartik K. Agaram2021-10-111-1/+3
|
* .Kartik K. Agaram2021-10-111-0/+12
|
* bugfix: rendering fake screensKartik K. Agaram2021-10-111-1/+1
| | | | | | | | | Not exercised anywhere except in the shell. I ran into it after running: (print screen 34) Introduced in commit d2f96cb0b6c5 on Sep 1. This is the sort of thing I currently don't know how to write tests for :/
* .Kartik K. Agaram2021-10-102-2/+2
|
* .Kartik K. Agaram2021-10-102-2/+2
|
* .Kartik K. Agaram2021-10-102-2/+2
|
* .Kartik K. Agaram2021-10-101-2/+2
|
* .Kartik Agaram2021-10-0997-5671/+5841
|
* make page-up/page-down smart to hidden itemsKartik K. Agaram2021-10-091-368/+49
| | | | | | | | In the process we eliminate a whole bunch of duplication and give item navigation a single source of truth. Page-up isn't quite _identical_ to how it used to be before. Let's see if it bothers us.
* standardize argument orderKartik K. Agaram2021-10-091-10/+10
|
* bugfixKartik K. Agaram2021-10-091-7/+25
| | | | | | | new test: hit enter, go to thread view, hit enter again, go into thread view again. No crash. Just bite the bullet and make item-index robust to single-thread tabs.
* bugfix: skip hidden items when moving cursorKartik K. Agaram2021-10-091-14/+74
| | | | | | | | | | Tests to create when I start creating tests: hide an item. Cursor moves to a new item. hide an item that's not the bottom-most item, hit down arrow. Cursor moves to a new item. hide an item that's not the top-most item, hit up arrow. Cursor moves to a new item. hide top-most item. Cursor on new item. Hit up arrow. No change. Scroll down. New item. hide bottom-most item. Cursor on new item. Hit down arrow. No change. Scroll up. New item. open a thread. Hit down arrow. No crash (item-index not called).
* slack: hide threads from the global viewKartik K. Agaram2021-10-091-1/+153
| | | | | | | | | | | | | | | To hide all comments from the same thread as the item at cursor, press ctrl-h. To later unhide everything, press ctrl-u. Currently ctrl-u works by creating a whole new tab (that you can back out of using Esc). That gives a way to undo it. Still some rough edges: update number of items in view when hiding a thread avoid clipping menu in channel view undo a single hide without giving up previous ones
* slack: start work on hiding single threadsKartik K. Agaram2021-10-091-1/+1
|
* .Kartik K. Agaram2021-10-091-2/+2
|
* .Kartik K. Agaram2021-10-091-2/+2
|
* .Kartik K. Agaram2021-10-032-2/+1
|
* .Kartik K. Agaram2021-09-211-4/+7
|
* .Kartik K. Agaram2021-09-131-3/+5
|
* support arrow keys in apps/ex7.muKartik K. Agaram2021-09-041-4/+4
|
* fix apps/ex7.muKartik K. Agaram2021-09-042-2/+8
| | | | I'm increasingly missing CI.
* .Kartik K. Agaram2021-09-031-1/+2
|
* a tamil example (that I can't read)Kartik K. Agaram2021-09-031-5/+19
|