Commit graph

505 commits

Author SHA1 Message Date
ClementTsang
b00740a7dd Added total rx + tx colouring options. 2020-02-27 17:54:39 -05:00
ClementTsang
b32d2dca26 Tiny formatting fix. 2020-02-27 17:42:34 -05:00
Clement Tsang
7240a6d007
Merge pull request #43 from ClementTsang/fix_unicode 2020-02-27 17:39:16 -05:00
ClementTsang
cc751e19ae Fix issue with cursor on canvas due to not incrementing by the SIZE of the grapheme. 2020-02-27 17:15:09 -05:00
ClementTsang
2d02c53296 [skip travis] Update github bug report template again. 2020-02-27 16:39:48 -05:00
ClementTsang
ce9b5372d9 Use max grapheme length rather than max "string" length. 2020-02-27 16:15:28 -05:00
ClementTsang
a755a5d41c Switch to using unicode_segmentation's cursor as a basis on how we do cursor movement in search. 2020-02-27 16:10:33 -05:00
ClementTsang
d96751b786 [skip travis] Updated README to use 1.41 in general 2020-02-27 16:10:33 -05:00
ClementTsang
67f8baa056 Fix unicode causing problems with search. 2020-02-27 16:10:33 -05:00
ClementTsang
66a0b2ac10 [skip travis] update github files once more 2020-02-27 16:10:33 -05:00
Clement Tsang
088f9fbb07 [skip travis] add contribution to readme 2020-02-27 16:09:47 -05:00
Clement Tsang
49628613bc [skip travis] tweak documentation regarding 32-bit 2020-02-27 16:09:47 -05:00
ClementTsang
35f06f0acf [skip travis] Update some github documentation. 2020-02-27 16:08:39 -05:00
Clement Tsang
3eca695807
Merge pull request #36 from ClementTsang/fix_arrow_issue
Add space after arrow due for Konsole
2020-02-25 23:01:13 -05:00
Clement Tsang
679a93ce8f
[skip travis] Update pull req template auto close 2020-02-25 22:49:01 -05:00
ClementTsang
5d90c235eb Add space after arrow due for Konsole
Fix as per https://old.reddit.com/r/kde/comments/6fxf5t/konsole_font_issue/
2020-02-25 22:41:53 -05:00
Clement Tsang
cdf464f323
Merge pull request #34 from ClementTsang/alternate_alt_macos
Colours if selected and F1-3 keys for search options
2020-02-25 22:22:43 -05:00
ClementTsang
de1648ad75 [skip travis] Only test install when attempting to deploy. 2020-02-25 22:06:26 -05:00
ClementTsang
81653e6000 Update travis. 2020-02-25 21:52:57 -05:00
ClementTsang
0660184099 Colours if selected and F1-3 keys for search options
Added different colours to search options if selected; added F1-3 keys as an alternative for searching.  Both are available, but on macOS F1-3 will be suggested instead.
2020-02-25 21:24:31 -05:00
ClementTsang
46b695d575 Test installing too I guess? 2020-02-25 20:31:13 -05:00
ClementTsang
24025df106 [skip travis] Update some github documentation. 2020-02-25 20:17:49 -05:00
ClementTsang
039965f2eb Prune dependencies. 2020-02-25 19:44:54 -05:00
Clement Tsang
f2a55a4608
[skip travis] Update windows build instructions. 2020-02-25 19:16:28 -05:00
Clement Tsang
c8c925e8d7
Fix windows builds for travis 2020-02-25 13:39:53 -05:00
ClementTsang
997d5635af [skip travis] update debian pkg name 2020-02-25 12:28:48 -05:00
Clement Tsang
61da628813
Remove 32-bit automated build for linux
Seems to fail on one dependency.  Will investigate later for 0.3.
2020-02-25 10:52:13 -05:00
Clement Tsang
059290c983
Uptick to 0.2.2 2020-02-25 10:06:37 -05:00
Clement Tsang
d7b068b692
Fix serde missing derive feature
Caused broken cargo install.
2020-02-25 09:54:03 -05:00
Clement Tsang
138e9c2132
Merge pull request #27 from ClementTsang/fix_broken_shift
Fix for issue in powershell.
2020-02-24 22:15:05 -05:00
ClementTsang
fc52c579d3 Just make swap always display... I think it's fine to keep, even if it's 0. 2020-02-24 21:46:41 -05:00
ClementTsang
5e9d9500d5 Update github files again. 2020-02-24 21:44:24 -05:00
ClementTsang
1c52587760 Fix alt key too... windows treats it as a CAPITAL. Go figure. 2020-02-24 21:37:36 -05:00
ClementTsang
2f7840568c Fix for issue in powershell.
Insure that this is tested on other systems first.  At least Linux.
2020-02-24 21:29:04 -05:00
ClementTsang
34b84d6b04 Add explicit lifetime parameters as per 2018 idioms. 2020-02-24 21:10:12 -05:00
Clement Tsang
2bddfa209a
Merge pull request #25 from ClementTsang/ignore_certain_chars
Skip control characters if they are somehow passed in as a char
2020-02-24 20:41:20 -05:00
ClementTsang
ceaedad6dc Skip control characters if they are somehow passed in as a char to on_char_key. 2020-02-24 20:07:38 -05:00
Clement Tsang
8d23f0661c
Merge pull request #22 from ClementTsang/named_colour_and_rgb_support
Added named colour support + rgb colour support in config files.
2020-02-23 13:31:04 -05:00
ClementTsang
59238c2687 Added named colour support + rgb colour support in config files. 2020-02-23 13:15:46 -05:00
ClementTsang
6ffe14707d [skip travis] Fix templates. 2020-02-23 01:11:53 -05:00
Clement Tsang
d1cccff54b
[skip travis] PR template 2020-02-23 01:08:48 -05:00
Clement Tsang
8279a69795
[skip travis] More bug report changing 2020-02-23 01:03:30 -05:00
Clement Tsang
266c3030e2
Merge pull request #12 from ClementTsang/separate_avg_colour
Separate avg cpu colour from the other colours.
2020-02-23 00:57:46 -05:00
ClementTsang
91e97b9f5e [skip travis] Fix templates. 2020-02-23 00:56:39 -05:00
Clement Tsang
9cc92bd4fd
[skip travis] Update FR template. 2020-02-23 00:54:46 -05:00
Clement Tsang
4f4033838a
[skip travis] Update bug report template. 2020-02-23 00:52:37 -05:00
Clement Tsang
ea8841dfb8
[skip traivs] Add PR checklist
This is honestly more for myself than anyone when I add a new feature on a branch.
2020-02-23 00:42:20 -05:00
ClementTsang
cefa227060 Re-added Red to default cpu pool... this does mean that there is a conflict with avg and cpu core 10, but eh... whatever I guess. 2020-02-23 00:31:35 -05:00
ClementTsang
a756c44c66 Support average cpu colour separately from others. Redid documentation. 2020-02-23 00:30:00 -05:00
ClementTsang
b3f61b25ae [skip travis] more readme changing. 2020-02-22 23:49:45 -05:00