summaryrefslogtreecommitdiff
path: root/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Support reverse character codeHubert Hirtz2020-08-051-0/+7
|
* Fix colors not being reset with \x03Hubert Hirtz2020-08-051-0/+4
|
* Use a custom runewidth.ConditionHubert Hirtz2020-08-053-15/+20
| | | | | Because some characters were not using the number of cells runewidth.RuneWidth returned, eg \u2026 and \u2192.
* Show line on the left of typing indicatorsHubert Hirtz2020-08-051-5/+11
|
* editor: handle DEL keyHubert Hirtz2020-08-052-6/+26
|
* editor: handle HOME and END keysHubert Hirtz2020-08-052-0/+22
|
* editor: fix off-by-one errorHubert Hirtz2020-08-051-1/+1
| | | | when writing on the last cell of the row
* TidyingHubert Hirtz2020-08-051-61/+0
|
* Show nick highlightsHubert Hirtz2020-08-042-5/+16
|
* Show channels as bold on unread messagesHubert Hirtz2020-08-041-0/+8
|
* Rework displayHubert Hirtz2020-08-046-805/+834
| | | | | | | - 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-023-67/+288
| | | | | Correctly support moving around the text and placing glyphs at any position.
* Randomize welcome messagesHubert Hirtz2020-08-012-2/+4
|
* Display typing indicatorsHubert Hirtz2020-06-232-3/+158
|
* Handle \x0FHubert Hirtz2020-06-131-1/+1
|
* Fix colors?Hubert Hirtz2020-06-131-13/+36
|
* draft/chathistory support???Hubert Hirtz2020-06-132-11/+66
|
* Don't scroll past buffer contentHubert Hirtz2020-06-131-2/+16
|
* Add test for 0-width charsHubert Hirtz2020-06-131-0/+18
|
* Fix word wrapping for 1-wide charactersHubert Hirtz2020-06-131-18/+21
|
* Make renderedHeight correctHubert Hirtz2020-06-132-5/+24
|
* wipHubert Hirtz2020-06-123-35/+141
|
* Split lines between wordsHubert Hirtz2020-06-052-17/+36
|
* Buffers are now shown (mostly) correctlyHubert Hirtz2020-06-045-68/+300
| | | | 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-032-7/+14
|
* 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-032-0/+601