Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | distinguish between window global and arg | Kartik K. Agaram | 2022-03-02 | 1 | -5/+5 |
| | |||||
* | starting to make Teliva apps more testable | Kartik K. Agaram | 2022-02-27 | 1 | -3/+3 |
| | | | | | | | | | | Tasteful apps should only perform side-effects through 'window' arguments rather than the 'curses' module directly. It's ok however to read constants like curses.A_NORMAL or curses.stdscr(). There are some limitations, unfortunately. Ncurses wasn't designed with testability in mind. For example, there's no way to curs_set or assume_default_colors without the 'curses' module. Oh well. | ||||
* | standardize key order in .tlv files | Kartik K. Agaram | 2022-02-09 | 1 | -2/+2 |
| | | | | This will eliminate some spurious git diffs I keep having to clean up. | ||||
* | new library: luafilesystem (lfs) | Kartik K. Agaram | 2022-01-29 | 1 | -0/+199 |
https://github.com/keplerproject/luafilesystem The new commander.tlv app demonstrates it working. |