Commit graph

537 commits

Author SHA1 Message Date
ClementTsang
269d344c5b Renamed total rx/tx styles. 2020-03-02 00:09:45 -05:00
ClementTsang
d917a27faa Add minimal mode widgets
This adds minimal mode widgets to the program.  This is not done, still
gotta play around with rearranging it to look nice.

Also going to have to change search bar to always take a constant 3.
May remove borders.
2020-03-02 00:09:45 -05:00
ClementTsang
4c98fe4fde Refactoring. 2020-03-02 00:09:45 -05:00
ClementTsang
eb2622467f Refactoring. 2020-03-02 00:09:45 -05:00
ClementTsang
ff43799037 Add basic flag + option. Not functional yet. 2020-03-02 00:09:45 -05:00
ClementTsang
df01a94cb0 Another import optimization. 2020-03-02 00:09:45 -05:00
Clement Tsang
e8f6896c23
[skip travis] Change to LoC rather than lines 2020-03-02 00:09:15 -05:00
Clement Tsang
1899d4e76d
[skip travis] Add tokei for... fun I guess? 2020-03-02 00:08:12 -05:00
Clement Tsang
b991102819
[skip travis] Add "avoid merge conflicts" 2020-02-29 19:37:49 -05:00
Clement Tsang
27a04b9dd5
Optimize imports and refactoring using clion (#56)
* Optimized imports as per clion

* Updated rustfmt to remove nightly-only features (for now)

* rustfmt

* [skip travis] Update .gitignore to ignore .idea

* Some more suggestions based on clion.  Mostly removing brackets.
2020-02-28 22:59:17 -05:00
ClementTsang
c715133b4d Some more suggestions based on clion. Mostly removing brackets. 2020-02-28 22:39:26 -05:00
ClementTsang
eb159a45c4 [skip travis] Update .gitignore to ignore .idea 2020-02-28 22:31:11 -05:00
ClementTsang
75a1934420 rustfmt 2020-02-28 22:27:35 -05:00
ClementTsang
520af2b68f Updated rustfmt to remove nightly-only features (for now) 2020-02-28 22:27:29 -05:00
ClementTsang
bbdd7786ce Optimized imports as per clion 2020-02-28 22:24:24 -05:00
Clement Tsang
d922f85b95
Merge pull request #50 from ClementTsang/fix_cursor_screen_bug
Fix cursor screen bug
2020-02-28 21:42:52 -05:00
ClementTsang
2f5b5e7269 Move windows to separate dependency. 2020-02-28 21:15:36 -05:00
ClementTsang
6d0136fa26 Remove a debug line. 2020-02-28 21:15:08 -05:00
ClementTsang
05d4982a1a Treat backspace as a cursor left movement. 2020-02-28 19:54:20 -05:00
ClementTsang
f0f1ee129e Minor side update
* Update PR template to be a bit more specific
* Update README to state what version of rust I dev on in contributions
* Update rustfmt to remove another unstable line
2020-02-28 01:12:49 -05:00
ClementTsang
818d920835 Fixed cursor issue. 2020-02-28 01:12:24 -05:00
ClementTsang
8a95f91442 Removed rustfmt lines that weren't working on stable... 2020-02-27 23:37:55 -05:00
ClementTsang
792be871e8 Uptick crossterm version. 2020-02-27 23:00:51 -05:00
ClementTsang
3f55f071b7 Some minor things like adding a question template + removal of debug. 2020-02-27 22:50:43 -05:00
ClementTsang
64c788a444 [skip travis] add bottom-bin to readme. 2020-02-27 19:01:50 -05:00
Clement Tsang
e5957e06d0
Merge pull request #46 from ClementTsang/investigate_arrow_problem
Switch to another arrow.
2020-02-27 18:56:08 -05:00
ClementTsang
01159e6f78 [skip travis] add chore template. 2020-02-27 18:52:02 -05:00
ClementTsang
f186d988a6 Italicize the issues line. 2020-02-27 18:31:08 -05:00
ClementTsang
09b7e5cb49 Switch to another arrow. 2020-02-27 18:25:08 -05:00
ClementTsang
0955673a74 Minor update to travis (probably irrelevant) and github files. 2020-02-27 18:20:54 -05:00
Clement Tsang
9397897b87
Merge pull request #44 from ClementTsang/colouring_of_rx_tx
Colouring of rx tx
2020-02-27 18:19:09 -05:00
ClementTsang
251d04cfec [skip travis] Update github bug report template again. 2020-02-27 18:04:24 -05:00
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