Commit graph

25 commits

Author SHA1 Message Date
graelo
d2eb8f0e16 refactor: publicly expose error::Error 2022-05-31 08:47:53 +02:00
graelo
5d9ea6f7f8 refactor: rename ParseError -> Error 2021-10-24 18:28:58 +02:00
graelo
7d1bb69c6f refactor: use custom Result 2021-10-24 17:48:36 +02:00
graelo
077d16311e chore(deps): bump clap to 3.0.0-beta.5 2021-10-24 10:02:11 +02:00
graelo
a253c1e243 refactor: obey clippy 2021-04-12 22:37:27 +02:00
graelo
f2fe3ec590 refactor: ui/vc better names, offset/pos, ScreenLine 2021-03-25 19:37:29 +01:00
graelo
7550895602 fix: default colors 2021-03-24 17:31:35 +01:00
graelo
e0cb0e9564 fix: default colors 2021-03-23 00:26:44 +01:00
graelo
3f4e854700 refactor: fix old names 2021-03-23 00:08:47 +01:00
graelo
9fbfff70f3 refactor: rename Match -> Span 2021-03-22 23:56:35 +01:00
graelo
4ec240c2b1 refactor: model receives buffer & computes matches 2021-03-22 08:58:45 +01:00
graelo
893f80a1e2 refactor: unique_hint -> textbuf::Model 2021-03-22 08:58:42 +01:00
graelo
9611b8a36d refactor: ui add fold markers 2021-03-22 08:58:39 +01:00
graelo
863cd2e082 refactor: tmux_bridge -> extended 2021-03-22 08:58:35 +01:00
graelo
d4fb6c417b refactor: OutputDestination -> config/tmux_bridge.rs 2021-03-22 08:58:33 +01:00
graelo
a26a4a56d8 refactor: refactor config 2021-03-22 08:58:29 +01:00
graelo
16fa4d45c1 refactor: outputdestination.rs -> comm/output_destination.rs 2021-03-22 08:57:56 +01:00
graelo
7c7799ffbd refactor: HintAlignment -> ui/hint_alignment.rs 2021-03-22 08:57:50 +01:00
graelo
6ba1bd9454 refactor: HintStyle -> ui/hint_style.rs 2021-03-22 08:57:47 +01:00
graelo
2c3c7a5456 refactor: alphabets.rs -> textbuf/alphabet.rs 2021-03-22 08:57:34 +01:00
graelo
9afdcf3db2 refactor: model.rs -> textbuf/model.rs 2021-03-22 08:57:24 +01:00
graelo
a5e3ed263c refactor: selection.rs -> ui/selection.rs 2021-03-22 08:57:21 +01:00
graelo
748da3ae72 refactor: colors.rs -> ui/colors.rs 2021-03-22 08:57:18 +01:00
graelo
d119ce6b0d refactor: UiColors -> colors module 2021-03-22 08:57:13 +01:00
graelo
de1aa3889c refactor: refactor ui -> vc 2021-03-22 08:57:07 +01:00