Commit graph

14 commits

Author SHA1 Message Date
695c1d7f96 Coding style
- Rename appearance_min to appearance.
2022-01-18 14:37:12 +10:00
6681101b1c Coding style
- Rename appearance to appearance_for.
2022-01-18 14:32:11 +10:00
62ebbd562b Coding style.
- Can determine testing globally with '"unittest" in sys.modules'.
- Removed all the is_being_tested plumbing.
2022-01-14 09:22:27 +10:00
2c3043c633 Allow custom config files.
- Needed to switch from a timestamp to a checksum.
- Added a --config command line option.
2021-12-15 00:13:48 +10:00
5fd06479da Coding style.
- Main tui function should also set the window title.
2021-12-08 19:05:20 +10:00
0679cb14b5 Coding style.
- Update asyncio code to latest style using asyncio.run().
2021-12-08 15:44:36 +10:00
4bf3f994e6 Coding style.
- Increase maximum line length from 80 to 100.
2021-11-29 16:02:32 +10:00
4150a9a250 Coding style.
- Since there is only one display, appearance_changed_event can be
  a module level global in fill3.
- Remove all the appearance_changed_event plumbing.
2021-11-29 15:57:16 +10:00
71b9da128b Coding style.
- Increase maximum line length from 80 to 100.
2021-11-29 12:51:34 +10:00
75a028272d tools: Dropped python-modulefinder and disassembly.
- Modulefinder often has errors.
- Both tools aren't commonly used.
2021-11-28 22:58:42 +10:00
d1e538f5f3 Coding style.
- More import tidying.
- Fix line lengths.
- Dead code in tests.
- lambdas.
- Tests pass regardless of term type.
2021-11-23 01:02:55 +10:00
d5fd64c42c Coding style.
- Tidy up imports.
2021-11-21 10:41:01 +10:00
a724d234c3 Extract lscolors into its own python project. 2021-11-06 23:58:17 +10:00
b4b237ec1f Move tests into their projects. 2021-11-04 23:04:41 +10:00