1
0
mirror of https://github.com/Rudi9719/kbtui.git synced 2026-03-25 10:53:33 +00:00
Commit Graph

13 Commits

Author SHA1 Message Date
37dc6b8d4f added autoScrollView() on joining channel 2019-10-29 18:21:36 -06:00
4a7818c79e updated to fill in lastChat 2019-10-29 15:31:30 -06:00
Sam
33a68670c9 Clean up colors, clean up config, make config actually be used, add default config 2019-10-25 17:18:50 -04:00
439f09aa1c Mo' colors
Changes:
- Stream is colored now
- Stream is formatted
- Stream has it's own formatting option
- Colors are now a style, and is a struct
- Color struct has a pretty cool functional interface
- colored mentions and PMs
- Every message uses the same function (it's dry!!)
- Colorize errors!
- Create function for visualizing errors
- colorized some of the command output!
- Color is stored in a Style
- Create a Text struct that can use to stylize strings "easily"
- Text can be used to build strings
- color highlighting on code
- added tml config support
- added different color for mention url
- Added sprintf to use formatting with PrintFeed and PrintError

Known Bugs: (added as todos whereever)
- Cannot use multiple formatting at the same time (*bold _italic_*
doesn't work
- sprintf is pretty shit
- background doesn't cover as a `block` in codeblocks
- not possible to escape sprintf thing
2019-10-23 23:45:42 +02:00
8e6724bdb6 refactor viewTitle() to setViewTitle() 2019-10-16 19:24:06 -04:00
d536cbd6cd Fixed bugs regarding the join command
Changes:
- made it possible join with @ and # prepended as well
- Also made it possible if it's written in a singular string ie `@team#channel`
   - also made this work with auto complete
- doesn't bug out if you do `/j @person` (with a space at the end) (which it
previously thought was a team + channel, with empty channel name
2019-10-15 11:21:08 +02:00
4a49ae20cf Update input title on join 2019-10-09 11:05:40 -04:00
dfe0f0b27a Le-what? 2019-10-03 12:10:14 -04:00
898b6369aa Update helptext + download? 2019-10-03 11:31:25 -04:00
3662c6e09d Cleanup 2019-10-03 08:40:09 -04:00
c62aeb2b01 Globalization 2019-10-03 08:31:39 -04:00
Sam
1ee036405f Long form command should come first 2019-10-03 06:50:42 -04:00
Sam
988035e346 Add join command 2019-10-03 00:23:34 -04:00