summaryrefslogtreecommitdiff
path: root/ui/ui.go (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Make mouse support optionalAlexey Yerin2021-04-281-1/+4
* editor: Ctrl+{Right,Left} moves cursor by wordsAlexey Yerin2021-04-271-0/+8
* Add BUFFER command to jump to the matching bufferAlexey Yerin2021-04-271-0/+12
* editor: add ^W delete word bindingAlexey Yerin2021-04-261-0/+4
* Support cycling backward in auto-completionsHubert Hirtz2021-03-041-2/+2
* Fix random crash on startupHubert Hirtz2021-01-071-2/+2
* Support for mouse clicks on channel namesHubert Hirtz2020-11-071-0/+14
* Scroll wheel supportHubert Hirtz2020-11-071-2/+11
* Configurable channel list widthHubert Hirtz2020-11-071-8/+9
* Vertical channel listHubert Hirtz2020-10-261-8/+42
* Collapse bufferlist in one blockHubert Hirtz2020-10-191-2/+2
* Update tcell to v2 andHubert Hirtz2020-10-181-1/+2
* Typing indicator timeoutHubert Hirtz2020-09-021-6/+2
* Move ui.Home and ui.homeMessages upHubert Hirtz2020-08-261-11/+0
* General refactor yayHubert Hirtz2020-08-261-50/+19
* ui: Autocompletion of nicknamesHubert Hirtz2020-08-191-1/+10
* ui: Fix scroll when lines are addedHubert Hirtz2020-08-171-2/+2
* ui: Configurable nick column widthHubert Hirtz2020-08-161-3/+10
* ui: Reverse color of the nickname on highlightHubert Hirtz2020-08-161-3/+3
* editor: Handle UP and DOWN keysHubert Hirtz2020-08-101-0/+10
* editor: handle DEL keyHubert Hirtz2020-08-051-0/+8
* editor: handle HOME and END keysHubert Hirtz2020-08-051-0/+10
* TidyingHubert Hirtz2020-08-051-61/+0
* Show nick highlightsHubert Hirtz2020-08-041-3/+3
* Rework displayHubert Hirtz2020-08-041-463/+47
* Improve line editingHubert Hirtz2020-08-021-67/+30
* Randomize welcome messagesHubert Hirtz2020-08-011-1/+3
* Display typing indicatorsHubert Hirtz2020-06-231-3/+134
* Handle \x0FHubert Hirtz2020-06-131-1/+1
* Fix colors?Hubert Hirtz2020-06-131-13/+36
* draft/chathistory support???Hubert Hirtz2020-06-131-9/+39
* Don't scroll past buffer contentHubert Hirtz2020-06-131-2/+16
* Fix word wrapping for 1-wide charactersHubert Hirtz2020-06-131-18/+21
* wipHubert Hirtz2020-06-121-8/+41
* Split lines between wordsHubert Hirtz2020-06-051-8/+19
* Buffers are now shown (mostly) correctlyHubert Hirtz2020-06-041-63/+30
* Fix color codesHubert Hirtz2020-06-041-35/+13
* Show underline messagesHubert Hirtz2020-06-041-1/+1
* Show JOIN and PARTsHubert Hirtz2020-06-031-2/+2
* Nick colorsHubert Hirtz2020-06-031-1/+2
* typing=doneHubert Hirtz2020-06-031-2/+10
* Part Join TypingHubert Hirtz2020-06-031-1/+5
* Initial commitHubert Hirtz2020-06-031-0/+494