summaryrefslogtreecommitdiff
path: root/ui/ui.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | - Put timestamps, nicks and messages into separate columns - Print a bar in the "typing" row - Fix word wrapping - Improve channel list display
* Improve line editingHubert Hirtz2020-08-021-67/+30
| | | | | Correctly support moving around the text and placing glyphs at any position.
* 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
| | | | senpai must now split on whitespace when drawing
* Fix color codesHubert Hirtz2020-06-041-35/+13
| | | | Thank IRSSI the client of the future when it was still 1999!
* 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