| 2024-08-12 21:31 | overwrite instead of clear | Tobias Bengfort |
| 2024-07-18 08:52 | setup github ci | Tobias Bengfort |
| 2024-07-18 08:51 | README: add installation section | Tobias Bengfort |
| 2024-07-18 08:34 | example: echo keys | Tobias Bengfort |
| 2024-07-18 08:31 | rename package to boon-term | Tobias Bengfort |
| 2024-07-15 06:42 | fix: split input into keys | Tobias Bengfort |
| 2024-07-15 06:28 | getch: rm VMIN/VTIME | Tobias Bengfort |
| 2024-07-11 05:25 | consistent encoding of ESC | Tobias Bengfort |
| 2024-07-09 06:43 | typo | Tobias Bengfort |
| 2024-07-09 06:43 | simplify reusable context managers | Tobias Bengfort |
| 2024-07-08 07:11 | add KEY_DEL | Tobias Bengfort |
| 2023-11-05 09:35 | switch to pyproject.toml | Tobias Bengfort |
| 2023-11-05 09:33 | lint | Tobias Bengfort |
| 2023-03-30 05:31 | exit fullscreen on SIGTSTP | Tobias Bengfort |
| 2023-03-30 05:30 | refactor signal selfpipe to be more generic | Tobias Bengfort |
| 2023-03-30 05:28 | make contextmanagers reusable | Tobias Bengfort |
| 2022-06-19 07:08 | add more examples | Tobias Bengfort |
| 2021-06-27 08:29 | only clear rest of screen if required | Tobias Bengfort |
| 2021-05-08 07:22 | restore selector on sys.stdin | Tobias Bengfort |
| 2020-10-25 08:20 | mv package information to setup.cfg | Tobias Bengfort |
| 2020-10-25 08:07 | expose selector | Tobias Bengfort |
| 2020-09-05 15:09 | use selector instead of select | Tobias Bengfort |
| 2020-08-20 11:43 | add setup.py | Tobias Bengfort |
| 2020-07-13 07:06 | self-pipe to avoid concurrency issues with signal | Tobias Bengfort |
| 2020-07-13 07:05 | mv select to App | Tobias Bengfort |
| 2020-07-13 06:02 | fix: force full render on resize | Tobias Bengfort |
| 2020-07-13 05:23 | rm get_size() in favor of shutils.get_terminal_size() | Tobias Bengfort |
| 2020-07-13 05:16 | fix: do not clear last line | Tobias Bengfort |
| 2020-07-13 04:50 | pass rows/cols to render() | Tobias Bengfort |
| 2020-07-13 04:45 | example: echo keys | Tobias Bengfort |
| 2020-07-13 04:44 | getch: let python do the decoding | Tobias Bengfort |
| 2020-07-12 19:07 | Create LICENSE | Tobias Bengfort |
| 2020-07-12 18:44 | add README | Tobias Bengfort |
| 2020-07-12 18:44 | reorder functions | Tobias Bengfort |
| 2020-07-12 18:43 | rename termios_reset() to tty_restore() | Tobias Bengfort |
| 2020-07-12 18:43 | rename cursor_move() to move() | Tobias Bengfort |
| 2020-07-12 18:07 | rename getsize to get_size for consistency | Tobias Bengfort |
| 2020-07-12 18:06 | fixup change xy | Tobias Bengfort |
| 2020-07-12 16:29 | add app.running | Tobias Bengfort |
| 2020-07-11 17:47 | do not reverse x,y order | Tobias Bengfort |
| 2020-07-11 16:19 | rm rarely used insert/delete key constants | Tobias Bengfort |
| 2020-07-11 16:18 | add new example | Tobias Bengfort |
| 2020-07-11 15:58 | turn getch timeout into parameter | Tobias Bengfort |
| 2020-07-11 15:55 | rm example | Tobias Bengfort |
| 2020-07-11 15:49 | revert title support | Tobias Bengfort |
| 2020-07-11 15:47 | add title support | Tobias Bengfort |
| 2020-07-11 15:36 | hardcode keys | Tobias Bengfort |
| 2020-07-11 15:35 | return str instead of bytes from getch | Tobias Bengfort |
| 2020-07-11 15:34 | restore move_cursor function | Tobias Bengfort |
| 2020-07-11 15:16 | rm write | Tobias Bengfort |
| 2020-07-11 15:11 | remove styling completely | Tobias Bengfort |
| 2020-07-11 15:10 | simplify styling | Tobias Bengfort |
| 2020-07-11 15:04 | rm mid-layer api | Tobias Bengfort |
| 2020-07-11 15:01 | split get_cap() from write() | Tobias Bengfort |