summaryrefslogtreecommitdiff
path: root/ui/editor.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reset history when flushing linesdelthas2022-06-041-20/+39
* Fix crashing on removing last char of backsearch patterndelthas2022-06-041-1/+1
* Make CTRL+C alternatively clear the input and set '/quit' in itdelthas2022-02-131-0/+13
* Only show buffer numbers when necessaryHubert Hirtz2021-10-191-6/+3
* Random code improvements/tidyingHubert Hirtz2021-09-111-1/+1
* Introduce backsearch message support with ctrl+Rdelthas2021-08-071-8/+119
* ui: Introduce a vertical member list on channelsdelthas2021-07-141-2/+3
* Don't send typing=done when input is already emptyHubert Hirtz2021-07-131-3/+3
* Clear the input on CTRL+C instead of quittingdelthas2021-07-131-0/+12
* ui: don't mark // in input as a commandAlexey Yerin2021-07-081-1/+5
* ui/editor: add boundary checks for word actionsAlexey Yerin2021-05-171-3/+3
* Properly show cursor on two-width charactersHubert Hirtz2021-05-111-8/+2
* go fmtHubert Hirtz2021-05-111-3/+2
* editor: Ctrl+{Right,Left} moves cursor by wordsAlexey Yerin2021-04-271-0/+31
* editor: add ^W delete word bindingAlexey Yerin2021-04-261-0/+30
* Support cycling backward in auto-completionsHubert Hirtz2021-03-041-5/+3
* Move editor view when completing textHubert Hirtz2020-11-131-0/+6
* Vertical channel listHubert Hirtz2020-10-261-5/+5
* Update tcell to v2 andHubert Hirtz2020-10-181-1/+1
* Fix crash when completing nicks with special charsHubert Hirtz2020-10-121-1/+0
* General refactor yayHubert Hirtz2020-08-261-23/+23
* editor: Fix panic when pressing delete on empty inputHubert Hirtz2020-08-201-1/+1
* ui: Autocompletion of nicknamesHubert Hirtz2020-08-191-6/+62
* editor: Don't add another line if the last one is emptyHubert Hirtz2020-08-181-2/+6
* editor: Handle UP and DOWN keysHubert Hirtz2020-08-101-16/+54
* Use a custom runewidth.ConditionHubert Hirtz2020-08-051-3/+2
* editor: handle DEL keyHubert Hirtz2020-08-051-6/+18
* editor: handle HOME and END keysHubert Hirtz2020-08-051-0/+12
* editor: fix off-by-one errorHubert Hirtz2020-08-051-1/+1
* Improve line editingHubert Hirtz2020-08-021-0/+151